The signifly/laravel-travy
package allows you to configure an administration tool using code driven configuration.
Documentation for Travy can be found here.
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.
composer test
If you discover any security issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.