Skip to main content

Code Examples of caneara/lumeno

Discover how to use Laravel's caneara/lumeno examples.

8 examples

Casting

Files in this example

  • app/Casts/LatitudeLongitudeCast.php
    • app/Models/User.php
View all examples

Jobs

Files in this example

  • app/Jobs/FetchExchangeRatesJob.php
    • app/Commands/FetchExchangeRatesCommand.php
View all examples

Custom validation rules

Files in this example

  • app/Rules/MaxYearsExperienceRule.php
    • app/Requests/Requirement/StoreRequest.php
View all examples

Constants

Files in this example

  • app/Models/User.php
    • app/Collections/CommuteDistanceCollection.php
View all examples

Inertia.js

Files in this example

  • app/Controllers/User/DashboardController.php
    • app/Responses/Page.php
      • resources/vue/pages/dashboard/user/index.vue
View all examples