php - Installing Laravel on DigitalOcean error -


i've tried install laravel on vps, got error in "bootstrap/compiled.php":

file_put_contents(): 0 of 197 bytes written, possibly out of free disk space

i'm using lamp stack, installing via composer create-project. followed these steps:

  • install via composer create-project
  • set permissions , user group:
    • chgrp -r www-data myproject
    • chmod -r 775 myproject/app/storage

after these still getting error. trying, services.json created it's became empty , laravel can't write in it.

what missing?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -