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
Just installed solo and published default configuration. When I execute it I get an error:
➜ php artisan solo
BadMethodCallException Method Illuminate\Config\Repository::array does not exist. at vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:112 108▕ */ 109▕ public function __call($method, $parameters) 110▕ { 111▕ if (! static::hasMacro($method)) { ➜ 112▕ throw new BadMethodCallException(sprintf( 113▕ 'Method %s::%s does not exist.', static::class, $method 114▕ )); 115▕ } 116▕ +23 vendor frames 24 artisan:36 Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput) ➜ php -v PHP 8.3.16 (cli) (built: Jan 14 2025 18:25:29) (NTS) Copyright (c) The PHP Group Zend Engine v4.3.16, Copyright (c) Zend Technologies with Xdebug v3.3.1, Copyright (c) 2002-2023, by Derick Rethans with Zend OPcache v8.3.16, Copyright (c), by Zend Technologies Laravel Framework 10.48.28
The text was updated successfully, but these errors were encountered:
Aw eff. I'll fix that. Sorry!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Just installed solo and published default configuration. When I execute it I get an error:
➜ php artisan solo
The text was updated successfully, but these errors were encountered: