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() ?`
Error when installing the package
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() ?`