Skip to main content

Code Examples of nasirkhan/laravel-starter

Discover how to use Laravel's nasirkhan/laravel-starter examples.

10 examples

Events & listeners

Files in this example

  • app/Providers/EventServiceProvider.php
    • /app/Listeners/Backend/UserCreated/UserCreatedProfileCreate.php
      • app/Http/Controllers/Backend/UserController.php
View all examples

Helpers

Files in this example

  • app/helpers.php
    • composer.json
      • Modules/Tag/Resources/views/backend/tags/form.blade.php
        • app/Http/Controllers/Backend/RolesController.php
View all examples

Notifications

Files in this example

  • app/Notifications/NewRegistration.php
    • app/Listeners/Frontend/UserRegistered/UserRegisteredListener.php
View all examples

Yajra/laravel-datatables

Files in this example

  • composer.json
    • app/Http/Controllers/Backend/UserController.php
      • resources/views/backend/users/index_datatable.blade.php
View all examples

Spatie/laravel-permission

Files in this example

  • composer.json
    • app/Models/User.php
      • app/Models/Setting.php
        • app/Http/Controllers/Backend/SettingController.php
View all examples

Laravel/socialite

Files in this example

  • composer.json
    • app/Http/Controllers/Auth/SocialLoginController.php
      • routes/auth.php
        • resources/views/auth/social_login_buttons.blade.php
View all examples

File upload

Files in this 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
View all examples

Form requests

Files in this example

  • Modules/Article/Http/Requests/Backend/CategoriesRequest.php
View all examples

User profile

Files in this example

  • resources/views/frontend/users/profileEdit.blade.php
    • routes/web.php
      • app/Http/Controllers/Frontend/UserController.php
View all examples