-
Santigarcor/laratrust
Files in the example
-
composer.json
-
app/User.php
-
config/laratrust_seeder.php
-
database/seeders/LaratrustSeeder.php
-
app/Policies/DungeonRoutePolicy.php
-
-
File upload
Files in the example
-
app/Models/Team.php
-
app/Models/Traits/HasIconFile.php
-
resources/views/common/team/details.blade.php
-
app/Http/Controllers/TeamController.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/Environment/Update.php
-
-
Helpers
Files in the example
-
app/Helpers/CustomHelper.php
-
resources/views/common/general/alert.blade.php
-
app/Providers/HelperServiceProvider.php
-
config/app.php
-
-
Form requests
Files in the example
-
app/Http/Requests/ProfileFormRequest.php
-