mschwarzmueller / laravel-playground

Laravel Playground (YouTube Tutorial Series) Repository
MIT License
57 stars 40 forks source link

Route Resource Actions #4

Closed sinaboromand closed 7 years ago

sinaboromand commented 7 years ago

Hi How to set route resource actions ? Route::resource('users' , 'UserController' , 'roles' => ['owner','admin','author'] ) ?

or how ? ty