If you are not going to use Love's default migrations, you should export default config file.
ο»Ώ
βx$ php artisan vendor:publish --tag=love-config
Change `load_default_migrations
` boolean flag value to `false
` in published `config/love.php
` file.
Export default migrations using the `vendor:publish
` Artisan command.
ο»Ώ
xxxxxxxxxx
1$ php artisan vendor:publish --tag=love-migrations
Make changes in published files and migrate them.
ο»Ώ
xxxxxxxxxx
1$ php artisan migrate
ο»Ώ