I am trying to upload my laravel project from Xampp to shared hosting, but I get the error: file_put_contents(C:\xampp\htdocs\resido\storage\framework/sessions/Jmmr9HI35UYdhIfZLDTVlLGjCy5AHiuVK9NfOQuT): failed to open stream: No such file or directory
when I try either of the following solutions:
delete the file app/bootstrap/cache/config.php
composer dump-autoload
php artisan config:clea
the application works. however, all the changes I made while working with xampp is gone and I get the old view from the application template.
how do I fix this problem without losing the changes I made to the project?
@Sinnbeck this is the problem
when I do Delete those files, I lose all all the changes I have made to the app, including content uploads
how do I fix this without losing my changes?
@Gfinity Ok just making sure here. You chose to manually edit the cache files locally when developing your app, instead of changing the actual code of laravel ? Just want to make sure we dont misunderstand each other.
@Sinnbeck can I send an email please?
so that I can show you screengrabs of what I mean
the project I am working on is "Resido" real estate website built on Laravel
the template is just like wordpress, I can login to the dashboard and upload all my files and make all changes from the admin dashboard
if only I could send screenshots so you'll understand better
I'm not working with the source code of the project
there is a dashboard in the project from which I make all my changes