Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Orchid v14.19.0 instalation error #78

Open
levenyatko opened this issue Mar 8, 2024 · 0 comments
Open

Orchid v14.19.0 instalation error #78

levenyatko opened this issue Mar 8, 2024 · 0 comments

Comments

@levenyatko
Copy link

Error when installing the package

  • Laravel Orchid v14.19.0
  • Laravel version v10.46.0
  • PHP version v8.2.16

run 'composer require nakukryskin/orchid-repeater-field' ends with BadMethodCallException

`Method Orchid\Platform\Dashboard::addPublicDirectory 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▕

i Bad Method Call: Did you mean Orchid\Platform\Dashboard::addMenuSubElements() ?`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant