Package Structure

  • Modernize CakePHP

    • docs - Get all the documentation here
    • Admin - The CakePHP Admin Tamplate Project's Root Directory
      • modernize - This is Default CakePHP App
        • Config
        • Logs
        • Plugins
        • resources
        • src
          • Console
          • Controller
          • Model
          • View
          • Application.php
        • templates
          • cell
          • element
          • email
          • Error
          • layout
          • Pages
          • Users
        • tests
        • tmp
        • webroot
          • css
          • fonts
          • images
          • js
          • .htaccess
          • favicon.ico
          • index.php
        • .editorconfig
        • .gitattributes
        • .gitignore
        • .htaccess
        • composer.json
        • composer.lock
        • index.php
        • phpcs.xml
        • phpstan.neon
        • phpunit.xml.dist
        • README.md
    • starterkit