Posts by Willians Macena • 9 points
2 posts
-
0
votes2
answers37
viewsQ: How to pass method objects that are in different controllers in Laravel?
Good night. What I need is to display the name of the book where your id is (in the Form Book column). And so that I don’t do it in a way outside the convention, I’d like to know the right way to do…
-
-1
votes1
answer98
viewsQ: Load data from the related table (Laravel) - What is the best way?
Good night. In the view loaded from: Route::get('livro/detail/{id}',['uses'=>'LivroController@detail', 'as' => 'livro.detail']); i can freely load data from table columns Books, for in the…