public path() does not work on live server laravel. Problem with public path on live server

95

//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__;
});

Comments

Submit
0 Comments