michaeldeloris / demo_mvc
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/michaeldeloris/demo_mvc
This package is not auto-updated.
Last update: 2025-12-13 01:53:53 UTC
README
Native PHP MVC skeleton using Zurb Foundation.
🐾 Installing
Skeleton
For the moment , you can can clone this repository :
$ git clone https://github.com/michaeldeloris/mvc-skeleton.git
Then move to mvc-skeleton
$ cd mvc-skeleton
And finaly generate the autoloading
$ composer dump-autoload
Zurb Foundation
Move to public and install node_modules.
$ cd public
$ npm install
Then install foundation-sites link here: https://foundation.zurb.com/sites/docs/installation.html
License
This project is licensed under the MIT License - see the LICENSE.md file for details