Symfony 3 Simple Membership App
18/10/2016
You will need: Git PHP 5.6+ MySql composer Installation To get the website running, first clone the repository: $ git clone https://github.com/DraganValjak/Symfony3-Simple-Membership-App.git projectname $ cd projectname $ composer install This will fetch the vendors and all it’s dependencies. Create parameters.yml in app/config/ parameters: database_driver: pdo_mysql database_host: 127.0.0.1 database_port: ~ database_name: databsename database_user: root database_password: password […]