We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following folders/files will be generated by default, assuming my-blog as the alias. You can enable/disable them from config/module.php file.
my-blog
config/module.php
app/ bootstrap/ config/ database/ modules/ ├── MyBlog/ ├── Config/ ├── config.php ├── Console/ ├── Database/ ├── Migrations/ ├── Seeders/ ├── Http/ ├── Controllers/ ├── Middleware/ ├── Requests/ ├── Listeners/ ├── Models/ ├── Providers/ ├── Main.php ├── Resources/ ├── assets/ ├── lang/ ├── views/ ├── Routes/ ├── api.php ├── web.php ├── composer.json ├── module.json ├── package.json ├── webpack.mix.js public/ ... vendor/ .env