Open murrant opened 8 years ago
I did a little exploration. We can have migrations similar to Laravel, but not Laravel migrations. (without basically a full Laravel install, which does not support PHP 5.3) So, I suggest we defer this until we merge the projects. Then we can easily use Laravel migrations.
I will update the current migrations so they are easier to keep in sync. The seeds items still need to be completed.
database/migrations
to create a fresh database are correct.php artisan migrate:install
database/seeds
. This will cover items in includes\defaults.php and other items that should be in an initial database.php artisan db:seed