Skip to main content

Code Examples of OpenLitterMap/openlittermap-web

Discover how to use Laravel's OpenLitterMap/openlittermap-web examples.

9 examples

Stripe payments

Files in this example

  • composer.json
    • routes/web.php
      • resources/js/components/DonateButtons.vue
        • app/Http/Controllers/DonateController.php
View all examples

Custom artisan commands

Files in this example

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

Laravel/passport

Files in this example

  • composer.json
    • app/Models/User/User.php
      • config/auth.php
        • app/Providers/AuthServiceProvider.php
View all examples

Send email

Files in this example

  • app/Http/Controllers/ApiRegisterController.php
    • app/Mail/NewUserRegMail.php
View all examples

Events & listeners

Files in this example

  • app/Providers/EventServiceProvider.php
    • app/Events/Photo/IncrementPhotoMonth.php
      • app/Listeners/UpdateTags/ResetCompileString.php
        • app/Listeners/UpdateTags/DecrementCity.php
View all examples

Traits

Files in this example

  • app/Traits/FilterTeamMembersTrait.php
    • app/Http/Controllers/Teams/TeamsController.php#L175
View all examples

Queues

Files in this example

  • app/Http/Controllers/ApiPhotosController.php
    • app/Jobs/UploadData.php
View all examples