public path() does not work on live server laravel. Problem with public path on live server
//You could open index.php (in your public directory) and change:
// set the public path to this directory
$app->bind('path.public', function() {
return __DIR__;
});