dev-master
9999999-devA skeleton framework for PHP
MIT
The Requires
- league/container 2.0
- league/route ^2.0
- monolog/monolog ^1.17
- beberlei/assert ^2.4
- zendframework/zend-diactoros ^1.3.5
- doctrine/dbal ^2.5
- league/event ^2.1
- composer/installers ~1.0
Wallogit.com
2017 © Pedro Peláez
A skeleton framework for PHP
Install composer on your machine : https://getcomposer.org/download/, (*1)
Run $ composer install from the command line to install all the required packages, (*2)
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)
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)
A skeleton framework for PHP
MIT