In Laravel 5.4 doesn't work $this->route('table') that I use when I want to editing data in table...
Check root directory path for your domain in C-Panel. You need to change it and navigate to your lar...
You need to check in database how is stored your password. Is it stored as 123456 or is crypted some...
You need to generate autoload files. In terminal navigate to your project and run: composer dump-aut...
Try to change permission to 755 on storage folder and all content inside. Server try to write log bu...
If you have in controller route with { id } Something like this: Route::get('leads/{id}', 'LeadsCont...
The Laravel portal for problem solving, knowledge sharing and community building.
The community