Search code examples
laravelamazon-ec2amazon-elastic-beanstalk

file_put_contents(C:\xampp\htdocs\instant\storage\framework/sessions/FF): failed to open stream: No such file or directory


I was trying to upload this instance on Amazon elasticBeanstalk, but it doesn't seem to work.

I have tried using ssh to access the files to no avail.

i did php artisan config:cache and composer dump-autoload before uploading.

Any help is appreciated.


Solution

  • Go to directory laravel/bootstrap/cache and delete config.php file.