I have a problem when deploy website build on laravel 5 into VPS server, but on local machine it work fine.
My page is http://easyway.vn/ current page display blank
remember when you run in production the path of public change to public_html so to run again in localhost I changed into app/Providers/AppServiceProvider.php
this:
public function register()
{
$this->app->bind('path.public',function(){return'/public';});
}
to this:
public function register()
{
// commented this line
}
Also after changed .env enviroment and in server.php and index.php