tipoff/staff-bookings

Laravel Package for Staff Bookings in Nova.

Fund package maintenance!
tipoff

Installs: 1 049

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 1

Language:Vue

2.0.0 2021-03-28 03:12 UTC

This package is auto-updated.

Last update: 2024-04-19 02:07:49 UTC


README

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.