Support the ongoing development of Laravel.io →
posted 9 years ago
Installation
Last updated 1 year ago.
0

If you can access the directory in FTP, C-Panel or shell, chmod the app/storage directory with 777 permissions.

chmod 0777 /www/htdocs/accountnumber/waa/app/storage

0

Try something like

  • htdocs -- app -- bootstrap -- accountnumber -- ...

And put everything from /public into /accountnumber. Paths in index.php should remain the same.

Than in /bootstrap/paths.php change

'public' => __DIR__.'/../public',
// To
'public' => __DIR__.'/../accountnumber',

I haven't tried it before myself but found it in forums couple of times.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

minikN minikn Joined 8 Dec 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.