Laravel Project 2019: Build a beautiful referral system[pt1]
- 3
Brief Introduction
Learn to build high performing industrial standard web applications using laravelDescription
Laravel is the most popular PHP web development platform and arguably the most powerful. This tutorial teaches you from basics to advanced on how to use Laravel. All you need to know before this course is how to use some basic html and some PHP.
Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony.
At the end of this course you'd have learnt how to build a referral system where users can signup and refer others while seeing their progress on a dashboard.
Many diverse topics will be covered in this course including but not limited to the following:
1. Authentication
2. Cookies
3. Session
4. How to build referrals
5. Laravel generators
6. Migrations
7. Database schema
This is the part 1 of this course and will go even deeper to add more optional features to what will be built in this section.
Requirements
- Requirements
- Basic Knowledge of HTML and PHP