wdalmut / simple-mvc-app
There is no license information available for the latest version (dev-master) of this package.
The "simple-mvc" standard app distribution
dev-master
2013-05-02 08:28 UTC
Requires
- php: >=5.3.3
- doctrine/orm: 2.3.*
- wdalmut/simple-mvc: 0.1.*
- wdalmut/simplini: dev-master
This package is not auto-updated.
Last update: 2024-10-26 12:06:32 UTC
README
Just an example to try out Composer create-project
command
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar create-project wdalmut/simple-mvc-app my-simple-mvc-project
Use Vagrant
In order to use Vagrant to run this app simple do
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
$ git submodule init
$ git submodule update
$ vagrant up
When the VM is running you can go to your browser and type: http://localhost:8080/
.
A simple This is the first title
sentence should appear on your screen, if it appears
it means that Vagrant has configured the environment well (apache2/php5/mysql).