Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 437 Bytes

learning-laravel

A series of lessons to help new and old artisans learn laravel and become profesionals.

Part 1 : The Basics

In this section, we'll introduce Laravel by building a simple project management app. The features of the app will include:

  • Create/Edit/Delete projects
  • Add/Update/Delete tasks within a project
  • Add/Remove Users to a project
  • Allow users to login and see their projects
  • Assign tasks within a project