mardi 5 décembre 2017

get Parameter from Route laravel to route laravel with angular

I have two route like below code (Second route for angular pagination):

Route::get('history/{fixassid}',function (){
        return view('assetmanagement.history.pchistory');
    });
Route::get('/api/v1/pchists/','HistoryController@getpc_his');

When i click on blade temaplate

<a href="">( View History )</a>

I want to pass fixassid to controller HistoryController and function getpc_his how can?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire