Posts by Rafael Lemes • 15 points
4 posts
-
0
votes0
answers37
viewsQ: Methodnotallowedhttpexception in the pagination Laravel 5.5
I’m having trouble paging the data in the view. When performing the search it returns all the data, but when accessing the pagination link it returns the error "Methodnotallowedhttpexception".…
-
0
votes3
answers2003
viewsA: What is the correct way to pass two or more parameters on the route?
Good morning! Just to leave an option, in case you’ve already solved. It was with the same problem and solved passing an array along with the route associating each value with the respective id. Ex.…
-
0
votes1
answer553
viewsQ: Variable returns NULL - Trying to get Property of non-object
I’m using Laravel 5.6 along with the Adminlte. When I log in it is returning me the error Errorexception (E_ERROR) Trying to get Property of non-object Indicating the view page.blade.php, in the…
-
1
votes4
answers1182
viewsQ: Change placeholder by checking radio with jquery
Hello, I’m trying to change the placeholder of an input by checking between 2 radio input values. Below is the js I tried to mount and html. $(document).ready(function () {…