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.
From composer, composer require iainconnor/php-cli-server-router.