Reputation: 445
I have fresh project on Laravel 5.3 and I want to user Cartalyst/Sentinel as default auth and roles manager. I tried to find some documentation about - how to make Sentinel default Auth manager, but don't find any enough accurate answers. Could someone provide with step-by-step instruction - what and where need to be changed, replaced, added to use Sentinel in right way?
Upvotes: 0
Views: 783
Reputation: 1972
Documentation of both the sites have instructions for this :
1) Laravel - https://laravel.com/docs/5.3/authentication#adding-custom-guards and https://laravel.com/docs/5.3/authentication#adding-custom-user-providers
2) Sentinel - https://cartalyst.com/manual/sentinel/2.0#laravel-5
Follow what Sentinel guys have to say for now. Understanding how Laravel manages to allow custom Auth system will help you as well.
Upvotes: 0