Looking for Vue, React, Angular, Laravel Version? Click here to Get 5 in 1 JS Bundle.

File Structure

Here is the general file structure of the template:

          • app
            • Console
            • DataTables
            • Exceptions
            • Helpers
            • Http
            • Providers
            • views
              • AppLayout.php
              • auth-effect.php
              • auth-session-status.php
              • auth-validation-errors.php
              • GuestLayout.php
              • GuestLayout.php
              • HeaderBreadcrumb.php
          • js
            • charts
            • plugins
              • qompac-ui.js
              • all js which are used globally
            • bootstrap
              • cache
              • app.php
            • config
              • app.php
              • auth.php
              • broadcasting.php
              • cache.php
              • constant.php
              • cors.php
              • database.php
              • datatables-buttons.php
              • datatables.php
              • filesystems.php
              • hashing.php
              • logging.php
              • mail.php
              • media-library.php
          • database
            • factories
              • AppSettingFactory.php
              • UserFactory.php
              • UserFactory.php
            • migrations
            • seeders
              • AppSettingFactory.php
              • UserFactory.php
              • UserFactory.php
          • public
            • css
            • js
            • laravel-js
            • scss
            • vendor
            • .htaccess
            • favicon.ico
            • index.php
            • mix-manifest.json
            • robots.txt
            • web.config
            • resources
              • css
                • app.css
              • js
              • lang
              • sass
              • view
                • auth
                • components
                • dashboards
                • errors
                • forms
                • global
                • icons
                • layouts
                • maps
                • permission-role
                • plugins
                • special-pages
                • table
                • ui-elements
                • users
                • vendor
                • blankpage.blade.php
                • privacy-policy.blade.php
                • terms-of-use.blade.php
                • uisheet.blade.php
          • routes
            • modules
              • appointment.php
              • e-commerce.php
            • api.php
            • auth.php
            • channels.php
            • console.php
            • web.php
          • storage
            • app
            • framework
            • logs
      • tests
        • Feature
          • AuthenticationTest.php
          • EmailVerificationTest.php
          • ExampleTest.php
          • PasswordConfirmationTest.php
        • unit
          • ExampleTest.php
        • CreatesApplication.php
        • TestCase.php
      • .editorconfig
      • .env.example
      • .gitattributes
      • .gitignore
      • .styleci.yml
      • artisan
      • composer.lock
      • CONTENT.md
      • getting-started.txt
      • package-lock.json
      • package.json
      • phpunit.xml
      • README.md
      • server.php
      • webpack.mix.js