Sep 15, 2014
0
Level 10
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.
Please or to participate in this conversation.