php - set permission for web server to access folders within app/storage as write -
when launch laravel , point browser localhost/laravel-master/
, displays content of directory.
refering installation guide http://laravel.com/docs/installation quote part
permissions laravel may require 1 set of permissions configured: folders within app/storage require write access web server.
how can set permission web server access folders within app/storage write ?
i tried run command line c:\wamp\www\laravel-master\public>chmod -r 777 storage
got error 'chmod' not recognized internal or external command, operable program or batch file.
first off c: i'm guessing running windows. command tried linix. that's why didnt work try link solve issue windows suport
Comments
Post a Comment