-
Events & listeners
Files in the example
-
app/Providers/EventServiceProvider.php
-
/app/Listeners/Backend/UserCreated/UserCreatedProfileCreate.php
-
app/Http/Controllers/Backend/UserController.php
-
-
Helpers
Files in the example
-
app/helpers.php
-
composer.json
-
Modules/Tag/Resources/views/backend/tags/form.blade.php
-
app/Http/Controllers/Backend/RolesController.php
-
-
Notifications
Files in the example
-
app/Notifications/NewRegistration.php
-
app/Listeners/Frontend/UserRegistered/UserRegisteredListener.php
-
-
Yajra/laravel-datatables
Files in the example
-
composer.json
-
app/Http/Controllers/Backend/UserController.php
-
resources/views/backend/users/index_datatable.blade.php
-
-
Spatie/laravel-permission
Files in the example
-
composer.json
-
app/Models/User.php
-
app/Models/Setting.php
-
app/Http/Controllers/Backend/SettingController.php
-
-
Laravel/socialite
Files in the example
-
composer.json
-
app/Http/Controllers/Auth/SocialLoginController.php
-
routes/auth.php
-
resources/views/auth/social_login_buttons.blade.php
-
-
Testing
Files in the example
-
tests/Feature/ArticleModuleBackendTest.php
-
-
File upload
Files in the example
-
composer.json
-
resources/views/frontend/users/profileEdit.blade.php
-
app/Models/User.php
-
app/Models/Traits/HasHashedMediaTrait.php
-
app/Http/Controllers/Frontend/UserController.php
-
-
Form requests
Files in the example
-
Modules/Article/Http/Requests/Backend/CategoriesRequest.php
-
-
User profile
Files in the example
-
resources/views/frontend/users/profileEdit.blade.php
-
routes/web.php
-
app/Http/Controllers/Frontend/UserController.php
-