Issue with Installing bagisto-delivery-time-slot in Bagisto 2.3
-
Hi Team,
I am trying to install the bagisto-delivery-time-slot package manually as per the instructions in the repository: https://github.com/bagisto/bagisto-delivery-time-slot
However, when I run composer dump-autoload, I encounter the following error:
D:\CMS\bagisto\2.3\bagisto>composer dump-autoload Generating optimized autoload files Class CreateDeliveryTimeSlotsTable located in ./packages/Webkul/DeliveryTimeSlot/src/Database/Migrations/2020_01_27_001254_create_delivery_time_slots_table.php does not comply with psr-4 autoloading standard (rule: Webkul\DeliveryTimeSlot\ => ./packages/Webkul/DeliveryTimeSlot/src). Skipping. Class CreateDeliveryTimeSlotsOrdersTable located in ./packages/Webkul/DeliveryTimeSlot/src/Database/Migrations/2020_01_30_001255_create_delivery_time_slots_orders_table.php does not comply with psr-4 autoloading standard (rule: Webkul\DeliveryTimeSlot\ => ./packages/Webkul/DeliveryTimeSlot/src). Skipping.
I have ensured that the package is placed inside the packages/Webkul/DeliveryTimeSlot/ directory.
I am using Bagisto 2.3.Has anyone faced a similar issue, or does anyone know how to fix this?
Thanks in advance!