Advertisement
fadlyshafa

Untitled

Oct 26th, 2019
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. Route::get('/', function () {
  2.     return view('welcome');
  3.     // dd(\Uuid::generate(4));
  4. });
  5.  
  6. Route::group(['middleware'=>'auth'],function(){
  7.  
  8.     Route::get('/beranda','Beranda_controller@index');
  9.  
  10. });
  11. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement