change commands and auto-generate files structure
- command to create clients:
php artisan make:extractor-client name
- command to create middlewares:
php artisan make:extractor-middleware name
All auto-generate files has moved to app\Http\RemoteRequests
.