Laravel 8.X and 7.X from beginners to master.
Laravel 8.X and 7.X from beginners to master., available at $19.99, has an average rating of 4.8, with 113 lectures, 2 quizzes, based on 102 reviews, and has 11224 subscribers.
You will learn about How To Install Laravel Learn Basic Routing Learn How To Use PHP Artisan Commands Learn How To Create Models & Controllers Learn How To Create Views Using Blade Connect Website To Database & Create Tables How To Create A Complete CRUP APP In Laravel This course is ideal for individuals who are Intermediate PHP Developer or Web Developers Who Want to Take Their Skills To A Higher Level or Web/Software Developers Who Want To Learn Laravel or Junior/Senior PHP Developers Who Want Learn Laravel It is particularly useful for Intermediate PHP Developer or Web Developers Who Want to Take Their Skills To A Higher Level or Web/Software Developers Who Want To Learn Laravel or Junior/Senior PHP Developers Who Want Learn Laravel.
Enroll now: Laravel 8.X and 7.X from beginners to master.
Summary
Title: Laravel 8.X and 7.X from beginners to master.
Price: $19.99
Average Rating: 4.8
Number of Lectures: 113
Number of Quizzes: 2
Number of Published Lectures: 113
Number of Published Quizzes: 2
Number of Curriculum Items: 115
Number of Published Curriculum Objects: 115
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- How To Install Laravel
- Learn Basic Routing
- Learn How To Use PHP Artisan Commands
- Learn How To Create Models & Controllers
- Learn How To Create Views Using Blade
- Connect Website To Database & Create Tables
- How To Create A Complete CRUP APP In Laravel
Who Should Attend
- Intermediate PHP Developer
- Web Developers Who Want to Take Their Skills To A Higher Level
- Web/Software Developers Who Want To Learn Laravel
- Junior/Senior PHP Developers Who Want Learn Laravel
Target Audiences
- Intermediate PHP Developer
- Web Developers Who Want to Take Their Skills To A Higher Level
- Web/Software Developers Who Want To Learn Laravel
- Junior/Senior PHP Developers Who Want Learn Laravel
In this course, we’re gonna learn from scratch and step by step, how to create a complete Laravel E-commerce WebApplicationwith seven different credit cards for payment: Visacard, MasterCard, AmericanExpress, UnionPay, Diners Club, JCB, and Discover, and PayPal.
We’re gonna learn :
-
How to create and view products, products categories, sliders;
-
How to select a product by category;
-
How to add products to cart;
-
How to update products item quantity and how to remove item products;
-
How to customize checkout form for online payment with stripe API;
-
How to customize checkout form for online payment with PayPal API;
-
How to save and display Client orders;
-
How to export Client orders from Laravel to PDF.
In this course, we will learn from scratch, step by step, the basics of Laravel. We are going to code with Laravel 7.X.
We will learn:
-
On setting up a Laravel project. We will see in great detail how to set up a Laravel project;
-
The Model View Controller concept;
-
The Basic Routing;
-
With much more details on the Controllers (extending between models and views);
-
How to use the Blade templating template in a Laravel project. Which has the role of being able to avoid the reuse of similar HTML codes;
-
With much more detail on models and migrations;
-
Laravel Collective is a form system clean for Laravel.
Course Curriculum
Chapter 1: Introduction
Lecture 1: First Introduction With Stripe
Lecture 2: Second Introduction With PayPal
Lecture 3: Environments installations
Lecture 4: Setting up Laravel project
Lecture 5: Model View Controller Concept
Lecture 6: Basic routing1
Lecture 7: Basic routing2
Lecture 8: Controllers in Laravel1
Lecture 9: Controllers in Laravel2
Lecture 10: Blade templating (PART 1)
Lecture 11: Blade templating (PART 2)
Chapter 2: Models and Migrations
Lecture 1: Models and Migrations1
Lecture 2: Models and Migrations2
Lecture 3: Saving data using terminal
Chapter 3: Viewing Data In laravel
Lecture 1: Different ways viewing data1
Lecture 2: Different ways viewing data2
Lecture 3: Different ways viewing specific data1
Chapter 4: Saving Data in Laravel
Lecture 1: Different ways saving data
Lecture 2: Different ways saving data1
Lecture 3: Different ways saving data2
Lecture 4: Laravel collective (Part 1)
Lecture 5: Laravel collective (Part 2)
Lecture 6: Laravel collective (Part 3)
Chapter 5: Edit, Update, and Delete Data in Laravel
Lecture 1: Edit and Update1
Lecture 2: Edit and Update2
Lecture 3: Delete data
Lecture 4: Resource Controller (PART 1)
Lecture 5: Resource Controller (PART 2)
Lecture 6: Resource Controller (PART 3)
Lecture 7: Resource Controller (PART 4)
Lecture 8: Resource Controller (PART 5)
Lecture 9: File manipulation1
Lecture 10: File manipulation2
Chapter 6: Importing Client Template in Laravel.
Lecture 1: Laravel project installation
Lecture 2: Importing Client Template in Laravel – 1.
Lecture 3: Importing Client Template in Laravel – 2
Lecture 4: Importing Client Template in Laravel – 3
Lecture 5: Importing Client Template in Laravel – 4.
Lecture 6: Importing Client Template in Laravel – 5.
Lecture 7: Importing Client Template in Laravel – 6.
Lecture 8: Importing Client Template in Laravel – 7.
Lecture 9: Importing Client Template in Laravel – 8.
Chapter 7: Importing Admin Template in Laravel.
Lecture 1: Importing Admin Template in Laravel 1
Lecture 2: Importing Admin Template in Laravel 2
Lecture 3: Importing Admin Template in Laravel 3
Lecture 4: Importing Admin Template in Laravel 4
Lecture 5: Importing Admin Template in Laravel 5
Lecture 6: Importing Admin Template in Laravel 6
Lecture 7: Importing Admin Template in Laravel 7
Lecture 8: Importing Admin Template in Laravel 8
Lecture 9: Importing Admin Template in Laravel 9
Lecture 10: Importing Admin Template in Laravel 10
Lecture 11: Importing Admin Template in Laravel 11
Chapter 8: Saving, Edit, Update, Delete, Activate and Unactivate data in Laravel
Lecture 1: Create and view Categories1
Lecture 2: Create and view Categories2
Lecture 3: Create and view Categories3
Lecture 4: Edit and Update category1
Lecture 5: Edit and Update category2
Lecture 6: Edit and Update category3
Lecture 7: Delete category
Lecture 8: Saving and viewing products 1
Lecture 9: Saving and viewing products 2
Lecture 10: Saving and viewing products 3
Lecture 11: Saving and viewing products 4
Lecture 12: Saving and viewing products 5
Lecture 13: Saving and viewing products 6
Lecture 14: Edit and update product 1
Lecture 15: Edit and update product 2
Lecture 16: Delete product
Lecture 17: Activate and Unactivate Product
Lecture 18: Saving and viewing sliders 1
Lecture 19: Saving and viewing sliders 2
Lecture 20: Saving and viewing sliders 3
Lecture 21: Edit and Update slider 1
Lecture 22: Edit and Update slider 2
Lecture 23: Delete slider
Lecture 24: Activate and Unactivate Slider
Chapter 9: Viewing home page dynamically
Lecture 1: Viewing home page dynamically 1
Lecture 2: Viewing home page dynamically 2
Lecture 3: Viewing home page dynamically 3
Lecture 4: Viewing home page dynamically 4
Chapter 10: Shopping Cart
Lecture 1: Add product to cart 1
Lecture 2: Add product to cart 2
Lecture 3: Add product to cart 3
Lecture 4: Viewing Cart
Lecture 5: Update Qty 1
Lecture 6: Update Qty 2
Lecture 7: Removing product from cart
Instructors
-
Héritier N'kele N'kele
Web developper
Rating Distribution
- 1 stars: 5 votes
- 2 stars: 7 votes
- 3 stars: 11 votes
- 4 stars: 31 votes
- 5 stars: 48 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple