Package Structure

  • Modernize Laravel

    • Docs - Get all the documentation here
    • Admin - The Laravel Admin Template Project's Root Directory
      • app - This is Default Laravel App
      • bootstrap
      • database
      • public
        • build
          • css
          • fonts
          • icons
          • images
          • js
          • libs
      • resources
        • css
        • fonts
        • images
        • js
        • scss
        • views
      • routes
      • storage
      • tests
      • .editorconfig
      • .env
      • .env.example
      • .gitattributes
      • .gitignore
      • .artisan
      • composer.json
      • composer.lock
      • package.json
      • package-lock.json
      • package-libs-config.json
      • phpunit.xml
      • README.md
      • vite.config.js
    • Starterkit