A Symfony project created on August 10, 2017, 4:26 pm.
- PHP 7.*
- MySQL (14.14)
- Composer (1.4.1)
- NPM (3.5.2)
- Node (4.2.6)
Installs backend bundles and libraries.
php composer.phar install
Installs frontend assets. Using gulp to manifest assets in public
npm install
npm install -g bower
bower install # install front-end assets
gulp # manifest assets to web public folder
gulp --production # minify, uglify assets for production environment
php bin/console doctrine:schema:create php bin/console doctrine:migration:migrate