Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/booking-product
Bagisto Booking Product
https://github.com/bagisto/booking-product
bagisto booking-app booking-engine booking-platform booking-product booking-system booking-website bookingsystem
Last synced: about 1 month ago
JSON representation
Bagisto Booking Product
- Host: GitHub
- URL: https://github.com/bagisto/booking-product
- Owner: bagisto
- Created: 2024-01-09T05:31:25.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T08:38:32.000Z (3 months ago)
- Last Synced: 2024-09-17T10:35:57.283Z (3 months ago)
- Topics: bagisto, booking-app, booking-engine, booking-platform, booking-product, booking-system, booking-website, bookingsystem
- Language: PHP
- Homepage:
- Size: 1.22 MB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Booking-product
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.