neo/literay
LiteRay is a simple open-source free alternative to the Ray desktop app
15
| Install | |
|---|---|
composer require neo/literay |
|
| PHP: | ^8.0 |
| License: | MIT |
| Last Updated: | Mar 19, 2022 |
| Links: | GitHub · Packagist |
Maintainer: neoighodaro
TODO!
- Run
composer install neo/literay(this will also installspatie/laravel-ray) - Run
php artisan ray:publish-configto publishray.phpto your root directory (See documentation) - Set the
RAY_PORTin your env to the port your Laravel application is running on - Set the
RAY_HOSTto your applications URL - Add
VerifyCsrfTokento the remove csrf check for the endpoint - Check for the route (domain) maybe?