mtolhuys / laravel-schematics

A Laravel package making a diagram of your models, relations and the ability to build them with it
MIT License
1.49k stars 133 forks source link

Dynamic paths to create models #71

Open yashiroiori opened 3 years ago

yashiroiori commented 3 years ago

Hi, good job

I use https://nwidart.com/laravel-modules/v6/introduction to make modules in Laravel

Example: all modules are created into Modules folder, can set custom path to create a model into path Modules/Customer/Entities?? and are same case to create controller with namespace Modules\Customer\ image

Another question is can use some iframe or something to put schematics into own view to seem it's into my system?? To see my layout with sidebar, navbar, footer and into content area see schematics

My layout image

My layout + schematics image

Thanks