1.10.4 Make service command
What's Added :
make:service
command (complete docs here : https://github.com/misterdebug/crud-generator-laravel/wiki/Create-a-new-Service-file)- new config array available in
crudgen.php
and yes it's a good news, path and namespace are customizable
'paths' =>
[
'service' =>
[
'path' => app_path('Services'),
'namespace' => 'App\Services'
]
]
Full changelog : 1.10.3...1.10.4