start-laravel / sb-admin-laravel-5

Starter template / theme for Laravel 5
http://startlaravel.com
226 stars 155 forks source link

Set permission 777 for storage #13

Open sirjuno opened 5 years ago

sirjuno commented 5 years ago

chmod -R 777 ./storage ./bootstrap

xgenem commented 3 years ago

There's no automation needed for this as it is a manual thing you have to do when you install Laravel.

xgenem commented 3 years ago

Basically unrelated to the admin tool Close