2017 © Pedro Peláez
 

project engine-skeleton

A starter kit for a web application written with Engine

image

mudge/engine-skeleton

A starter kit for a web application written with Engine

  • Monday, January 1, 2018
  • by mudge
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Engine Skeleton

This is a starter kit for a web application written with Engine., (*1)

Current version: Unreleased
Supported PHP versions: 7.1, 7.2, (*2)

Creating an Engine project

$ composer create-project mudge/engine-skeleton:dev-master my-project

Running a development server

$ cd my-project
$ php -S localhost:8080 -t public

Now go to http://localhost:8080 and you should see a welcome page from Engine., (*3)

Running tests

$ ./vendor/bin/phpunit

Adding your own code

  • Add your tests to tests
  • Add your controllers to src and route requests to them in public/index.php
  • Add your own templates to templates
  • Add your own static files to public
  • Replace this README with something meaningful for your application

The Versions

01/01 2018

dev-master

9999999-dev

A starter kit for a web application written with Engine

  Sources   Download

MIT

The Requires

 

The Development Requires