signifly/laravel-travy

A Modular Vue-based Administration Tool

v1.0.0-beta.20 2023-11-21 14:41 UTC

README

The signifly/laravel-travy package allows you to configure an administration tool using code driven configuration.

Official Documentation

Documentation for Travy can be found here.

Installation

To get started install the package via Composer:

composer require signifly/laravel-travy

The package will automatically register itself.

Add the routes to your RouteServiceProvider or routes file:

use Signifly\Travy\Travy;

Travy::routes();

NOTE: The package is in beta. It is not recommended for public usage as the features may change frequently.

Testing

composer test

Security

If you discover any security issues, please email dev@signifly.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.