inroutephp / example-app
Inroute example application.
1.0.0
2019-12-15 23:33 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-25 04:19:25 UTC
README
example-app
Simple inroute example application.
Getting started
- Create project and install dependencies
composer create-project inroutephp/example-app
- Step into application
cd example-app
- Examine the router
vendor/bin/inroute debug
- Rebuild the router
vendor/bin/inroute build
- Start a local server
php -S localhost:8000 public/app.php
