Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 427 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 427 Bytes

Laravel Project 1 - Basic Webiste

Basic website with laravel

What you will learn?

  1. Setup a basic laravel project
  2. Use views and routes to display basic pages
  3. Use packages to add awesome functionalities (Here we use laravel collective package to create a contact form)
  4. Create a basic controller and perform basic form validation
  5. Create a Model, migration and add data to database
  6. Display data from database