24Slides / laravel-saml2

[Laravel 5.4+] An integration to add SSO to your service via SAML2 protocol based on OneLogin toolkit with support of multiple Identity Providers
MIT License
232 stars 69 forks source link

Package doesn't generate the migration (Nothing to migrate) #72

Closed ioiofadhil closed 1 year ago

ioiofadhil commented 1 year ago

After installing with composer and publish the vendor, I tried to run php artisan migrate. Turns out there's nothing to migrate. And no changes file on database/migrations folder. What am i missing?

Laravel 10 Php 8.1

ioiofadhil commented 1 year ago

Incase someone meet the same problem. It's because Laravel somehow not detect them as new migration. All i need to do is php artisan migrate:fresh.

ioiofadhil commented 1 year ago

After do some install-reinstall, turns out that I think there's something happen in my laravel applications. I manage to reinstall and only run php artisan migrate and all run smoothly. All good now.

Apache Server Laragon PgSQL Laravel 10