CodeCharge Studio, DemoCharge, SuperPDF
跳到內容
文章 由 yehlu » 2014-09-09 16:47:27
代碼: 選擇全部
Route::get('/hello', function() { return 'Welcome, Laravel PHP Framework'; }); Route::get('/hello/{name}', function($name) { return 'Welcome, '.$name; });
回到「laravel」