Skip to content

A sample MVC app build on top of Symfony2 and Laravel4 components (also Twig , Pure and Jquery)

License

Notifications You must be signed in to change notification settings

gitter-badger/sample-MVC-with-Symfony2-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-MVC-with-Symfony2-components

A sample MVC app build on top of Symfony2 and Laravel4 components (also Twig , Pure and Jquery). This project is part of an article serie on my Blog .

A screenshot taken on a browser

Sample-MVC

Preparing the project

  1. Open a terminal into your webroot directory and clone the project git clone https://github.com/tournasdim/sample-MVC-with-Symfony2-components.git
  2. cd into the downloaded project and run composer install

If Composer isn't installed on your machine already, follow these instructions first

  1. Change permissions on cache dir : chmod -R 777 cache
  2. Set a VirtualHost on your web-server and restart the server
  3. Set local DNS on your local machine. On my CentOs machine it's the /etc/hosts file
  4. Open base.layout.html and set your project's web Url
  5. Open a browser and test the project

About

A sample MVC app build on top of Symfony2 and Laravel4 components (also Twig , Pure and Jquery)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.6%
  • JavaScript 10.0%
  • CSS 5.4%