в
Size: a a a
в
в
VZ
в
D
D
EG
Customizing The Key
Sometimes you may wish to resolve Eloquent models using a column other than id. To do so, you may specify the column in the route parameter definition:
Route::get('api/posts/{post:slug}', function (App\Post $post) {
return $post;
});
MP
Customizing The Key
Sometimes you may wish to resolve Eloquent models using a column other than id. To do so, you may specify the column in the route parameter definition:
Route::get('api/posts/{post:slug}', function (App\Post $post) {
return $post;
});
EG
MP
EG
RK
RK
RK
RK
VB
VB
RK
VB