mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
101 - Getting Started with Laravel Dusk
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return "Laravel";
|
||||
});
|
||||
|
||||
Route::get('/concerts/{id}', 'ConcertsController@show');
|
||||
Route::post('/concerts/{id}/orders', 'ConcertOrdersController@store');
|
||||
Route::get('/orders/{confirmationNumber}', 'OrdersController@show');
|
||||
|
||||
Reference in New Issue
Block a user