Route::get('user/{name}', function ($name) {
//
})->where('name', '[A-Za-z]+');
Route::get('user/{id}', function ($id) {
//
})->where('id', '[0-9]+');
Route::get('user/{id}/{name}', function ($id, $name) {
//
})->where(['id' => '[0-9]+', 'name' => '[a-z]+']);
Code Example |
---|
Html :: html link weiterleitung |
Html :: html spacing |
Html :: font awesome icons html |
Html :: html scale svg |
Html :: bootstrap modal causes page shift |
Html :: html faq |
Html :: input form |
Html :: css carousel |
Html :: limit number of values in a twxt input |
Html :: visual studio code html template shortcut |
Html :: invisible element html |
Html :: html multiple file upload |
Html :: page auto refresh |
Html :: how to use p in html |
Html :: Text displayed over an image |
Html :: laravel apache config |
Html :: html video multiple elements |
Html :: input audio and video in html |
Html :: SVG <line |
Html :: vuejs v-on |
Html :: html5 audio |
Html :: mailto html multiple addresses |
Html :: h1 html |
Html :: change source of iframe attribute target |
Html :: lightweight charts cdn |
Html :: html audio tag |
Html :: html click hide textbox |
Html :: remove extra whitespace in pre html |
Html :: html file path |
Html :: html input address |