skip to Main Content

Laravel permissions on nginx

I am deploying a project to Ubuntu on Digital Ocean, using these instructions. I am running into permissions issues whereby if I give these permissions sudo chown -R www-data.www-data /var/www/project/storage sudo chown -R www-data.www-data /var/www/project/bootstrap/cache I get access to my…

VIEW QUESTION

I am getting this error "Your Composer dependencies require a PHP version ">= 7.4.9". You are running 7.4.8. " – PHP Versions

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.9". You are running 7.4.8. in /home/vol14_1/byethost5.com/b5_28703730/htdocs/vendor/composer/platform_check.php on line 24 this is my composer.json file { "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": […

VIEW QUESTION
Back To Top
Search