Skip to main content

Code Examples of tighten/laravelversions

Discover how to use Laravel's tighten/laravelversions examples.

11 examples

Blade components

Files in this example

  • app/View/Components/LanguageSelector.php
    • resources/views/partials/modules/header.blade.php
View all examples

Codezero/laravel-localized-routes

Files in this example

  • composer.json
    • config/localized-routes.php
      • app/Http/Kernel.php
        • main/routes/web.php
View all examples

Collection Methods: Map

Files in this example

  • app/Console/Commands/FetchLatestReleaseNumbers.php
View all examples

Collection Methods: MapToGroups

Files in this example

  • app/Console/Commands/FetchLatestReleaseNumbers.php
View all examples

Public API

Files in this example

  • routes/api.php
    • app/Http/Controllers/Api/LaravelVersionsController.php
      • app/Http/Resources/LaravelVersionResource.php
View all examples

API resources

Files in this example

  • app/Http/Resources/LaravelVersionResource.php
    • app/Http/Controllers/Api/LaravelVersionsController.php
View all examples

Multi-language

Files in this example

  • resources/lang/de.json
    • resources/views/partials/modules/show_recommendations.blade.php
View all examples

Casting

Files in this example

  • app/Models/LaravelVersion.php
    • resources/views/partials/tables/current_table.blade.php
View all examples

Constants

Files in this example

  • app/Models/LaravelVersion.php
    • resources/views/partials/modules/show_status.blade.php
View all examples