2017 © Pedro Peláez
 

library simple-mvc-app

The "simple-mvc" standard app distribution

image

wdalmut/simple-mvc-app

The "simple-mvc" standard app distribution

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

simple-mvc-app

Just an example to try out Composer create-project command, (*1)

$ 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, (*2)

$ 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)., (*3)

The Versions

02/05 2013

dev-master

9999999-dev

The "simple-mvc" standard app distribution

  Sources   Download

The Requires