n0490b

Results 2 comments of n0490b

Hi, sorry I should have mentioned that I did try those. Using `` throws an error, and `\r\n` doesn't work. It shows the "r". Here is how I'm trying ```...

Ok I just figured it out. Its using the web routes file so I moved my `authorize/user` route to web.php. ``` Route::get('authorize/user', [ 'uses' => 'Auth\LoginController@userIsBanned' ]); ``` Is there...