Skip to content

Johnb21/simplesilexmvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silex MVC Implementation

The point of this repository is to create a simple MVC implementation of Silex

Getting Started

  • Checkout this Repo
  • Install composer (https://getcomposer.org)
  • Run the following command in root of repo composer.phar install
  • Ensure web server is pointing at the /web folder, and not the / folder
  • Enjoy!

Layout

/app/ - Contains all the configuration files for Databases, Twig, Routes, etc.

/src/ - Contains all user generated bundles

/vendor/ - Contains all composer installed bundles

/src/Acme/ - Contains test controllers and Views directory

/web/ - Contains Silex runner and any public facing files (css,js)

To Do

  • Make Models Directory
  • Make Views directory

About

This is a simple implementation of Silex using an MVC structure. I am open to suggestions to improving this repository, please post an issue if you have any comments or questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%