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
there's an error when i'm trying to install the package
here's the error message
BadMethodCallException
Method Filament\Panel::getDomains does not exist.
at vendor\filament\support\src\Concerns\Macroable.php:72 68▕ { 69▕ $macro = static::getMacro($method); 70▕ 71▕ if ($macro === null) { ➜ 72▕ throw new BadMethodCallException(sprintf( 73▕ 'Method %s::%s does not exist.', 74▕ static::class, 75▕ $method, 76▕ ));
i Bad Method Call: Did you mean Filament\Panel::getDomain()?
1 vendor\jeffgreco13\filament-breezy\routes\web.php:10 Filament\Support\Components\Component::__call("getDomains", [])
2 vendor\laravel\framework\src\Illuminate\Routing\Router.php:502 Illuminate\Support\ServiceProvider::{closure}(Object(Illuminate\Routing\Router))
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
The text was updated successfully, but these errors were encountered:
updated it to version v2.2 on your composer
Sorry, something went wrong.
cad428d
Revert "fix #283"
6de4fdf
Merge pull request #318 from jeffgreco13/revert-309-2.x
36dd5ee
No branches or pull requests
there's an error when i'm trying to install the package
here's the error message
BadMethodCallException
Method Filament\Panel::getDomains does not exist.
at vendor\filament\support\src\Concerns\Macroable.php:72
68▕ {
69▕ $macro = static::getMacro($method);
70▕
71▕ if ($macro === null) {
➜ 72▕ throw new BadMethodCallException(sprintf(
73▕ 'Method %s::%s does not exist.',
74▕ static::class,
75▕ $method,
76▕ ));
i Bad Method Call: Did you mean Filament\Panel::getDomain()?
1 vendor\jeffgreco13\filament-breezy\routes\web.php:10
Filament\Support\Components\Component::__call("getDomains", [])
2 vendor\laravel\framework\src\Illuminate\Routing\Router.php:502
Illuminate\Support\ServiceProvider::{closure}(Object(Illuminate\Routing\Router))
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
The text was updated successfully, but these errors were encountered: