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.
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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community