nWidart / DbExporter

Export your database as a Laravel Migration. And export your DB data as a seed file. Finally sync all this with your remote server.
378 stars 84 forks source link

TableSeeder Template (seed.txt): Added import of seederclass #43

Open qnorsten opened 7 years ago

qnorsten commented 7 years ago

Added import of Seeder class to the TableSeederTemplate (seed.txt) this allows the seeding to be run with the php artisan db:seed --class= command