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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -