Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 361 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 361 Bytes

Migrater

A laravel application for converting a database schema into laravel migration files

#Steps

  1. Pull the repository
  2. Create your .env file
  3. Run composer install to rebuild the vendor files
  4. 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.