File Structure

Here is the general file structure of the template:

  • laravel
        app
        • Console
        • DataTables
        • Exceptions
        • Helpers
        • Http
          • Controllers
            • Auth
              • AuthenticatedSessionController.php
              • ConfirmablePasswordController.php
              • EmailVerificationNotificationController.php
              • EmailVerificationPromptController.php
              • NewPasswordController.php
              • PasswordResetLinkController.php
              • RegisteredUserController.php
              • VerifyEmailController.php
            • Security
              • Permissioncontroller.php
              • Rolecontroller.php
              • Rolepermission.php
            • Controller.php
            • HomeController.php
            • old_UserController.php
            • UserController.php
          • Middleware
          • Requests
        • Model
        • old_Models
        • Providers
        • View
      • bootstrap
      • config
      • database
      • Documentation
      • public
        • client-images
        • css
        • fonts
        • images
        • js
        • resources
        • scss
        • vendor
      • resources
        • css
        • js
        • sass
        • lang
        • views
          • auth
          • charts
          • components
          • dashboards
          • form-control
          • form-widget
          • layouts
          • partials
          • tables
          • ui-elements
      • route
      • storage
      • tests
    • .editorconfig
    • .env.example
    • .gitattributes
    • .gitignore
    • .styleci.yml
    • artisan
    • composer.json
    • package.json
    • phpunit.xml
    • README.md
    • server.php
    • webpack.mix.js