tipoff / staff-bookings
Laravel Package for Staff Bookings in Nova.
Fund package maintenance!
tipoff
Requires
- php: ^7.4|^8.0
- tipoff/authorization: ^2.7.1
- tipoff/bookings: ^2.2.1
- tipoff/checkout: ^2.5.2
- tipoff/support: ^1.8.8
Requires (Dev)
- tipoff/test-support: ^1.4.1
This package is auto-updated.
Last update: 2024-11-19 03:30:56 UTC
README
Booking form for Nova.
Installation
You can install the package via composer:
composer require tipoff/staff-bookings
Register the tool in NovaServiceProvider
:
public function tools() { return [ // ... new \Tipoff\StaffBookings\StaffBookings, ]; }
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.