neo / literay
LiteRay is a simple open-source free alternative to the Ray desktop app
Fund package maintenance!
neoighodaro
dev-main
2022-03-19 11:26 UTC
Requires
- php: ^8.0
- illuminate/support: ^9.0
- spatie/data-transfer-object: ^3.7
- spatie/laravel-ray: ^1.29
Requires (Dev)
- brianium/paratest: ^6.4
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- orchestra/testbench: ^7.0
- vimeo/psalm: ^4.20
This package is auto-updated.
Last update: 2024-11-19 21:01:38 UTC
README
TODO!
- Run
composer install neo/literay
(this will also installspatie/laravel-ray
) - Run
php artisan ray:publish-config
to publishray.php
to your root directory (See documentation) - Set the
RAY_PORT
in your env to the port your Laravel application is running on - Set the
RAY_HOST
to your applications URL - Add
VerifyCsrfToken
to the remove csrf check for the endpoint - Check for the route (domain) maybe?