- Laravel 5.2.39
- JQuery
- RequireJS
- HandlebarsJS
- Moment
- LESS
- Bootstrap
- Dump files to your local folder.
- Setup Apache to use port [[3000]] (as per requirement of this exam).
- Setup vhosts.conf and set document root to point to application's public folder.
- Restart Apache in order for changes to take effect.
- Go to phpmyadmin and create database [[yoyo_holdings]] with username as root with no password set.
- Open cmd and go to application's root folder then run [[php artisan migrate]].
- Enter [[http://localhost:3000]] in your browser.