# Added Component

# Command (app>Console>Commands)

  • register:admin : (RegisterAdminCommand) This is used to register admin at the time of installation .

# Middleware

  • Admin
  • User

# Controllers

  • Api (All the backend dashboard Controller are present here)
    • UsersController.php (AdminAccess for user RUD)
    • ProfileController.php (AllAccess for profile CRUD)

# Resource (app>Http>resources)

  • UserResource

# Rules (app>Rules)

  • new MatchOldPassword (MatchOldPassword.php)

# Helper (app>helpers.php)

  • full_text_search
  • paginate

# Route

  • Default Auth
  • Users
  • Profile