inroutephp / example-app

Inroute example application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Inroute example application.


Languages

Language:PHP 100.0%