FileMood

Download [ CourseWikia.com ] Laravel Concepts (2023)

CourseWikia com Laravel Concepts 2023

Name

[ CourseWikia.com ] Laravel Concepts (2023)

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

10.4 MB

Total Files

1459

Last Seen

2025-04-01 01:45

Hash

46C93934813EB15827BF2214C64389A4A97E34F3

/

Get Bonus Downloads Here.url

0.2 KB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

Laravel Concepts 1.pdf

1.7 MB

Laravel Concepts 2.pdf

1.2 MB

/Source Code/1-solid/

DS_Store

8.2 KB

README.md

4.2 KB

artisan

1.7 KB

composer.json

1.8 KB

composer.lock

285.8 KB

editorconfig

0.3 KB

env.example

1.1 KB

gitignore

0.2 KB

package.json

0.3 KB

phpunit.xml

1.2 KB

vite.config.js

0.3 KB

/Source Code/1-solid/app/Console/

Kernel.php

0.7 KB

/Source Code/1-solid/app/

DS_Store

8.2 KB

/Source Code/1-solid/app/Enums/

PriceTypes.php

0.7 KB

/Source Code/1-solid/app/Exceptions/

Handler.php

1.1 KB

/Source Code/1-solid/app/Http/Controllers/

Controller.php

0.4 KB

/Source Code/1-solid/app/Http/

Kernel.php

2.6 KB

/Source Code/1-solid/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

ValidateSignature.php

0.5 KB

VerifyCsrfToken.php

0.3 KB

/Source Code/1-solid/app/Models/

Order.php

0.4 KB

OrderItem.php

1.0 KB

Product.php

0.4 KB

ProductBatch.php

0.4 KB

Topping.php

0.4 KB

User.php

0.9 KB

/Source Code/1-solid/app/PriceTypes/

HasBatchesPriceType.php

0.2 KB

HasToppingsPriceType.php

0.4 KB

PriceType.php

0.2 KB

StandardPriceType.php

0.2 KB

/Source Code/1-solid/app/Providers/

AppServiceProvider.php

0.4 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/Source Code/1-solid/app/Services/

PriceCalculatorService.php

0.3 KB

/Source Code/1-solid/bootstrap/

app.php

1.6 KB

/Source Code/1-solid/bootstrap/cache/

gitignore

0.0 KB

packages.php

1.1 KB

services.php

19.2 KB

/Source Code/1-solid/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

2.1 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.6 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.0 KB

session.php

7.0 KB

view.php

1.1 KB

/Source Code/1-solid/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/1-solid/database/factories/

UserFactory.php

1.0 KB

/Source Code/1-solid/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.9 KB

2023_01_08_103316_create_products_table.php

0.5 KB

2023_01_08_103531_create_product_batches_table.php

0.6 KB

2023_01_08_103815_create_toppings_table.php

0.5 KB

2023_01_08_133658_create_orders_table.php

0.5 KB

2023_01_08_133747_create_order_items_table.php

0.8 KB

2023_01_08_133917_create_order_item_topping_table.php

0.7 KB

/Source Code/1-solid/database/seeders/

DatabaseSeeder.php

1.9 KB

/Source Code/1-solid/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.7 KB

/Source Code/1-solid/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/Source Code/1-solid/resources/

DS_Store

6.1 KB

/Source Code/1-solid/resources/css/

app.css

0.0 KB

/Source Code/1-solid/resources/js/

app.js

0.0 KB

bootstrap.js

1.3 KB

/Source Code/1-solid/resources/views/

welcome.blade.php

19.4 KB

/Source Code/1-solid/routes/

api.php

0.6 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/Source Code/1-solid/storage/

DS_Store

6.1 KB

/Source Code/1-solid/storage/app/

gitignore

0.0 KB

/Source Code/1-solid/storage/app/public/

gitignore

0.0 KB

/Source Code/1-solid/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/Source Code/1-solid/storage/framework/cache/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/1-solid/storage/framework/sessions/

gitignore

0.0 KB

/Source Code/1-solid/storage/framework/testing/

gitignore

0.0 KB

/Source Code/1-solid/storage/framework/views/

gitignore

0.0 KB

/Source Code/1-solid/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/1-solid/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/Source Code/1-solid/tests/Feature/

ExampleTest.php

0.4 KB

/Source Code/1-solid/tests/Unit/

ExampleTest.php

0.3 KB

/.../10-custom-query-builders/

DS_Store

8.2 KB

README.md

4.2 KB

artisan

1.7 KB

composer.json

1.8 KB

composer.lock

286.1 KB

editorconfig

0.3 KB

env.example

1.1 KB

gitignore

0.2 KB

package.json

0.3 KB

phpunit.xml

1.2 KB

vite.config.js

0.3 KB

/.../10-custom-query-builders/app/Builders/

ArticleBuilder.php

1.1 KB

/.../10-custom-query-builders/app/Console/

Kernel.php

0.7 KB

/.../10-custom-query-builders/app/

DS_Store

6.1 KB

/.../10-custom-query-builders/app/Exceptions/

Handler.php

1.1 KB

/.../10-custom-query-builders/app/Http/Controllers/

ArticleController.php

1.0 KB

Controller.php

0.4 KB

/.../10-custom-query-builders/app/Http/

DS_Store

6.1 KB

Kernel.php

2.6 KB

/.../10-custom-query-builders/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

ValidateSignature.php

0.5 KB

VerifyCsrfToken.php

0.3 KB

/.../10-custom-query-builders/app/Models/

Article.php

1.0 KB

Rating.php

0.3 KB

User.php

0.9 KB

/.../10-custom-query-builders/app/Providers/

AppServiceProvider.php

0.4 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/.../10-custom-query-builders/bootstrap/

app.php

1.6 KB

/.../10-custom-query-builders/bootstrap/cache/

gitignore

0.0 KB

packages.php

1.1 KB

services.php

19.2 KB

/.../10-custom-query-builders/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

2.1 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.6 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.0 KB

session.php

7.0 KB

view.php

1.1 KB

/.../10-custom-query-builders/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/.../10-custom-query-builders/database/factories/

ArticleFactory.php

0.7 KB

RatingFactory.php

0.5 KB

UserFactory.php

1.0 KB

/.../10-custom-query-builders/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.9 KB

2023_01_22_110758_create_articles_table.php

0.7 KB

2023_01_22_110944_create_ratings_table.php

0.6 KB

/.../10-custom-query-builders/database/seeders/

DatabaseSeeder.php

0.4 KB

/.../10-custom-query-builders/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.7 KB

/.../10-custom-query-builders/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/.../10-custom-query-builders/resources/

DS_Store

6.1 KB

/.../10-custom-query-builders/resources/css/

app.css

0.0 KB

/.../10-custom-query-builders/resources/js/

app.js

0.0 KB

bootstrap.js

1.3 KB

/.../10-custom-query-builders/resources/views/

welcome.blade.php

19.4 KB

/.../10-custom-query-builders/routes/

api.php

0.9 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/.../10-custom-query-builders/storage/

DS_Store

6.1 KB

/.../10-custom-query-builders/storage/app/

gitignore

0.0 KB

/.../10-custom-query-builders/storage/app/public/

gitignore

0.0 KB

/.../10-custom-query-builders/storage/framework/cache/data/c0/71/

c071422490d526a8aada046adf3a9c9fa0593468

0.0 KB

/.../10-custom-query-builders/storage/framework/cache/data/ec/c4/

ecc49f49f4da6b940dcde13f0571e79c299871e6

0.0 KB

/.../10-custom-query-builders/storage/framework/cache/data/

gitignore

0.0 KB

/.../10-custom-query-builders/storage/framework/cache/

gitignore

0.0 KB

/.../10-custom-query-builders/storage/framework/

gitignore

0.1 KB

/.../10-custom-query-builders/storage/framework/sessions/

gitignore

0.0 KB

/.../10-custom-query-builders/storage/framework/testing/

gitignore

0.0 KB

/.../10-custom-query-builders/storage/framework/views/

gitignore

0.0 KB

/.../10-custom-query-builders/storage/logs/

gitignore

0.0 KB

laravel.log

30.4 KB

/.../10-custom-query-builders/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/.../10-custom-query-builders/tests/Feature/

ExampleTest.php

0.4 KB

/.../10-custom-query-builders/tests/Unit/

ExampleTest.php

0.3 KB

/Source Code/2-dashboard/

DS_Store

8.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.7 KB

composer.lock

283.7 KB

editorconfig

0.3 KB

env.example

0.9 KB

gitignore

0.2 KB

package-lock.json

324.6 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

tailwind.config.js

0.2 KB

webpack.mix.js

0.6 KB

/Source Code/2-dashboard/app/Actions/

SyncGumroadProductsAction.php

0.8 KB

SyncGumroadSalesAction.php

1.6 KB

/Source Code/2-dashboard/app/Console/Commands/

SyncGumroadSalesCommand.php

0.4 KB

/Source Code/2-dashboard/app/Console/

Kernel.php

0.7 KB

/Source Code/2-dashboard/app/

DS_Store

8.2 KB

/Source Code/2-dashboard/app/DataTransferObject/

ProductData.php

0.4 KB

ProductSaleSummaryData.php

0.3 KB

SaleData.php

0.7 KB

SalesSummaryData.php

0.2 KB

/Source Code/2-dashboard/app/Exceptions/

Handler.php

1.0 KB

/Source Code/2-dashboard/app/Http/Controllers/

Controller.php

0.4 KB

GetDashboardController.php

0.4 KB

/Source Code/2-dashboard/app/Http/

Kernel.php

2.6 KB

/Source Code/2-dashboard/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/Source Code/2-dashboard/app/Http/Requests/

GetDashboardRequest.php

0.5 KB

/Source Code/2-dashboard/app/Models/

GumroadSync.php

0.3 KB

Product.php

0.4 KB

Sale.php

0.6 KB

User.php

0.9 KB

/Source Code/2-dashboard/app/Providers/

AppServiceProvider.php

0.7 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/Source Code/2-dashboard/app/Services/Gumroad/DataTransferObjects/

ProductData.php

0.4 KB

SaleData.php

0.8 KB

/Source Code/2-dashboard/app/Services/Gumroad/

GumroadService.php

2.2 KB

/Source Code/2-dashboard/app/ViewModels/

GetDashboardViewModel.php

1.9 KB

ViewModel.php

0.8 KB

/Source Code/2-dashboard/bootstrap/

app.php

1.6 KB

/Source Code/2-dashboard/bootstrap/cache/

gitignore

0.0 KB

packages.php

0.9 KB

services.php

18.0 KB

/Source Code/2-dashboard/config/

app.php

7.2 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.5 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.1 KB

session.php

7.0 KB

view.php

1.1 KB

/Source Code/2-dashboard/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/2-dashboard/database/factories/

UserFactory.php

1.0 KB

/Source Code/2-dashboard/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

2022_04_18_193450_create_products_table.php

0.5 KB

2022_04_19_093518_create_sales_table.php

0.8 KB

2022_04_19_093813_create_gumroad_syncs_table.php

0.5 KB

/Source Code/2-dashboard/database/seeders/

DatabaseSeeder.php

0.3 KB

/Source Code/2-dashboard/lang/

en.json

0.7 KB

/Source Code/2-dashboard/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

8.5 KB

/Source Code/2-dashboard/public/

DS_Store

6.1 KB

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

mix-manifest.json

0.1 KB

robots.txt

0.0 KB

/Source Code/2-dashboard/public/css/

app.css

14.1 KB

/Source Code/2-dashboard/public/js/

app.js

621.1 KB

/Source Code/2-dashboard/resources/

DS_Store

6.1 KB

/Source Code/2-dashboard/resources/css/

app.css

0.1 KB

/Source Code/2-dashboard/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/Source Code/2-dashboard/resources/views/

dashboard.blade.php

10.0 KB

/Source Code/2-dashboard/routes/

api.php

0.6 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/Source Code/2-dashboard/storage/

DS_Store

6.1 KB

/Source Code/2-dashboard/storage/app/

gitignore

0.0 KB

/Source Code/2-dashboard/storage/app/public/

gitignore

0.0 KB

/Source Code/2-dashboard/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/Source Code/2-dashboard/storage/framework/cache/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/2-dashboard/storage/framework/sessions/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/2-dashboard/storage/framework/testing/

gitignore

0.0 KB

/Source Code/2-dashboard/storage/framework/views/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/2-dashboard/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/2-dashboard/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/Source Code/2-dashboard/tests/Feature/

ExampleTest.php

0.4 KB

/Source Code/2-dashboard/tests/Unit/

ExampleTest.php

0.3 KB

/Source Code/3-coupons/

DS_Store

8.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.8 KB

composer.lock

306.0 KB

editorconfig

0.3 KB

env.example

0.9 KB

gitignore

0.2 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

webpack.mix.js

0.6 KB

/Source Code/3-coupons/app/Action/

ApplyCouponAction.php

0.8 KB

/Source Code/3-coupons/app/Console/

Kernel.php

0.7 KB

/Source Code/3-coupons/app/CouponConditions/

CouponCondition.php

0.3 KB

LifetimeOrderAmount.php

0.6 KB

OrderTotalPrice.php

0.5 KB

/Source Code/3-coupons/app/CouponType/

CouponType.php

0.3 KB

FixAmount.php

0.4 KB

Percentage.php

0.4 KB

/Source Code/3-coupons/app/

DS_Store

8.2 KB

/Source Code/3-coupons/app/Enums/

CouponConditions.php

0.6 KB

CouponTypes.php

0.5 KB

/Source Code/3-coupons/app/Exceptions/

CannotApplyCouponException.php

0.2 KB

Handler.php

1.0 KB

/Source Code/3-coupons/app/Http/Controllers/

ApplyCouponController.php

0.5 KB

Controller.php

0.4 KB

/Source Code/3-coupons/app/Http/

DS_Store

6.1 KB

Kernel.php

2.6 KB

/Source Code/3-coupons/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/Source Code/3-coupons/app/Models/Casts/

CouponConditionCast.php

0.6 KB

/Source Code/3-coupons/app/Models/

Coupon.php

0.9 KB

Order.php

0.6 KB

OrderItem.php

0.2 KB

Product.php

0.2 KB

User.php

1.1 KB

/Source Code/3-coupons/app/Providers/

AppServiceProvider.php

0.4 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/Source Code/3-coupons/app/ValueObject/

CouponCondition.php

0.5 KB

Discount.php

0.2 KB

/Source Code/3-coupons/bootstrap/

app.php

1.6 KB

/Source Code/3-coupons/bootstrap/cache/

gitignore

0.0 KB

packages.php

1.1 KB

services.php

18.3 KB

/Source Code/3-coupons/config/

app.php

7.2 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.5 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.0 KB

session.php

7.0 KB

view.php

1.1 KB

/Source Code/3-coupons/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/3-coupons/database/factories/

CouponFactory.php

0.7 KB

OrderFactory.php

0.7 KB

OrderItemFactory.php

0.7 KB

ProductFactory.php

0.5 KB

UserFactory.php

1.0 KB

/Source Code/3-coupons/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

2022_04_14_134056_create_products_table.php

0.6 KB

2022_04_14_134534_create_coupons_table.php

0.8 KB

2022_04_14_140336_create_orders_table.php

0.8 KB

2022_04_14_140958_create_order_items_table.php

0.8 KB

/Source Code/3-coupons/database/seeders/

DatabaseSeeder.php

0.2 KB

/Source Code/3-coupons/lang/

en.json

0.7 KB

/Source Code/3-coupons/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

8.5 KB

/Source Code/3-coupons/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/Source Code/3-coupons/resources/

DS_Store

6.1 KB

/Source Code/3-coupons/resources/css/

app.css

0.0 KB

/Source Code/3-coupons/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/Source Code/3-coupons/resources/views/

welcome.blade.php

18.4 KB

/Source Code/3-coupons/routes/

api.php

0.7 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/Source Code/3-coupons/storage/

DS_Store

6.1 KB

/Source Code/3-coupons/storage/app/

gitignore

0.0 KB

/Source Code/3-coupons/storage/app/public/

gitignore

0.0 KB

/Source Code/3-coupons/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/Source Code/3-coupons/storage/framework/cache/data/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/3-coupons/storage/framework/cache/

gitignore

0.0 KB

/Source Code/3-coupons/storage/framework/sessions/

gitignore

0.0 KB

/Source Code/3-coupons/storage/framework/testing/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/3-coupons/storage/framework/views/

gitignore

0.0 KB

/Source Code/3-coupons/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/3-coupons/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/Source Code/3-coupons/tests/Feature/

ApplyCouponTest.php

8.4 KB

/Source Code/3-coupons/tests/Unit/

ExampleTest.php

0.3 KB

/.../4-working-with-3rd-parties/1-one-service/

DS_Store

8.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.7 KB

composer.lock

283.7 KB

editorconfig

0.3 KB

env.example

1.0 KB

gitignore

0.2 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

webpack.mix.js

0.6 KB

/.../4-working-with-3rd-parties/1-one-service/app/Console/

Kernel.php

0.7 KB

/.../4-working-with-3rd-parties/1-one-service/app/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/1-one-service/app/Exceptions/

Handler.php

1.0 KB

/.../4-working-with-3rd-parties/1-one-service/app/Http/Controllers/

Controller.php

0.4 KB

/.../4-working-with-3rd-parties/1-one-service/app/Http/

DS_Store

6.1 KB

Kernel.php

2.6 KB

/.../4-working-with-3rd-parties/1-one-service/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/.../4-working-with-3rd-parties/1-one-service/app/Models/

User.php

0.9 KB

/.../4-working-with-3rd-parties/1-one-service/app/Providers/

AppServiceProvider.php

0.2 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

GumroadServiceProvider.php

0.5 KB

RouteServiceProvider.php

1.3 KB

/.../4-working-with-3rd-parties/1-one-service/app/Services/Gumroad/

DS_Store

6.1 KB

GumroadService.php

1.9 KB

/.../4-working-with-3rd-parties/1-one-service/app/Services/Gumroad/DataTransferObjects/

ProductData.php

0.5 KB

SaleData.php

0.8 KB

/.../4-working-with-3rd-parties/1-one-service/app/Services/Gumroad/ValueObjects/

Price.php

0.5 KB

/.../4-working-with-3rd-parties/1-one-service/bootstrap/

app.php

1.6 KB

/.../4-working-with-3rd-parties/1-one-service/bootstrap/cache/

gitignore

0.0 KB

packages.php

1.1 KB

services.php

18.1 KB

/.../4-working-with-3rd-parties/1-one-service/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.5 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

0.6 KB

session.php

7.0 KB

view.php

1.1 KB

/.../4-working-with-3rd-parties/1-one-service/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/database/factories/

UserFactory.php

1.0 KB

/.../4-working-with-3rd-parties/1-one-service/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

/.../4-working-with-3rd-parties/1-one-service/database/seeders/

DatabaseSeeder.php

0.3 KB

/.../4-working-with-3rd-parties/1-one-service/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.0 KB

/.../4-working-with-3rd-parties/1-one-service/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/resources/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/1-one-service/resources/css/

app.css

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/.../4-working-with-3rd-parties/1-one-service/resources/views/

welcome.blade.php

18.4 KB

/.../4-working-with-3rd-parties/1-one-service/routes/

api.php

0.6 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/.../4-working-with-3rd-parties/1-one-service/storage/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/1-one-service/storage/app/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/storage/app/public/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/.../4-working-with-3rd-parties/1-one-service/storage/framework/cache/data/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/storage/framework/cache/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/storage/framework/sessions/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/storage/framework/testing/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/storage/framework/views/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/.../4-working-with-3rd-parties/1-one-service/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/.../4-working-with-3rd-parties/1-one-service/tests/Feature/

ExampleTest.php

0.4 KB

/.../4-working-with-3rd-parties/1-one-service/tests/Unit/

ExampleTest.php

0.3 KB

/.../4-working-with-3rd-parties/2-separate-requests/

DS_Store

8.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.7 KB

composer.lock

283.7 KB

editorconfig

0.3 KB

env.example

1.0 KB

gitignore

0.2 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

webpack.mix.js

0.6 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Console/

Kernel.php

0.7 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Exceptions/

Handler.php

1.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Http/Controllers/

Controller.php

0.4 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Http/

DS_Store

6.1 KB

Kernel.php

2.6 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Models/

User.php

0.9 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Providers/

AppServiceProvider.php

0.2 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

GumroadServiceProvider.php

0.8 KB

RouteServiceProvider.php

1.3 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Services/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Services/Gumroad/

DS_Store

6.1 KB

GumroadService.php

0.9 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Services/Gumroad/DataTransferObjects/

ProductData.php

0.5 KB

SaleData.php

0.8 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Services/Gumroad/Exceptions/

GumroadRequestException.php

0.4 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Services/Gumroad/Requests/

GetProductRequest.php

0.6 KB

GetProductsRequest.php

0.7 KB

GetSalesRequest.php

1.3 KB

Request.php

0.5 KB

/.../4-working-with-3rd-parties/2-separate-requests/app/Services/Gumroad/ValueObjects/

Price.php

0.5 KB

/.../4-working-with-3rd-parties/2-separate-requests/bootstrap/

app.php

1.6 KB

/.../4-working-with-3rd-parties/2-separate-requests/bootstrap/cache/

gitignore

0.0 KB

packages.php

1.1 KB

services.php

18.1 KB

/.../4-working-with-3rd-parties/2-separate-requests/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.5 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

0.6 KB

session.php

7.0 KB

view.php

1.1 KB

/.../4-working-with-3rd-parties/2-separate-requests/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/database/factories/

UserFactory.php

1.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

/.../4-working-with-3rd-parties/2-separate-requests/database/seeders/

DatabaseSeeder.php

0.3 KB

/.../4-working-with-3rd-parties/2-separate-requests/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/resources/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/2-separate-requests/resources/css/

app.css

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/.../4-working-with-3rd-parties/2-separate-requests/resources/views/

welcome.blade.php

18.4 KB

/.../4-working-with-3rd-parties/2-separate-requests/routes/

api.php

0.6 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/app/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/app/public/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/framework/cache/data/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/framework/cache/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/framework/sessions/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/framework/testing/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/framework/views/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/.../4-working-with-3rd-parties/2-separate-requests/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/.../4-working-with-3rd-parties/2-separate-requests/tests/Feature/

ExampleTest.php

0.4 KB

/.../4-working-with-3rd-parties/2-separate-requests/tests/Unit/

ExampleTest.php

0.3 KB

/.../4-working-with-3rd-parties/3-transporter/

DS_Store

8.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.8 KB

composer.lock

295.1 KB

editorconfig

0.3 KB

env.example

1.0 KB

gitignore

0.2 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

webpack.mix.js

0.6 KB

/.../4-working-with-3rd-parties/3-transporter/app/Console/

Kernel.php

0.7 KB

/.../4-working-with-3rd-parties/3-transporter/app/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/3-transporter/app/Exceptions/

Handler.php

1.0 KB

/.../4-working-with-3rd-parties/3-transporter/app/Http/Controllers/

Controller.php

0.4 KB

/.../4-working-with-3rd-parties/3-transporter/app/Http/

DS_Store

6.1 KB

Kernel.php

2.6 KB

/.../4-working-with-3rd-parties/3-transporter/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/.../4-working-with-3rd-parties/3-transporter/app/Models/

User.php

0.9 KB

/.../4-working-with-3rd-parties/3-transporter/app/Providers/

AppServiceProvider.php

0.2 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/.../4-working-with-3rd-parties/3-transporter/app/Services/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/3-transporter/app/Services/Gumroad/

DS_Store

6.1 KB

GumroadService.php

1.5 KB

/.../4-working-with-3rd-parties/3-transporter/app/Services/Gumroad/DataTransferObjects/

ProductData.php

0.5 KB

SaleData.php

0.8 KB

/.../4-working-with-3rd-parties/3-transporter/app/Services/Gumroad/Requests/

GetProductRequest.php

0.3 KB

GetProductsRequest.php

0.2 KB

GetSalesRequest.php

0.4 KB

GumroadRequest.php

0.4 KB

/.../4-working-with-3rd-parties/3-transporter/app/Services/Gumroad/ValueObjects/

Price.php

0.5 KB

/.../4-working-with-3rd-parties/3-transporter/bootstrap/

app.php

1.6 KB

/.../4-working-with-3rd-parties/3-transporter/bootstrap/cache/

gitignore

0.0 KB

packages.php

1.1 KB

services.php

18.1 KB

/.../4-working-with-3rd-parties/3-transporter/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.5 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

0.6 KB

session.php

7.0 KB

transporter.php

0.1 KB

view.php

1.1 KB

/.../4-working-with-3rd-parties/3-transporter/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/database/factories/

UserFactory.php

1.0 KB

/.../4-working-with-3rd-parties/3-transporter/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

/.../4-working-with-3rd-parties/3-transporter/database/seeders/

DatabaseSeeder.php

0.3 KB

/.../4-working-with-3rd-parties/3-transporter/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.0 KB

/.../4-working-with-3rd-parties/3-transporter/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/resources/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/3-transporter/resources/css/

app.css

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/.../4-working-with-3rd-parties/3-transporter/resources/views/

welcome.blade.php

18.4 KB

/.../4-working-with-3rd-parties/3-transporter/routes/

api.php

0.6 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/.../4-working-with-3rd-parties/3-transporter/storage/

DS_Store

6.1 KB

/.../4-working-with-3rd-parties/3-transporter/storage/app/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/storage/app/public/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/.../4-working-with-3rd-parties/3-transporter/storage/framework/cache/data/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/storage/framework/cache/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/storage/framework/sessions/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/storage/framework/testing/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/storage/framework/views/

gitignore

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/.../4-working-with-3rd-parties/3-transporter/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/.../4-working-with-3rd-parties/3-transporter/tests/Feature/

ExampleTest.php

0.4 KB

/.../4-working-with-3rd-parties/3-transporter/tests/Unit/

ExampleTest.php

0.3 KB

/.../4-working-with-3rd-parties/

DS_Store

6.1 KB

/Source Code/5-custom-fields/

DS_Store

8.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.7 KB

composer.lock

284.4 KB

editorconfig

0.3 KB

env.example

0.9 KB

gitignore

0.2 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

webpack.mix.js

0.6 KB

/Source Code/5-custom-fields/app/Action/

UpsertUserAction.php

1.5 KB

ValidateFieldAction.php

0.6 KB

/Source Code/5-custom-fields/app/Console/

Kernel.php

0.7 KB

/Source Code/5-custom-fields/app/

DS_Store

8.2 KB

/Source Code/5-custom-fields/app/DataTransferObjects/

FieldValueData.php

0.7 KB

UserData.php

0.6 KB

/Source Code/5-custom-fields/app/Exceptions/

Handler.php

1.1 KB

/Source Code/5-custom-fields/app/Http/Controllers/

Controller.php

0.4 KB

UserController.php

0.9 KB

UserFieldController.php

1.1 KB

/Source Code/5-custom-fields/app/Http/

Kernel.php

2.6 KB

/Source Code/5-custom-fields/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/Source Code/5-custom-fields/app/Http/Requests/

UpsertUserRequest.php

0.6 KB

/Source Code/5-custom-fields/app/Http/Resources/

UserFieldResource.php

0.3 KB

UserResource.php

0.4 KB

/Source Code/5-custom-fields/app/Models/

Field.php

0.3 KB

User.php

1.2 KB

/Source Code/5-custom-fields/app/Providers/

AppServiceProvider.php

0.4 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/Source Code/5-custom-fields/bootstrap/

app.php

1.6 KB

/Source Code/5-custom-fields/bootstrap/cache/

gitignore

0.0 KB

packages.php

0.9 KB

services.php

18.0 KB

/Source Code/5-custom-fields/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.6 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.0 KB

session.php

7.0 KB

view.php

1.1 KB

/Source Code/5-custom-fields/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/5-custom-fields/database/factories/

UserFactory.php

1.0 KB

/Source Code/5-custom-fields/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

2022_06_05_080343_create_fields_table.php

0.6 KB

2022_06_05_080529_create_user_field_table.php

0.8 KB

/Source Code/5-custom-fields/database/seeders/

DatabaseSeeder.php

0.8 KB

/Source Code/5-custom-fields/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.0 KB

/Source Code/5-custom-fields/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/Source Code/5-custom-fields/resources/

DS_Store

6.1 KB

/Source Code/5-custom-fields/resources/css/

app.css

0.0 KB

/Source Code/5-custom-fields/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/Source Code/5-custom-fields/resources/views/

welcome.blade.php

18.4 KB

/Source Code/5-custom-fields/routes/

api.php

0.9 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/Source Code/5-custom-fields/storage/

DS_Store

6.1 KB

/Source Code/5-custom-fields/storage/app/

gitignore

0.0 KB

/Source Code/5-custom-fields/storage/app/public/

gitignore

0.0 KB

/Source Code/5-custom-fields/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/Source Code/5-custom-fields/storage/framework/cache/data/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/5-custom-fields/storage/framework/cache/

gitignore

0.0 KB

/Source Code/5-custom-fields/storage/framework/sessions/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/5-custom-fields/storage/framework/testing/

gitignore

0.0 KB

/Source Code/5-custom-fields/storage/framework/views/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/5-custom-fields/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/5-custom-fields/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/Source Code/5-custom-fields/tests/Feature/

ExampleTest.php

0.4 KB

/Source Code/5-custom-fields/tests/Unit/

ExampleTest.php

0.3 KB

/Source Code/6-advanced-filters/

DS_Store

8.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.7 KB

composer.lock

283.7 KB

editorconfig

0.3 KB

env.example

0.9 KB

gitignore

0.2 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

webpack.mix.js

0.6 KB

/Source Code/6-advanced-filters/app/Actions/

FilterProductsAction.php

0.8 KB

/Source Code/6-advanced-filters/app/Console/

Kernel.php

0.7 KB

/Source Code/6-advanced-filters/app/

DS_Store

8.2 KB

/Source Code/6-advanced-filters/app/Enums/

Filters.php

0.6 KB

SortDirections.php

0.1 KB

Sorters.php

0.8 KB

/Source Code/6-advanced-filters/app/Exceptions/

Handler.php

1.0 KB

/Source Code/6-advanced-filters/app/Filters/

AverageRatingFilter.php

0.4 KB

Filter.php

0.3 KB

MostPopularFilter.php

1.0 KB

RevenueFilter.php

0.4 KB

/Source Code/6-advanced-filters/app/Http/Controllers/

Controller.php

0.4 KB

ProductController.php

0.4 KB

/Source Code/6-advanced-filters/app/Http/

Kernel.php

2.6 KB

/Source Code/6-advanced-filters/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/Source Code/6-advanced-filters/app/Http/Requests/

GetProductsRequest.php

0.9 KB

/Source Code/6-advanced-filters/app/Models/

Order.php

0.3 KB

OrderItem.php

0.2 KB

Product.php

0.4 KB

ProductRating.php

0.2 KB

User.php

0.9 KB

/Source Code/6-advanced-filters/app/Providers/

AppServiceProvider.php

0.6 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/Source Code/6-advanced-filters/app/Sorters/

QuantitySorter.php

0.4 KB

RatingSorter.php

0.3 KB

RevenueContributionSorter.php

0.6 KB

RevenueSorter.php

0.4 KB

Sorter.php

0.6 KB

/Source Code/6-advanced-filters/bootstrap/

app.php

1.6 KB

/Source Code/6-advanced-filters/bootstrap/cache/

gitignore

0.0 KB

packages.php

0.9 KB

services.php

18.0 KB

/Source Code/6-advanced-filters/config/

app.php

7.2 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.5 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.0 KB

session.php

7.0 KB

view.php

1.1 KB

/Source Code/6-advanced-filters/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/6-advanced-filters/database/factories/

OrderFactory.php

0.4 KB

OrderItemFactory.php

0.5 KB

ProductFactory.php

0.4 KB

ProductRatingFactory.php

0.4 KB

UserFactory.php

1.0 KB

/Source Code/6-advanced-filters/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

2022_04_24_171919_create_products_table.php

0.5 KB

2022_04_24_172022_create_product_ratings_table.php

0.6 KB

2022_04_24_172125_create_orders_table.php

0.6 KB

2022_04_24_172152_create_order_items_table.php

0.8 KB

/Source Code/6-advanced-filters/database/seeders/

DatabaseSeeder.php

0.4 KB

/Source Code/6-advanced-filters/lang/

en.json

0.7 KB

/Source Code/6-advanced-filters/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

8.5 KB

/Source Code/6-advanced-filters/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/Source Code/6-advanced-filters/resources/

DS_Store

6.1 KB

/Source Code/6-advanced-filters/resources/css/

app.css

0.0 KB

/Source Code/6-advanced-filters/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/Source Code/6-advanced-filters/resources/views/

welcome.blade.php

18.4 KB

/Source Code/6-advanced-filters/routes/

api.php

0.2 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/Source Code/6-advanced-filters/storage/

DS_Store

6.1 KB

/Source Code/6-advanced-filters/storage/app/

gitignore

0.0 KB

/Source Code/6-advanced-filters/storage/app/public/

gitignore

0.0 KB

/Source Code/6-advanced-filters/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/Source Code/6-advanced-filters/storage/framework/cache/data/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/6-advanced-filters/storage/framework/cache/

gitignore

0.0 KB

/Source Code/6-advanced-filters/storage/framework/sessions/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/6-advanced-filters/storage/framework/testing/

gitignore

0.0 KB

/Source Code/6-advanced-filters/storage/framework/views/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/6-advanced-filters/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/6-advanced-filters/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/Source Code/6-advanced-filters/tests/Feature/

ExampleTest.php

0.4 KB

/Source Code/6-advanced-filters/tests/Unit/

ExampleTest.php

0.3 KB

/Source Code/7-boundaries/1-with-boundaries/

DS_Store

10.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.8 KB

composer.lock

288.7 KB

editorconfig

0.3 KB

env.example

0.9 KB

gitignore

0.2 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

webpack.mix.js

0.6 KB

/Source Code/7-boundaries/1-with-boundaries/app/Console/

Kernel.php

0.7 KB

/Source Code/7-boundaries/1-with-boundaries/app/

DS_Store

6.1 KB

/Source Code/7-boundaries/1-with-boundaries/app/Exceptions/

Handler.php

1.0 KB

/Source Code/7-boundaries/1-with-boundaries/app/Http/Controllers/

Controller.php

0.4 KB

/Source Code/7-boundaries/1-with-boundaries/app/Http/

DS_Store

6.1 KB

Kernel.php

2.6 KB

/Source Code/7-boundaries/1-with-boundaries/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/Source Code/7-boundaries/1-with-boundaries/app/Models/

User.php

0.9 KB

/Source Code/7-boundaries/1-with-boundaries/app/Providers/

AppServiceProvider.php

0.4 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/Source Code/7-boundaries/1-with-boundaries/bootstrap/

app.php

1.6 KB

/Source Code/7-boundaries/1-with-boundaries/bootstrap/cache/

gitignore

0.0 KB

packages.php

1.1 KB

services.php

18.1 KB

/Source Code/7-boundaries/1-with-boundaries/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.5 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.0 KB

session.php

7.0 KB

view.php

1.1 KB

/Source Code/7-boundaries/1-with-boundaries/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/database/factories/

ClientFactory.php

0.4 KB

InvoiceFactory.php

0.7 KB

InvoiceLineItemFactory.php

0.7 KB

MilestoneFactory.php

0.6 KB

ProjectFactory.php

0.5 KB

TaskFactory.php

0.5 KB

TimelogFactory.php

0.5 KB

UserFactory.php

1.0 KB

/Source Code/7-boundaries/1-with-boundaries/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

2022_05_02_194655_create_projects_table.php

0.5 KB

2022_05_02_194724_create_milestones_table.php

0.6 KB

2022_05_02_194828_create_tasks_table.php

0.6 KB

2022_05_02_200347_create_timelogs_table.php

0.6 KB

2022_05_02_200550_create_clients_table.php

0.5 KB

2022_05_02_201124_create_invoices_table.php

0.6 KB

2022_05_02_201713_create_invoice_line_items_table.php

0.7 KB

/Source Code/7-boundaries/1-with-boundaries/database/seeders/

DatabaseSeeder.php

1.1 KB

/Source Code/7-boundaries/1-with-boundaries/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.0 KB

/Source Code/7-boundaries/1-with-boundaries/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/resources/

DS_Store

6.1 KB

/Source Code/7-boundaries/1-with-boundaries/resources/css/

app.css

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/Source Code/7-boundaries/1-with-boundaries/resources/views/

welcome.blade.php

18.4 KB

/Source Code/7-boundaries/1-with-boundaries/routes/

api.php

0.5 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/Source Code/7-boundaries/1-with-boundaries/src/

DS_Store

6.1 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Client/

DS_Store

6.1 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Client/DataTransferObject/

ClientData.php

0.2 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Client/Exceptions/

ClientNotFoundException.php

0.1 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Client/Models/

Client.php

0.4 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Client/Services/

ClientService.php

0.5 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/

DS_Store

6.1 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Invoice/Actions/

CreateMilestoneInvoiceAction.php

1.1 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Invoice/

DS_Store

6.1 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Invoice/DataTransferObjects/

InvoiceData.php

0.7 KB

InvoiceLineItemData.php

0.8 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Invoice/Models/

Invoice.php

1.0 KB

InvoiceLineItem.php

0.5 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Project/

DS_Store

6.1 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Project/DataTransferObjects/

MilestoneData.php

0.9 KB

ProjectData.php

0.3 KB

TaskData.php

0.9 KB

TimelogData.php

0.2 KB

/Source Code/7-boundaries/1-with-boundaries/src/Domain/Project/Models/

Milestone.php

0.7 KB

Project.php

0.7 KB

Task.php

0.7 KB

Timelog.php

0.5 KB

/Source Code/7-boundaries/1-with-boundaries/storage/

DS_Store

6.1 KB

/Source Code/7-boundaries/1-with-boundaries/storage/app/

gitignore

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/storage/app/public/

gitignore

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/Source Code/7-boundaries/1-with-boundaries/storage/framework/cache/data/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/storage/framework/cache/

gitignore

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/storage/framework/sessions/

gitignore

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/storage/framework/testing/

gitignore

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/storage/framework/views/

gitignore

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/7-boundaries/1-with-boundaries/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/Source Code/7-boundaries/1-with-boundaries/tests/Feature/

ExampleTest.php

0.4 KB

/Source Code/7-boundaries/1-with-boundaries/tests/Unit/

ExampleTest.php

0.3 KB

/Source Code/7-boundaries/2-without-boundaries/

DS_Store

10.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.7 KB

composer.lock

283.7 KB

editorconfig

0.3 KB

env.example

0.9 KB

gitignore

0.2 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

webpack.mix.js

0.6 KB

/Source Code/7-boundaries/2-without-boundaries/app/Console/

Kernel.php

0.7 KB

/Source Code/7-boundaries/2-without-boundaries/app/

DS_Store

6.1 KB

/Source Code/7-boundaries/2-without-boundaries/app/Exceptions/

Handler.php

1.0 KB

/Source Code/7-boundaries/2-without-boundaries/app/Http/Controllers/

Controller.php

0.4 KB

/Source Code/7-boundaries/2-without-boundaries/app/Http/

DS_Store

6.1 KB

Kernel.php

2.6 KB

/Source Code/7-boundaries/2-without-boundaries/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/Source Code/7-boundaries/2-without-boundaries/app/Models/

User.php

0.9 KB

/Source Code/7-boundaries/2-without-boundaries/app/Providers/

AppServiceProvider.php

0.4 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/Source Code/7-boundaries/2-without-boundaries/bootstrap/

app.php

1.6 KB

/Source Code/7-boundaries/2-without-boundaries/bootstrap/cache/

gitignore

0.0 KB

packages.php

1.1 KB

services.php

18.1 KB

/Source Code/7-boundaries/2-without-boundaries/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.5 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.0 KB

session.php

7.0 KB

view.php

1.1 KB

/Source Code/7-boundaries/2-without-boundaries/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/database/factories/

ClientFactory.php

0.4 KB

InvoiceFactory.php

0.6 KB

InvoiceLineItemFactory.php

0.7 KB

MilestoneFactory.php

0.6 KB

ProjectFactory.php

0.5 KB

TaskFactory.php

0.5 KB

TimelogFactory.php

0.5 KB

UserFactory.php

1.0 KB

/Source Code/7-boundaries/2-without-boundaries/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

2022_05_02_194655_create_projects_table.php

0.5 KB

2022_05_02_194724_create_milestones_table.php

0.6 KB

2022_05_02_194828_create_tasks_table.php

0.6 KB

2022_05_02_200347_create_timelogs_table.php

0.6 KB

2022_05_02_200550_create_clients_table.php

0.5 KB

2022_05_02_201124_create_invoices_table.php

0.6 KB

2022_05_02_201713_create_invoice_line_items_table.php

0.7 KB

/Source Code/7-boundaries/2-without-boundaries/database/seeders/

DatabaseSeeder.php

1.1 KB

/Source Code/7-boundaries/2-without-boundaries/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.0 KB

/Source Code/7-boundaries/2-without-boundaries/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/resources/

DS_Store

6.1 KB

/Source Code/7-boundaries/2-without-boundaries/resources/css/

app.css

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/Source Code/7-boundaries/2-without-boundaries/resources/views/

welcome.blade.php

18.4 KB

/Source Code/7-boundaries/2-without-boundaries/routes/

api.php

0.3 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/Source Code/7-boundaries/2-without-boundaries/src/

DS_Store

6.1 KB

/Source Code/7-boundaries/2-without-boundaries/src/Domain/Client/

DS_Store

6.1 KB

/Source Code/7-boundaries/2-without-boundaries/src/Domain/Client/Models/

Client.php

0.4 KB

/Source Code/7-boundaries/2-without-boundaries/src/Domain/

DS_Store

6.1 KB

/Source Code/7-boundaries/2-without-boundaries/src/Domain/Invoice/Actions/

CreateMilestoneInvoiceAction.php

0.8 KB

/Source Code/7-boundaries/2-without-boundaries/src/Domain/Invoice/

DS_Store

6.1 KB

/Source Code/7-boundaries/2-without-boundaries/src/Domain/Invoice/Models/

Invoice.php

0.9 KB

InvoiceLineItem.php

0.5 KB

/Source Code/7-boundaries/2-without-boundaries/src/Domain/Project/

DS_Store

6.1 KB

/Source Code/7-boundaries/2-without-boundaries/src/Domain/Project/Models/

Milestone.php

0.7 KB

Project.php

0.9 KB

Task.php

0.7 KB

Timelog.php

0.5 KB

/Source Code/7-boundaries/2-without-boundaries/storage/

DS_Store

6.1 KB

/Source Code/7-boundaries/2-without-boundaries/storage/app/

gitignore

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/storage/app/public/

gitignore

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/Source Code/7-boundaries/2-without-boundaries/storage/framework/cache/data/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/storage/framework/cache/

gitignore

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/storage/framework/sessions/

gitignore

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/storage/framework/testing/

gitignore

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/storage/framework/views/

gitignore

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/7-boundaries/2-without-boundaries/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/Source Code/7-boundaries/2-without-boundaries/tests/Feature/

ExampleTest.php

0.4 KB

/Source Code/7-boundaries/2-without-boundaries/tests/Unit/

ExampleTest.php

0.3 KB

/Source Code/7-boundaries/

DS_Store

6.1 KB

/Source Code/8-value-objects/

DS_Store

8.2 KB

README.md

4.0 KB

artisan

1.7 KB

composer.json

1.7 KB

composer.lock

284.4 KB

editorconfig

0.3 KB

env.example

0.9 KB

gitignore

0.2 KB

package.json

0.5 KB

phpunit.xml

1.2 KB

styleci.yml

0.2 KB

webpack.mix.js

0.6 KB

/Source Code/8-value-objects/app/Console/

Kernel.php

0.7 KB

/Source Code/8-value-objects/app/

DS_Store

6.1 KB

/Source Code/8-value-objects/app/Exceptions/

Handler.php

1.1 KB

/Source Code/8-value-objects/app/Http/Controllers/

CompanyController.php

0.3 KB

Controller.php

0.4 KB

IncomeStatementController.php

0.3 KB

MetricController.php

0.3 KB

/Source Code/8-value-objects/app/Http/

Kernel.php

2.6 KB

/Source Code/8-value-objects/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

VerifyCsrfToken.php

0.3 KB

/Source Code/8-value-objects/app/Http/Resources/

CompanyResource.php

0.4 KB

IncomeStatementsSummaryResource.php

1.3 KB

MetricsSummaryResource.php

0.9 KB

/Source Code/8-value-objects/app/Models/Casts/

MarginCast.php

0.6 KB

MarketCapCast.php

0.7 KB

MillionsCast.php

0.4 KB

PeRatioCast.php

0.4 KB

PriceCast.php

0.4 KB

/Source Code/8-value-objects/app/Models/

Company.php

0.7 KB

IncomeStatement.php

0.9 KB

Metric.php

1.1 KB

User.php

0.9 KB

/Source Code/8-value-objects/app/Providers/

AppServiceProvider.php

0.6 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/Source Code/8-value-objects/app/ValueObjects/

Margin.php

0.7 KB

MarketCap.php

0.8 KB

Millions.php

0.5 KB

PeRatio.php

0.3 KB

Price.php

0.4 KB

/Source Code/8-value-objects/bootstrap/

app.php

1.6 KB

/Source Code/8-value-objects/bootstrap/cache/

gitignore

0.0 KB

packages.php

0.9 KB

services.php

18.0 KB

/Source Code/8-value-objects/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

1.9 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.6 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.0 KB

session.php

7.0 KB

view.php

1.1 KB

/Source Code/8-value-objects/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/8-value-objects/database/factories/

UserFactory.php

1.0 KB

/Source Code/8-value-objects/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.8 KB

2022_05_28_120023_create_companies_table.php

0.7 KB

2022_05_28_120146_create_income_statements_table.php

1.0 KB

2022_05_28_120950_create_metrics_table.php

0.8 KB

/Source Code/8-value-objects/database/seeders/

DatabaseSeeder.php

2.2 KB

/Source Code/8-value-objects/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.0 KB

/Source Code/8-value-objects/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/Source Code/8-value-objects/resources/

DS_Store

6.1 KB

/Source Code/8-value-objects/resources/css/

app.css

0.0 KB

/Source Code/8-value-objects/resources/js/

app.js

0.0 KB

bootstrap.js

0.9 KB

/Source Code/8-value-objects/resources/views/

welcome.blade.php

18.4 KB

/Source Code/8-value-objects/routes/

api.php

0.6 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/Source Code/8-value-objects/storage/

DS_Store

6.1 KB

/Source Code/8-value-objects/storage/app/

gitignore

0.0 KB

/Source Code/8-value-objects/storage/app/public/

gitignore

0.0 KB

/Source Code/8-value-objects/storage/framework/

DS_Store

6.1 KB

gitignore

0.1 KB

/Source Code/8-value-objects/storage/framework/cache/data/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/8-value-objects/storage/framework/cache/

gitignore

0.0 KB

/Source Code/8-value-objects/storage/framework/sessions/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/8-value-objects/storage/framework/testing/

gitignore

0.0 KB

/Source Code/8-value-objects/storage/framework/views/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/8-value-objects/storage/logs/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/8-value-objects/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/Source Code/8-value-objects/tests/Feature/

ExampleTest.php

0.4 KB

/Source Code/8-value-objects/tests/Unit/

ExampleTest.php

0.3 KB

/Source Code/9-os-processes/

DS_Store

8.2 KB

README.md

4.2 KB

artisan

1.7 KB

composer.json

1.8 KB

composer.lock

286.1 KB

editorconfig

0.3 KB

env.example

1.1 KB

gitignore

0.2 KB

package.json

0.3 KB

phpunit.xml

1.2 KB

vite.config.js

0.3 KB

/Source Code/9-os-processes/app/Console/

Kernel.php

0.7 KB

/Source Code/9-os-processes/app/

DS_Store

6.1 KB

/Source Code/9-os-processes/app/Exceptions/

Handler.php

1.1 KB

/Source Code/9-os-processes/app/Http/Controllers/

Controller.php

0.4 KB

/Source Code/9-os-processes/app/Http/

DS_Store

6.1 KB

Kernel.php

2.6 KB

/Source Code/9-os-processes/app/Http/Middleware/

Authenticate.php

0.5 KB

EncryptCookies.php

0.3 KB

PreventRequestsDuringMaintenance.php

0.4 KB

RedirectIfAuthenticated.php

0.9 KB

TrimStrings.php

0.4 KB

TrustHosts.php

0.4 KB

TrustProxies.php

0.6 KB

ValidateSignature.php

0.5 KB

VerifyCsrfToken.php

0.3 KB

/Source Code/9-os-processes/app/Models/

User.php

0.9 KB

/Source Code/9-os-processes/app/Providers/

AppServiceProvider.php

0.4 KB

AuthServiceProvider.php

0.6 KB

BroadcastServiceProvider.php

0.4 KB

EventServiceProvider.php

0.9 KB

RouteServiceProvider.php

1.3 KB

/Source Code/9-os-processes/app/Services/

GitService.php

0.9 KB

/Source Code/9-os-processes/bootstrap/

app.php

1.6 KB

/Source Code/9-os-processes/bootstrap/cache/

gitignore

0.0 KB

packages.php

1.1 KB

services.php

19.2 KB

/Source Code/9-os-processes/config/

app.php

7.8 KB

auth.php

3.7 KB

broadcasting.php

2.1 KB

cache.php

3.3 KB

cors.php

0.8 KB

database.php

5.3 KB

filesystems.php

2.4 KB

hashing.php

1.6 KB

logging.php

3.7 KB

mail.php

3.6 KB

queue.php

2.9 KB

sanctum.php

2.3 KB

services.php

1.0 KB

session.php

7.0 KB

view.php

1.1 KB

/Source Code/9-os-processes/database/

DS_Store

6.1 KB

gitignore

0.0 KB

/Source Code/9-os-processes/database/factories/

UserFactory.php

1.0 KB

/Source Code/9-os-processes/database/migrations/

2014_10_12_000000_create_users_table.php

0.8 KB

2014_10_12_100000_create_password_resets_table.php

0.7 KB

2019_08_19_000000_create_failed_jobs_table.php

0.8 KB

2019_12_14_000001_create_personal_access_tokens_table.php

0.9 KB

/Source Code/9-os-processes/database/seeders/

DatabaseSeeder.php

0.5 KB

/Source Code/9-os-processes/lang/en/

auth.php

0.7 KB

pagination.php

0.5 KB

passwords.php

0.7 KB

validation.php

9.7 KB

/Source Code/9-os-processes/public/

favicon.ico

0.0 KB

htaccess

0.6 KB

index.php

1.7 KB

robots.txt

0.0 KB

/Source Code/9-os-processes/resources/

DS_Store

6.1 KB

/Source Code/9-os-processes/resources/css/

app.css

0.0 KB

/Source Code/9-os-processes/resources/js/

app.js

0.0 KB

bootstrap.js

1.3 KB

/Source Code/9-os-processes/resources/views/

welcome.blade.php

19.4 KB

/Source Code/9-os-processes/routes/

api.php

0.6 KB

channels.php

0.6 KB

console.php

0.6 KB

web.php

0.5 KB

/Source Code/9-os-processes/storage/

DS_Store

6.1 KB

/Source Code/9-os-processes/storage/app/

gitignore

0.0 KB

/Source Code/9-os-processes/storage/app/public/

gitignore

0.0 KB

/Source Code/9-os-processes/storage/framework/cache/data/

gitignore

0.0 KB

/Source Code/9-os-processes/storage/framework/cache/

gitignore

0.0 KB

/Source Code/9-os-processes/storage/framework/

gitignore

0.1 KB

/Source Code/9-os-processes/storage/framework/sessions/

gitignore

0.0 KB

/Source Code/9-os-processes/storage/framework/testing/

gitignore

0.0 KB

/Source Code/9-os-processes/storage/framework/views/

gitignore

0.0 KB

/Source Code/9-os-processes/storage/logs/

gitignore

0.0 KB

/Source Code/9-os-processes/tests/

CreatesApplication.php

0.4 KB

DS_Store

6.1 KB

TestCase.php

0.2 KB

/Source Code/9-os-processes/tests/Feature/

ExampleTest.php

0.4 KB

/Source Code/9-os-processes/tests/Unit/

ExampleTest.php

0.3 KB

/Source Code/

DS_Store

10.2 KB

 

Total files 1459


Copyright © 2025 FileMood.com