inroutephp/example-app

Inroute example application.

1.0.0 2019-12-15 23:33 UTC

This package is auto-updated.

Last update: 2024-03-24 23:53:18 UTC


README

Inroute

example-app

Simple inroute example application.

Getting started

  1. Create project and install dependencies
composer create-project inroutephp/example-app
  1. Step into application
cd example-app
  1. Examine the router
vendor/bin/inroute debug
  1. Rebuild the router
vendor/bin/inroute build
  1. Start a local server
php -S localhost:8000 public/app.php
  1. Open in browser