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

ServiceProvider boot calls migrations #12

Closed peteree closed 3 years ago

peteree commented 3 years ago

Slides\Saml2\ServiceProvider.boot() calls $this->loadMigrations(); Why would it be necessary to call this every time the ServiceProvider is instantiated Is this is not a one-time set-up step?