Based on Symfony 3 with Kunstmaan Bundles.
Modified navigation for AJAX experience with jQuery, velocity.js. Request listener to add Content-Length header for javascript loading progress and Twig conditional
app.request
layout extend.
composer install
Follow the instructions when composer finish the process, creating database, editing DDBB parameters.bin/console doctrine:schema:update --force
Creates the database structure.bin/console doctrine:migration:migrate
Update current migrations versions.
gulp build
to build all IsmaserranoPortfolioBundle assets and dump all bundles assets.npm install
bower install
Launch server with bin/console server:run