Laravel routing and container system to build micro apps.
Install packages
composer i
Run the dev server
php -S localhost:8000 -t public
Now you can visit http://localhost:8000/ in your browser to view the output of this example.
Routes are defined in app/routes/api.php