capistrano / laravel

Gem for deploying Laravel projects with capistrano v3.*
MIT License
222 stars 71 forks source link

Fix problem with folders not existing #28

Closed ikari7789 closed 7 years ago

ikari7789 commented 7 years ago

This should fix #8.

I've improved the way that ACL tasks are handled. Now none of the ACL related tasks will be run if laravel:set_acl_paths is set to false.

I've also changed the default linked_dirs to be more specific than before. It should ensure that all of the framework's default folders are shared and created properly.