flabib / xray
This package inspired by spatie/ray
dev-master
2022-08-27 11:34 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.4
- illuminate/support: ^9.21
This package is auto-updated.
Last update: 2025-03-27 17:21:15 UTC
README
This package is an open-source alternative for spatie/laravel-ray
. Currently, it is still in development.
Some basic usage such as logging is already implemented.
Installation Guide
If you already downloaded the XRay-Server, you can install this package to an existing Laravel project by doing the follwing:
- Install the
flabib/xray
package by running:
composer require flabib/xray
- Publish the configuration by running
php artisan vendor:publish --provider=Flabib\XRay\XRayServiceProvider
.
By default, no extra configuration is needed to run the package. You can use it simply by using xray(...$args)
. Enjoy the package.