Error changing server hosting - Laravel PHP

3

When switching hosting servers, the application has the following error.

  

    
asked by anonymous 15.10.2018 / 15:48

1 answer

3

Try to update the composer

php composer update

Another thing, give permissions to your "cache" folder

sudo chmod -R 755 storage bootstrap/cache
    
15.10.2018 / 17:00