We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the php artisan waterhole:make:extension name/thing command results in an errorexception
php artisan waterhole:make:extension name/thing
php artisan waterhole:make:extension acme/extension
ErrorException Undefined array key "repositories" at vendor/waterhole/core/src/Console/MakeExtensionCommand.php:93 89▕ 'type' => 'path', 90▕ 'url' => 'extensions/*', 91▕ ]; 92▕ ➜ 93▕ if (in_array($repository, $decoded['repositories'])) { 94▕ return; 95▕ } 96▕ 97▕ $decoded['repositories'][] = $repository;
Environment ...................................................................................... Application Name ............................................................. Waterhole Laravel Version .......................................................................... 10.12.0 PHP Version ................................................................................ 8.2.3 Composer Version ........................................................................... 2.5.1 Environment ................................................................................ local Debug Mode ............................................................................... ENABLED URL ............................................................................... waterhole.test Maintenance Mode ............................................................................. OFF Waterhole Version .......................................................................... 0.1.1
The text was updated successfully, but these errors were encountered:
28a55c5
Thanks for the report, @AlexHaible!
Sorry, something went wrong.
No branches or pull requests
Bug description
Using the
php artisan waterhole:make:extension name/thing
command results in an errorexceptionSteps to reproduce
php artisan waterhole:make:extension acme/extension
Logs
Environment
The text was updated successfully, but these errors were encountered: