Skip to content

TIPOFF/staff-bookings

Repository files navigation

Nova Tool for Staff to Make Bookings

Latest Version on Packagist Tests Total Downloads

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.