2017 © Pedro Peláez
 

library skeleton-framework

A skeleton framework for PHP

image

mic2100/skeleton-framework

A skeleton framework for PHP

  • Tuesday, May 31, 2016
  • by mic2100
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Framework

Setup

Composer

Install composer on your machine : https://getcomposer.org/download/, (*1)

Run $ composer install from the command line to install all the required packages, (*2)

Vagrant

Install vagrant on your machine : http://www.vagrantup.com/downloads, (*3)

Run $ vagrant up from the command line to setup the vagrant machine and setup all the required packages, (*4)

Hosts

Add the following to your hosts file /etc/hosts (for linux and Mac OSX), (*5)

192.168.56.101 framework.local, (*6)

You will now be able to view the site in your browser by going to https://framework.local, (*7)

The Versions