-
Notifications
You must be signed in to change notification settings - Fork 32
Folder Structure
Denis Duliçi edited this page Nov 19, 2019
·
2 revisions
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.
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