Posts by Denali • 1 point
1 post
- 
		0 votes1 answer173 viewsQ: How to use Auth::user()->id on route?| id | user_id | url_to | controller | isAuthorized | | 1 | 1 | page1 | DadosCtrl | 1 | | 2 | 2 | page3 | Dados3Ctrl | 1 | | 3 | 1 | page2 | Dados2Ctrl | 1 | I have a middleware that is only allowed…