Answer the question
In order to leave comments, you need to log in
How to handle GET parameters?
let's say there is a path
/com?page=1&per_page=25
We write in the routing Route::resource('/com', 'comController');
And how to accept page and per_page in the controller?
Via the superarray $_GET works, but how to make Laravel's built-in features?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question