mic2100 / skeleton-framework
A skeleton framework for PHP
dev-master
2016-05-31 18:57 UTC
Requires
- beberlei/assert: ^2.4
- composer/installers: ~1.0
- doctrine/dbal: ^2.5
- league/container: 2.0
- league/event: ^2.1
- league/route: ^2.0
- monolog/monolog: ^1.17
- zendframework/zend-diactoros: ^1.3.5
This package is auto-updated.
Last update: 2024-10-21 19:49:24 UTC
README
Setup
Composer
Install composer on your machine : https://getcomposer.org/download/
Run $ composer install
from the command line to install all the required packages
Vagrant
Install vagrant on your machine : http://www.vagrantup.com/downloads
Run $ vagrant up
from the command line to setup the vagrant machine and setup all the required packages
Hosts
Add the following to your hosts file /etc/hosts
(for linux and Mac OSX)
192.168.56.101 framework.local
You will now be able to view the site in your browser by going to https://framework.local