vaibhavpandeyvpz/frameworx

Skeleton application on top of Slim framework implementing asset management via Gulp & Bower, Twig templates, response Bootstrap front-end, database access via Doctrine, Symfony translations and more

2.x-dev 2016-01-26 06:25 UTC

This package is auto-updated.

Last update: 2024-03-06 22:52:59 UTC


README

Skeleton application on top of Slim framework implementing asset management via Gulp & Bower, Twig templates, response Bootstrap front-end, database access via Doctrine, Symfony translations and more.

Getting Started

  • Install Node.js on your machine.
  • Install Bower and Gulp globally using below commands:
npm i -g bower gulp
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin --filename=composer
php bin/composer create-project vaibhavpandeyvpz/frameworx mysite "2.x@dev"

For Apache HTTPd

  • You can optionally add vhost.conf file to your server's httpd.conf to load.
  • Do not forget to add your ServerName from vhost.conf to your /etc/hosts file for local domain name resolution.

License

See LICENSE.md file.