mellaoui / bookable
Add booking features to Eloquent models
dev-master
2023-10-20 15:09 UTC
Requires
- php: ^8.0
- laravel/framework: ^10.0
Requires (Dev)
- laravel/pint: dev-main
- orchestra/testbench: dev-develop
- pestphp/pest: 2.x-dev
- phpstan/phpstan: 1.11.x-dev
This package is auto-updated.
Last update: 2024-10-22 10:46:28 UTC
README
Bookable package makes it super easy to add booking feature to your model in laravel
Badges
Documentation
In order to start working ton the porject check the requirements 👇
PHP 8.1 Composer 2.3
Installation
First clone the repository
git clone https://github.com/Mellaoui/bookable.git
Then, install composer dependencies
cd bookable
composer install
Contributing
Contributions are always welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
Process
- Fork the project.
- Create a new branch.
- Code, test, commit and push.
- Open a pull request detailing your changes.