A laravel application for converting a database schema into laravel migration files
#Steps
- Pull the repository
- Create your .env file
- Run composer install to rebuild the vendor files
- Open in terminal and run '$ php artisan migrate:generate ' to begin migration prompts
And voila! Remember to star the repo if it makes your life easier.