Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.33k stars 588 forks source link

How to use the templatePath option #167

Open claudsonm opened 6 years ago

claudsonm commented 6 years ago

Couldn't find information about how to create the template to use with this tool. Can anyone give me a working template example?

php artisan migrate:generate -tp ??? or php artisan migrate:generate --templatePath=???

daraul commented 5 years ago

I'm also interested in this. Can a template be used to attach a prefix to the class names?