Skip to content

A simple Vagrantbox including MySQL-DB and already set up simple silex project

Notifications You must be signed in to change notification settings

TrAnn3l/vagrant-silex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Silex

Simple Vagrant box including

  • apache2
  • php (including Xdebug)
  • mysql
  • simple silex project

Setup

  • Install Vagrant >= 1.6.5 & VirtualBox
  • Clone this repository
  • go to project root and run [vagrant box add ubuntu/trusty64 and] vagrant up
  • open localhost:8001/welcome/<yourname>

Project Structure

  • configure your silex app: src/app.php
  • add further pages: src/controllers.php
  • set up your database: sql/datadefinition.sql
  • prefill your database: sql/datamanipulation.sql
  • add twig templates: web/templates/

About

A simple Vagrantbox including MySQL-DB and already set up simple silex project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 49.8%
  • HTML 33.4%
  • Hack 12.3%
  • Shell 4.5%