You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for sharing us this great package!
During nova-carousel installation I received the messages below:
Deprecation Notice: Class Coroowicaksono\NovaCarousel\Api\ThrowError located in ./vendor/coroowicaksono/nova-carousel/src/api/ThrowError.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Coroowicaksono\NovaCarousel\Api\TotalRecordsController located in ./vendor/coroowicaksono/nova-carousel/src/api/TotalRecordsController.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Coroowicaksono\NovaCarousel\Api\TotalCircleController located in ./vendor/coroowicaksono/nova-carousel/src/api/TotalCircleController.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
This is happening because 'api' directory needs to be 'Api'.
Best Regards,
The text was updated successfully, but these errors were encountered:
Hi, @coroo
First of all, thanks for sharing us this great package!
During nova-carousel installation I received the messages below:
Deprecation Notice: Class Coroowicaksono\NovaCarousel\Api\ThrowError located in ./vendor/coroowicaksono/nova-carousel/src/api/ThrowError.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Coroowicaksono\NovaCarousel\Api\TotalRecordsController located in ./vendor/coroowicaksono/nova-carousel/src/api/TotalRecordsController.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Coroowicaksono\NovaCarousel\Api\TotalCircleController located in ./vendor/coroowicaksono/nova-carousel/src/api/TotalCircleController.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
This is happening because 'api' directory needs to be 'Api'.
Best Regards,
The text was updated successfully, but these errors were encountered: