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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community