- Symfony and the required bundles
- User Bundle
- javascript files
- CSS files
- Implemented message creation using AJAX
- Country and cities
-
Run composer to install all the vendors bundles
$ php composer.phar install
-
Create your (mysql) database
-
Run the doctrine migrations to create all your tables
$ php console doctrine:migrations:migrate
-
Run the doctrine fixtures to load sample database data
$ php console doctrine:fixtures:load