sasafister's avatar

Resource for @ symbol

How to get @ symbol in front of username with resource? I don't want to write every single http request for simple CRUD thing?

        Route::resource('@{ime}', 'UsersController');

this returns error

LogicException
Route pattern "/@{ime}/{@{ime}}" cannot reference variable name "ime" more than once.
0 likes
0 replies

Please or to participate in this conversation.