Posts by Fred • 1 point
1 post
- 
		0 votes1 answer1753 viewsQ: How to create a custom Auth controller in Laravel 5.5?I created a custom Auth controller in Laravel 5.5 with the "store" action inside it, then I authenticated using the method auth->attempt() returning true. So far so good, the problem starts when…