tipoff/staff-bookings

Laravel Package for Staff Bookings in Nova.

Maintainers

Package info

github.com/tipoff/staff-bookings

Issues

Language:Vue

pkg:composer/tipoff/staff-bookings

Fund package maintenance!

tipoff

Statistics

Installs: 1 052

Dependents: 0

Suggesters: 0

Stars: 1

2.0.0 2021-03-28 03:12 UTC

This package is auto-updated.

Last update: 2026-02-19 06:00:58 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.