iainconnor / php-cli-server-router
A simple router for the PHP CLI server and bindings for it to Lumen/Laravel.
Installs: 1 157
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- illuminate/console: ^5.4
- illuminate/support: ^5.4
This package is not auto-updated.
Last update: 2025-02-02 05:34:52 UTC
README
A simple library to expose the PHP CLI Webserver via an Artisan command for use in Laravel and Lumen applications.
This implementation also enhances the default usage of the webserver by redirecting trailing slashes and allowing file requests to be handled by your application.
Installation
From composer, composer require iainconnor/php-cli-server-router
.