You can find error by debug on like below way: In your config/app.php configuration file, set 'debug' => env('APP_DEBUG', true)` to check if any error.
saurabhd said:
You can find error by debug on like below way: In your config/app.php configuration file, set 'debug' => env('APP_DEBUG', true)` to check if any error.
Hi, thanks for replying. I already set it to true, and tried to registered it, but in inspect element console there's no error about register detected... Or maybe I check it wrong?
Anything in the /path/to/site/storage/logs/laravel.log file indicating an issue? Weird that you're not getting anything form the errorbag nor an exception/debug output.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community