Posts by Rodrigo R. de Oliveira • 105 points
2 posts
-
1
votes1
answer1184
viewsQ: Relationship of Laravel Tables
I have a bank with the following relationships: I’d like to bring the relationship of Menu as per the Perfil of the user. In tiker I do the following steps: $user = App\Models\User::find(1); $perfil…
-
9
votes2
answers1707
viewsQ: Routes Laravel 5.3
Good afternoon guys, I noticed that Laravel 5.3 has a new folder "Route", with the routes. By default it uses web.php I wonder, how can I create other routes without being inside the web.php, I…