Skip to content

thomasnguyen704/P3

Repository files navigation

##Developer's Best Friend

http://p3.thomasnguyen.me/

Description P3: Laravel Basics

The goal of this project is to give you hands-on practice with working with the essentials of building a Laravel-based site. In building this project you'll demonstrate an understanding of the following skills:

  • Creating a new Laravel app.
  • Installing and using Composer packages.
  • Routing basics.
  • Views.
  • Deploying a Laravel app on a live server.


Task

Create a web application called Developer's Best Friend which includes a Lorem Ipsum Generator and a Random User Generator.

Your landing page should include a description of your app with either links to the two tools, or with the two tools present on the page.

The tools should be powered by HTML forms where the user can specify how many paragraphs they want, how many users they want, etc.

For your lorem ipsum text, you can use a Package such as badcow/lorem-ipsum.

For your random users, you can use a Package such as fzaninotto/faker.

These packages are just suggestions; you're welcome to use others or write your own functionality.

Demo

I'll be attending my Wednesday section with Jeremy to do an in-person demo.

Details for teaching team

No login required.

Outside code

Releases

No releases published

Packages

No packages published

Languages