Nks / orchid-repeater-field

Adding support of repeater field to Orchid (https://github.com/orchidsoftware/platform)
MIT License
60 stars 42 forks source link

Orchid v14.19.0 instalation error #78

Open levenyatko opened 7 months ago

levenyatko commented 7 months ago

Error when installing the package

`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() ?`