In Laravel 5.8 making backend rest api app with resource defined in routes/api.php, as
Route::group(['middleware' => 'jwt.auth', 'prefix' => 'adminarea', 'as' => 'adminarea.'], function ($router) {
...
Route::resource('skills', 'API\Admin\SkillController');
now on clients part for listing of skills I need to add current_page and filter_name. Can it be done with Route::resource definition ?
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/36OmTNE
via IFTTT
Aucun commentaire:
Enregistrer un commentaire