Hello guys, i have a CustomValidator->arrayfull method, and in en/validation i'm declaring : arra...
Renaming the replacer does the trick: protected function replaceArrayFull (...)
By doing this: Route::get('fans/{new_column}','FansController@show'); or Route::get('fans/{new_colum...
Something like that:? Route::get('fans/{new_column}', function($new_column){ return " hello n...
The Laravel portal for problem solving, knowledge sharing and community building.