-
Events & listeners
Files in the example
-
app/Providers/EventServiceProvider.php
-
app/Http/Controllers/App/PackageController.php
-
app/Events/PackageCreated.php
-
app/Listeners/SendNewPackageNotification.php
-
-
Queues
Files in the example
-
app/Jobs/CheckPackageUrlsForAvailability.php
-
app/Console/Commands/CheckPackageUrls.php
-
-
Traits
Files in the example
-
app/Policies/HandlesPackageAuthorizationTrait.php
-
app/Policies/PackagePolicy.php
-
app/Policies/ScreenshotPolicy.php
-
-
Accessors
Files in the example
-
app/Package.php
-
app/Http/Controllers/PackageController.php
-
resources/views/collaborators/package-card.blade.php
-
-
Willvincent/laravel-rateable
Files in the example
-
composer.json
-
app/Package.php
-
app/User.php
-
app/Jobs/UserRatePackage.php
-
-
Factories
Files in the example
-
database/factories/PackageFactory.php
-
database/seeders/DatabaseSeeder.php
-
-
Collection Methods: Map
Files in the example
-
app/Tag.php
-
-
Collection Methods: Each
Files in the example
-
database/seeders/DatabaseSeeder.php
-
-
Public API
Files in the example
-
routes/api.php
-
app/Http/Controllers/Api/RecentController.php
-
app/Http/Resources/PackageResource.php
-
-
API resources
Files in the example
-
app/Http/Resources/PackageResource.php
-
app/Http/Controllers/Api/PackagesController.php
-
-
Service providers
Files in the example
-
app/Providers/GitHubServiceProvider.php
-
config/app.php
-
-
Laravel/socialite
Files in the example
-
composer.json
-
routes/web.php
-
app/Http/Controllers/Auth/LoginController.php
-
-
Blade directive
Files in the example
-
app/Providers/AppServiceProvider.php
-
resources/views/packages/show.blade.php
-
-
Testing
Files in the example
-
tests/Feature/PackageViewTest.php
-
-
File upload
Files in the example
-
resources/assets/js/components/PackageScreenshotsDropzone.vue
-
app/Http/Controllers/App/ScreenshotUploadController.php
-
-
Algolia
Files in the example
-
composer.json
-
app/Package.php
-
app/Http/Controllers/Api/SearchController.php
-
-
Mock / mockery
Files in the example
-
tests/Unit/GitHubRepoTest.php
-
-
Form requests
Files in the example
-
app/Http/Requests/PackageFormRequest.php
-
-
WhereHas
Files in the example
-
app/Tag.php
-
-
Singleton
Files in the example
-
app/Providers/GitHubServiceProvider.php
-
app/Providers/AppServiceProvider.php
-
-
GroupBy
Files in the example
-
app/RatingCountable.php
-
-
Collection Methods: Tap
Files in the example
-
tests/Feature/CollaboratorCreateTest.php
-
-
Alpine.js
Files in the example
-
resources/views/layouts/app.blade.php
-
-
Casting
Files in the example
-
app/Package.php
-
app/Http/Controllers/DisablePackageController.php
-
resources/views/collaborators/package-card.blade.php
-