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

Add Config options for Export File Path #10

Closed MarnuLombard closed 10 years ago

MarnuLombard commented 10 years ago

Add array in src/config/config.php to define file path for migrations Add array in src/config/config.php to define file path for seeds Make DbMigrations->write() call Config::get for file_path.migrations Make DbSeeding->write() call Config::get for file_path.seeds