mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +00:00
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
|
|
|
|
Route::get('/$MODEL_NAME_PLURAL_SNAKE$', function () {
|
|
return view('pages.$MODEL_NAME_PLURAL_SNAKE$.index');
|
|
})->name('$MODEL_NAME_SNAKE$.dashboard'); |