Wil Birkmaier
This project is intended to give me hands-on experience with building a laravel site. I will understand and learn how to:
- Create a new laraval-based application.
- Download, install and use Composer distributed packages.
- Basics of routing.
- Using Blade Templates to create views.
- Deploy the laraval app to a live production environment.
I plan to do an in person demo in my Section after Thursday's lecture in front of my group and TA Dan.
- Coded to HTML5 standards and uses the http://validator.w3.org/ service to check it.
- No Login is required.
- Used for lorem ipsum text https://github.com/samuelwilliams/LoremIpsum Composer Package via https://packagist.org/packages/badcow/lorem-ipsum.
- Used for random user generation https://github.com/fzaninotto/Faker Composer Package via https://packagist.org/packages/fzaninotto/faker.
- Used Bootstrap v3.2.0 from http://getbootstrap.com/ via https://github.com/twbs/bootstrap/releases/download/v3.2.0/bootstrap-3.2.0-dist.zip.
- Used Bootstrap Template http://getbootstrap.com/examples/starter-template/ and CSS for that template.
- Used jQuery 1.11.1 from https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js.