-
Stripe payments
Files in the example
-
composer.json
-
routes/web.php
-
resources/js/components/DonateButtons.vue
-
app/Http/Controllers/DonateController.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/GenerateSitemap.php
-
-
Task scheduling
Files in the example
-
app/Console/Kernel.php
-
-
Laravel/passport
Files in the example
-
composer.json
-
app/Models/User/User.php
-
config/auth.php
-
app/Providers/AuthServiceProvider.php
-
-
Send email
Files in the example
-
app/Http/Controllers/ApiRegisterController.php
-
app/Mail/NewUserRegMail.php
-
-
Events & listeners
Files in the example
-
app/Providers/EventServiceProvider.php
-
app/Events/Photo/IncrementPhotoMonth.php
-
app/Listeners/UpdateTags/ResetCompileString.php
-
app/Listeners/UpdateTags/DecrementCity.php
-
-
Traits
Files in the example
-
app/Traits/FilterTeamMembersTrait.php
-
app/Http/Controllers/Teams/TeamsController.php#L175
-
-
Global scopes
Files in the example
-
app/Models/User/User.php
-
-
Queues
Files in the example
-
app/Http/Controllers/ApiPhotosController.php
-
app/Jobs/UploadData.php
-