laravel-5-on-shared-hosting-wrong-public-path

121

//Add this to index.php file
App::bind('path.public', function() {
    return base_path().'/public_html';
});

Comments

Submit
0 Comments