mellaoui/bookable

Add booking features to Eloquent models

dev-master 2023-10-20 15:09 UTC

This package is auto-updated.

Last update: 2024-05-22 10:00:39 UTC


README

Bookable package makes it super easy to add booking feature to your model in laravel

Badges

MIT License

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

  1. Fork the project.
  2. Create a new branch.
  3. Code, test, commit and push.
  4. Open a pull request detailing your changes.