Laravel - Change Public Directory
<?php | |
namespace App\Abilities\App; | |
class Application extends \Illuminate\Foundation\Application | |
{ | |
public function publicPath() | |
{ | |
return $this->basePath.DIRECTORY_SEPARATOR.'content'; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment