Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 2 years ago.
0

You probably need to do a composer update on your moved project. Or allow write access to your app/storage.

Just go to the root of your project on your server and type

composer update

If that doesn't work you may be able to try to allow write access to your project by doing this in the root of your directory

chmod -R 777 app/storage

Hope that helps! I move projects often and I believe one of those will work!

EDIT: I read the article you posted and it seems you may not have access to your server from your hosting account? Is that the case? If so, I would highly recommend you move to a company that allows that access.

Last updated 2 years ago.
0

server access? is it like when you can use cmd prompt? if that is the case i cannot, but i still can access mty file manager. Can you suggest one of that company that provide that access? i really don't know

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

dzulfikar dzulfikar Joined 24 Jun 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.