2017 © Pedro Peláez
 

project flash-skeleton

simple skeleton of bradelement/flash

image

bradelement/flash-skeleton

simple skeleton of bradelement/flash

  • Thursday, January 5, 2017
  • by bradelement
  • Repository
  • 2 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

flash-skeleton

skeleton of flash, (*1)

Create your project:

$ composer create-project --no-interaction --stability=dev bradelement/flash-skeleton my-app

Run it:

  1. $ cd my-app && echo dev > env && cd public
  2. $ php -S 0.0.0.0:8888
  3. Browse to http://localhost:8888/api/test

The Versions