weboccult / eatcard-reservation
This package is use of Create new Reservation based on available time slots & meals and also assigned the table accordingly section with different payment gateway method.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: ^7.4|^8.0
- cmgmyr/messenger: ^2.21
- guzzlehttp/guzzle: ^7.0.1
- illuminate/support: ^8.0 || ^9.0
- laravel/breeze: *
- mollie/laravel-mollie: ^2.13
- predis/predis: ^2.0
- simplesoftwareio/simple-qrcode: ~4
- swiftmailer/swiftmailer: ^6.3
- symfony/mailer: ^6.1
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
- dev-master
- dev-release-2023/v1.0.6
- dev-development
- dev-feature/890-price-class-not-selected
- dev-feature/2023-1.5-improvement-to-handle-edge-case
- dev-release-2023/v1.0.5
- dev-feature/2023/v1.0.4-improvement-current-reservation-slot
- dev-release-2023/v1.0.4
- dev-feature/2023/v1.0.3-improvement-current-reservation
- dev-release-2023/v1.0.3
- dev-feature/2023-v1.0.2-fix-specific-meal-slot-priority
- dev-bugfix/2023-v1.0.2-fix-specific-meal-not-showen-today
- dev-release-2023/v1.0.2
- dev-bugfix/2023-v1.0.1-fix-meal-without-table
- dev-release-2023/v1.0.1
- dev-bugfix/822-feature-bug-fix-slots-unavailable-not-fully-booked
- dev-feature-bug-fix
- dev-release-2022/v1.0.0
This package is auto-updated.
Last update: 2023-04-24 09:06:39 UTC
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
composer require weboccult/eatcard-reservation
Usage
Disable Date List & First Day
EatcardReservation::slug('store slug') ->data('request data') ->getSlotsMonthly(); Request Data : ['month' => MM,'year' => YYYY]
Fetch all available slots, current time and Booking end time
EatcardReservation::data('request data') ->slots(); Request Data : ['date' => YYYY-MM-DD, 'Unique slug' => abcd, etc.]
Get active all meals & messages
EatcardReservation::data('request data') ->getMeals(); Request Data : ['Unique id' => 00, 'date' => YYYY-MM-DD, 'Unique time' => 00:00, etc.]
Create new Reservation
EatcardReservation::data('request data') ->reservationData(); Request Data : ['New Reservation Data']
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email vasum.wot2022@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.