signifly / laravel-travy
A Modular Vue-based Administration Tool
Installs: 3 594
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^7.2.5|^8.0
- elegantweb/sanitizer: ^2.1
- laravel/framework: ^6.0|^7.0|^8.0|^9.0|^10.0
- signifly/laravel-api-responder: ^2.0
- signifly/laravel-builder-macros: ^2.0
- signifly/laravel-pagination-middleware: ^2.0
- spatie/laravel-activitylog: ^4.7
- spatie/laravel-query-builder: ^5.6
Requires (Dev)
- orchestra/testbench: ^4.0|^6.0|^6.0|^7.0|^8.0
- phpunit/phpunit: ^8.0|^9.0|^10.0
- dev-master
- v1.x-dev
- v1.0.0-beta.20
- v1.0.0-beta.19
- v1.0.0-beta.18
- v1.0.0-beta.17
- v1.0.0-beta.16
- v1.0.0-beta.15
- v1.0.0-beta.14
- v1.0.0-beta.13
- v1.0.0-beta.12
- v1.0.0-beta.11
- v1.0.0-beta.10
- v1.0.0-beta.9
- v1.0.0-beta.8
- v1.0.0-beta.7
- v1.0.0-beta.6
- v1.0.0-beta.5
- v1.0.0-beta.4
- v1.0.0-beta.3
- v1.0.0-beta.2
- v1.0.0-beta.1
- v0.0.x-dev
- v0.0.13
- v0.0.12
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-v1-beta
- dev-tests
This package is auto-updated.
Last update: 2024-10-21 16:43:29 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.