Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.

beitomartinez liked this thread

1

Hi vta,

The only folder that you need to assign permissions is app/storage folder. But your problem seems to be related with another folders too.

Try to assign to the app/storage folder all permissions and comment us.

Hope it helps you.

Last updated 1 year ago.
0

Try to assign to the app/storage folder all permissions and comment us.

@codeATbusiness chmod -R 777 app/storage isn't this the command that does it? Correct me if I am wrong.

Last updated 1 year ago.
0

Yes vtav, sorry I didn't read this line well. Then I would create a VirtualHost as I comment in the following link:

http://laravel.io/forum/05-08-2014-i-cant-open-my-update-page

Then you could work using routes related with your appname and domain in the VirtualHost.

Another question is that your APP name if it is TEST could cause problem withs some class names. Try with another app name and comment us.

Hope it helps you.

Last updated 1 year ago.
0
Solution

Solved. First I ran php artisan cache:clear from the project directory, then chmod -R 777 app/storage and finally php artisan dump-autoload and now it's working fine.

Last updated 1 year ago.

beitomartinez liked this reply

1

Sign in to participate in this thread!

Eventy

Your banner here too?

vtav vtav Joined 8 May 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.