Public Path Does Not Work On Live Server Laravel

[Solved] Public Path Does Not Work On Live Server Laravel | Php - Code Explorer | yomemimo.com
Question : public path() does not work on live server laravel. Problem with public path on live server

Answered by : muro-bakuridze

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

Source : https://laracasts.com/discuss/channels/general-discussion/where-do-you-set-public-directory-laravel-5 | Last Update : Fri, 15 Jul 22

Answers related to public path does not work on live server laravel problem with public path on live server

Code Explorer Popular Question For Php