itcyborg/safemoonframework

A small, lightweight mini framework to jump-start your PHP projects

1.2.3 2017-11-09 13:54 UTC

This package is auto-updated.

Last update: 2024-04-24 23:55:44 UTC


README

A small, lightweight mini framework to jump-start your PHP projects

How to install

composer create-project itcyborg/safemoonframework projectname

Requirements

  • composer
  • php v5.4 or greater

##How to use cd into public folder or the project folder

php -S 127.0.0.1:80 is using php local development server

if using apache, set the document root/ vhost to point to the projectfolder/Public