bagisto/booking-product
最新稳定版本:v1.1.0
Composer 安装命令:
composer require bagisto/booking-product
包简介
Booking Product package
README 文档
README
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.
Requirements:
- Bagisto: v2.2.x
Installation:
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.
2. Open the composer.json file and add the following line under the 'psr-4' section:
"Webkul\\BookingProduct\\": "packages/Webkul/BookingProduct/src"
3. In the config/app.php file, add the following line under the 'providers' section:
Webkul\BookingProduct\Providers\BookingProductServiceProvider::class,
4. In the config/bagisto-vite.php file, add the following line under the 'viters' section:
'booking' => [
'hot_file' => 'booking-vite.hot',
'build_directory' => 'themes/booking/build',
'package_assets_directory' => 'src/Resources/assets',
],
5. Run the following commands to complete the setup:
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.
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-09