I am currently upgrading a Laravel project from 5.1 onwards.
The problem here is that the lucadegasperi package does final migrations that I need to roll back before running the migration command after installing passport (because they share some table names, like oauth_clients).
I found a solution that is to manually create a migration that reverses the lucadegasperi migrations to run before the laravel passport migrations, but I don't think it's the most effective solution.
Any alternative?
Thanks!
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire