Laravel this is not only a practical framework, it is also a programming style
Route::group(['middleware' => ['web']], function () { Route::get('/contact', 'TicketsController@create'); Route::post('/contact', 'TicketsController@store');});
Aucun commentaire:
Enregistrer un commentaire