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):
DB: MariaDb
DB Version: 15.1
Laravel-Zero Version: 9.26.1
PHP Version: 8.1.0
Migrations Generator Version: 6.4.3
Additional context
Add any other context about the problem here.
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:
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.