-
Blade components
Files in the example
-
app/View/Components/LanguageSelector.php
-
resources/views/partials/modules/header.blade.php
-
-
Codezero/laravel-localized-routes
Files in the example
-
composer.json
-
config/localized-routes.php
-
app/Http/Kernel.php
-
main/routes/web.php
-
-
Collection Methods: Map
Files in the example
-
app/Console/Commands/FetchLatestReleaseNumbers.php
-
-
Collection Methods: MapToGroups
Files in the example
-
app/Console/Commands/FetchLatestReleaseNumbers.php
-
-
Public API
Files in the example
-
routes/api.php
-
app/Http/Controllers/Api/LaravelVersionsController.php
-
app/Http/Resources/LaravelVersionResource.php
-
-
API resources
Files in the example
-
app/Http/Resources/LaravelVersionResource.php
-
app/Http/Controllers/Api/LaravelVersionsController.php
-
-
Testing
Files in the example
-
tests/Feature/ApiListVersionsTest.php
-
-
Task scheduling
Files in the example
-
app/Console/Kernel.php
-
-
Multi-language
Files in the example
-
resources/lang/de.json
-
resources/views/partials/modules/show_recommendations.blade.php
-
-
Casting
Files in the example
-
app/Models/LaravelVersion.php
-
resources/views/partials/tables/current_table.blade.php
-
-
Constants
Files in the example
-
app/Models/LaravelVersion.php
-
resources/views/partials/modules/show_status.blade.php
-