Laravel 7.0 support
Breaking changes:
- renamed config file from laravel-package-generator.php to package-generator.php
You need to runphp artisan vendor:publish --provider="Melihovv\LaravelPackageGenerator\ServiceProvider"or rename config file in your existing project manually.