Booking Product API facilitates seamless integration with the Booking Product functionality within your Bagisto system. It provides endpoints and methods to interact with and harness the capabilities of a comprehensive booking system, enabling smooth communication and utilization of booking-related features in your applications.
- Bagisto: v2.2.x
To install the Booking Product Extension, follow these steps:
1. Unzip the respective extension zip and then merge "packages/Webkul" folders into project root directory.
"Webkul\\BookingProduct\\": "packages/Webkul/BookingProduct/src"
Webkul\BookingProduct\Providers\BookingProductServiceProvider::class,
"booking" => [
"hot_file" => "booking-vite.hot",
"build_directory" => "themes/booking/build",
"package_assets_directory" => "src/Resources/assets",
],
composer dump-autoload
php artisan booking-product:install
After following these steps, the Booking Product Extension should be successfully installed and ready for use in your Bagisto v2.1.x project.