Support the ongoing development of Laravel.io →
Configuration Input Views

how i can change permission to 777 and also in bootstrap. Because i am using croppic to upload image for my app user profile.

Last updated 3 years ago.
0

On the command line:

$ cd /dir/of/laravel
$ chmod -R 777 ./storage ./bootstrap

You may need to use sudo on these commands if you get permission denied errors, i.e.:

$ sudo cd /dir/of/laravel
$ sudo chmod -R 777 ./storage ./bootstrap
Last updated 9 years ago.
0

Sign in to participate in this thread!

PHPverse

Your banner here too?

mubeshier mubeshier Joined 13 Nov 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.