reliese / laravel

Reliese Laravel Model Generator
MIT License
1.47k stars 315 forks source link

how to add a prefix to the connection #130

Open ghost opened 5 years ago

ghost commented 5 years ago

how to add a prefix to the connection, I have two databases that have tables with the same name, and these are replaced each other, it would be good to create a prefix before the models to differentiate the connection.

gareth-ib commented 4 years ago

I have that ability in my fork. including the connection name in the namespace https://github.com/pursehouse/modeler-laravel-eloquent