In CodeGenerator Line#44 file_put_contents(base_path('app/Http/Controllers/LA/'.$config->controllerName.".php"), $md); wouldn't work unless you set permissions to app\http\Controllers\LA folder. Is this anywhere in documentation ? Cause i couldn't see it. Also what would be the minimal safe permissions to set for this to work. It works with 777
In CodeGenerator Line#44 file_put_contents(base_path('app/Http/Controllers/LA/'.$config->controllerName.".php"), $md); wouldn't work unless you set permissions to app\http\Controllers\LA folder. Is this anywhere in documentation ? Cause i couldn't see it. Also what would be the minimal safe permissions to set for this to work. It works with 777