Advertisement
fadlyshafa

Untitled

Jan 9th, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. ....
  2. Route::get('customer/{id}','Customer_controller@edit');
  3.     Route::put('customer/{id}','Customer_controller@update');
  4.  
  5.     Route::delete('customer/{id}','Customer_controller@delete');
  6. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement