Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

tallaljamshed's avatar

copying laravel project from one server to another (shared hosting)

hi i have this laravel project perfectly working at one hosting and i need to copy it to another. i already copied full project which is not that big BUT its not working. i have done this before but i dont remember what stuff to change to make it work . now the problem is this

UnexpectedValueException
There is no existing directory at "/home/uaarclassuaaredu/public_html/storage/logs" and its not buildable: Permission denied

notice the directory "uaarclassuaaredu" this is the one from previous project . so it should not be showing on this new domain.

im using shared hosting (cpanel). no composer no ssh. need a solution ASAP . THANKS

PS: i didnt copied the storage folder cause theres alot of data in it so on this new domain i just created this folder

0 likes
1 reply
tallaljamshed's avatar

alright got it working . just need to delete the files in "bootstrap/config/"..... thanks everyone :)

Please or to participate in this conversation.