wdalmut / simple-mvc-app
The "simple-mvc" standard app distribution
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/wdalmut/simple-mvc-app
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: 2025-10-11 17:33:29 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).