michaeldeloris / demo_mvc
There is no license information available for the latest version (v1.1.0) of this package.
v1.1.0
2018-09-14 13:04 UTC
This package is not auto-updated.
Last update: 2025-06-13 23:31:43 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