I am trying to move the public folder to other place. However, I can\'t find the place to modify public_path() variable. Now, the \'public_path()\'
public
public_path()
$app->bind('path.public', function() { return base_path().'/mynewpublic'; });