File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 2727 'github_repo' : 'laravel-migration-generator' ,
2828 'github_version' : 'master' ,
2929 'conf_py_path' : '/docs/' ,
30+ "sidebar_hide_name" : True ,
3031}
Original file line number Diff line number Diff line change 1- ``` {include} ../README.md
2- :relative-docs: docs/
3- :relative-images:
1+ # Laravel Migration Generator
2+
3+ Generate Laravel migrations automatically from your existing database – with structure, clarity, and optional model
4+ generation.
5+
6+ ``` {toctree}
7+ :maxdepth: 2
8+ :caption: Documentation
9+
10+ installation
11+ usage
12+ migrations
13+ architecture
414```
515
6- # Laravel Migration Generator
16+ ## Features
717
8- Welcome to the documentation for Laravel Migration Generator.
18+ - 🧠 Analyze existing DB structure
19+ - 🏗 Generate Laravel migrations
920
10- ## Contents
21+ ---
1122
12- - [ Installation] ( installation.md )
13- - [ Usage] ( usage.md )
14- - [ Migrations] ( migrations.md )
15- - [ Architecture] ( architecture.md )
23+ Made with ❤️ for developers who value structure.
You can’t perform that action at this time.
0 commit comments