imanghafoori1 / laravel-MasterPass

Helps you securely setup a master password and login into user accounts with it.
MIT License
365 stars 29 forks source link

Add documentation for laravel version <5.6 #7

Closed tnatanael closed 5 years ago

tnatanael commented 5 years ago

Add this to documentation:

For laravel versions below 5.6 add this to config/app.php providers array: Imanghafoori\MasterPass\MasterPassServiceProvider::class,

tnatanael commented 5 years ago

Also needed a php artisan config:clear to reload the .env file with the new configuration...

Now it's working like a charm...