kitloong / laravel-migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
2.5k stars 276 forks source link

Error in Laravel-Zero #130

Closed gpibarra closed 1 year ago

gpibarra commented 2 years ago

Describe the bug I have installed the library together with LaravelZero. When adding the serverProvider an error appears in the registerConfig() function: Target class [files] does not exist.

To Reproduce Steps to reproduce the behavior:

composer create-project --prefer-dist laravel-zero/laravel-zero laravel-zero-migrations-generator
cd laravel-zero-migrations-generator
php application app:install database
# add 'KitLoong\MigrationsGenerator\MigrationsGeneratorServiceProvider::class' to array 'providers' in file 'config/app.php'
php application migrate:generate

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Details (please complete the following information):

Additional context Add any other context about the problem here.

kitloong commented 1 year ago

Released with tag v6.6.0.