zizohassan / laraflat

Advanced laravel system to build admin panel
http://laraflat.com
MIT License
150 stars 76 forks source link

Add Command to seeds #114

Open eefahd opened 6 years ago

eefahd commented 6 years ago

If user made migrate refresh or exported the model and imported it in another database, he can not use the model in laraflat UI (for example: for making relations) because it does not exist in command table in the database. This update will make the project add Command to seeds file when making new admin_model, so the user can use it later.

//TODO: