__DIR__.'/../app', /* |-------------------------------------------------------------------------- | Public Path |-------------------------------------------------------------------------- | | We understand that not all hosting environments allow flexibility with | public paths. That's why we allow you to change where your public path | is below. | */ 'public' => __DIR__.'/../public', /* |-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Base Path |-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | | You probably shouldn't be editing this. | */ 'base' => __DIR__.'/..', );