Using Laravel Artisan and file permissions
问题 I'm new to Laravel and I find this framework awesome. Artisan is also great but a have a little problem using it. Let's say that I create a new Controller with Artisan like this php artisan make:controller Test There will be a new file in app/Http/Controllers named Test and the permission on this file will be root:root When I want to edit this file with my editor over ftp I can't because I'm not logged as root. Is there any ways to tell Artisan to create files with www-data group for example