document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. route::get(\'/\', function(){
  2.     return redirect()->to(\'/crud\');
  3. });
  4. Route::resource(\'crud\', \'CrudController\');
');