Advertisement
fadlyshafa

Untitled

May 24th, 2020
1,930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. ....
  2. Route::group(['middleware'=>'auth'],function(){
  3.     ....
  4.     Route::get('customers/add','Customer_controller@add');
  5.     Route::post('customers/add','Customer_controller@store');
  6. });
  7. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement