HOME > Development > Laravel 9 Building a Complete Portfolio Website (A to Z)

Laravel 9 Building a Complete Portfolio Website (A to Z)

  • Development
  • Dec 10, 2024
SynopsisLaravel 9 – Building a Complete Portfolio Website (A to...
Laravel 9 Building a Complete Portfolio Website (A to Z)  No.1

Laravel 9 – Building a Complete Portfolio Website (A to Z), available at $74.99, has an average rating of 4.8, with 191 lectures, based on 68 reviews, and has 317 subscribers.

You will learn about Laravel 8 or Laravel 9 from scratch Laravel Fundamentals (A to Z) Laravel Single and Multi Auth (with Guard) System Visual Studio Code Editor and Important Plugins Laravel CRUD option Laravel Login System Forget Password and Reset Password Sytem Email Verification System Logic and Implementation Contact form email sending Website Color Settings Option Website logo, favicon and other items setup Admin profile management Photo uploading system Toastr message notification system This course is ideal for individuals who are Persons who want to learn a php framework from scratch or Persons who want to learn making a complete web application from beginning or Persons who are looking for a good job in web development sector or Persons who want to learn creating a personal website in laravel It is particularly useful for Persons who want to learn a php framework from scratch or Persons who want to learn making a complete web application from beginning or Persons who are looking for a good job in web development sector or Persons who want to learn creating a personal website in laravel.

Enroll now: Laravel 9 – Building a Complete Portfolio Website (A to Z)

Summary

Title: Laravel 9 – Building a Complete Portfolio Website (A to Z)

Price: $74.99

Average Rating: 4.8

Number of Lectures: 191

Number of Published Lectures: 191

Number of Curriculum Items: 191

Number of Published Curriculum Objects: 191

Original Price: $79.99

Quality Status: approved

Status: Live

What You Will Learn

  • Laravel 8 or Laravel 9 from scratch
  • Laravel Fundamentals (A to Z)
  • Laravel Single and Multi Auth (with Guard) System
  • Visual Studio Code Editor and Important Plugins
  • Laravel CRUD option
  • Laravel Login System
  • Forget Password and Reset Password Sytem
  • Email Verification System Logic and Implementation
  • Contact form email sending
  • Website Color Settings Option
  • Website logo, favicon and other items setup
  • Admin profile management
  • Photo uploading system
  • Toastr message notification system
  • Who Should Attend

  • Persons who want to learn a php framework from scratch
  • Persons who want to learn making a complete web application from beginning
  • Persons who are looking for a good job in web development sector
  • Persons who want to learn creating a personal website in laravel
  • Target Audiences

  • Persons who want to learn a php framework from scratch
  • Persons who want to learn making a complete web application from beginning
  • Persons who are looking for a good job in web development sector
  • Persons who want to learn creating a personal website in laravel
  • In this course, I have taught the students the Laravel framework from scratch. After showing all the basics of Laravel, authentication system, template mastering etc., I have developed a complete personal portfolio website with the latest version of Laravel, Laravel 9.

    The persons who are very beginner in Laravel and only have few php and oop idea, they will be benefitted the most from this course. But the advanced persons will also get help from this course, because I have coded following the standard and showed some advanced features.

    Admin Panel Features:

    1. Admin can change the website color

    2. Admin can change logo, favicon etc.

    3. Admin can change header information.

    4. Admin can control the home page information.

    5. Admin can create, edit and delete blog categories.

    6. Admin can create, edit and delete blog posts.

    7. Admin can create, edit and delete services.

    8. Admin can create, edit and delete portfolios.

    9. Admin can create, edit and delete skills.

    10. Admin can create, edit and delete education.

    11. Admin can create, edit and delete experience.

    12. Admin can create, edit and delete testimonials.

    13. Admin can create, edit and delete client sections.

    14. Admin can create, edit and delete social icons.

    15. Admin can control counter section.

    16. Admin can control the share and comment section during post.

    17. Admin can change his own photo, information and password.

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Chapter 2: Local Server Setup (Windows OS)

    Lecture 1: Installing XAMPP

    Lecture 2: Shift between php versions in XAMPP

    Lecture 3: Installing Laragon

    Lecture 4: Shift between php versions in Laragon

    Chapter 3: Local Server Setup (Mac OS)

    Lecture 1: Installing XAMPP

    Lecture 2: Installing MAMP

    Lecture 3: Shift between php versions in MAMP

    Chapter 4: Code Editors

    Lecture 1: Code Editors

    Chapter 5: Visual Studio Code Editor

    Lecture 1: VS Code Installation

    Lecture 2: Opening Folders (Single and Multiple)

    Lecture 3: Autosave

    Lecture 4: Installing Extensions

    Lecture 5: Export Settings

    Lecture 6: Reset VS Code

    Lecture 7: Creating and Working with Snippets

    Lecture 8: Extension – Bootstrap 5 Quick Snippets

    Lecture 9: Extension – Auto Rename Tag

    Lecture 10: Extension – Material Icon Theme

    Lecture 11: Extension – Vscode Great Icons

    Lecture 12: Extension – Live Server

    Lecture 13: Extension – Live Server Preview

    Lecture 14: Extension – HTML CSS Support

    Lecture 15: Extension – Laravel Blade Snippets

    Lecture 16: Extension – Laravel Blade Spacer

    Lecture 17: Extension – Laravel Artisan

    Lecture 18: Extension – Laravel-goto-controller

    Lecture 19: Color Scheme

    Lecture 20: Working with Terminal

    Lecture 21: Settings Sync

    Chapter 6: Laravel Fundamentals (A to Z) – Laravel 8 & Laravel 9

    Lecture 1: Important Notes about Laravel 8 and Laravel 9 – How to install

    Lecture 2: What is MVC

    Lecture 3: What is Laravel

    Lecture 4: What is Composer; Download and Install Composer (Windows OS)

    Lecture 5: Install Composer in Mac OS

    Lecture 6: Install Laravel

    Lecture 7: Laravel Folder and File Structure

    Lecture 8: Routes – Basic, Routes with parameter – Part 1

    Lecture 9: Routes – Names route, URL, URL to Route – Part 2

    Lecture 10: Controller

    Lecture 11: Blade – Part 1

    Lecture 12: Blade – Part 2

    Lecture 13: Middleware – Part 1

    Lecture 14: Middleware – Part 2

    Lecture 15: Route Group

    Lecture 16: Database and Migration

    Lecture 17: Model

    Lecture 18: Database – Raw SQL (Insert Data)

    Lecture 19: Database – Raw SQL (Show Data)

    Lecture 20: Database – Raw SQL (Update Data)

    Lecture 21: Database – Raw SQL (Delete Data)

    Lecture 22: Database – Raw SQL (Join Tables)

    Lecture 23: Database – Query Builder (Insert Data)

    Lecture 24: Database – Query Builder (Show Data)

    Lecture 25: Database – Query Builder (Update Data)

    Lecture 26: Database – Query Builder (Delete Data)

    Lecture 27: Database – Query Builder (Join Tables)

    Lecture 28: Database – Eloquent ORM (Insert Data)

    Lecture 29: Database – Eloquent ORM (Show Data)

    Lecture 30: Database – Eloquent ORM (Update Data)

    Lecture 31: Database – Eloquent ORM (Delete Data)

    Lecture 32: Database – Eloquent ORM (One to One Relationship)

    Lecture 33: Database – Eloquent ORM (One to One Reverse Relationship)

    Lecture 34: Database – Eloquent ORM (One to Many Relationship)

    Lecture 35: CRUD Implementation (Form Validation, Error Message, Insert Data) – Part 1

    Lecture 36: CRUD Implementation (Show Data) – Part 2

    Lecture 37: CRUD Implementation (Update Data) – Part 3

    Lecture 38: CRUD Implementation (Delete Data) – Part 4

    Lecture 39: CRUD Implementation (Image Upload, Validation, Insert Photo) – Part 5

    Lecture 40: CRUD Implementation (Image Upload, Validation, Update Photo) – Part 6

    Lecture 41: CRUD Implementation (Image Upload, Validation, Delete Photo) – Part 7

    Lecture 42: Soft Delete and Data Restore

    Lecture 43: Force Delete

    Lecture 44: Helper Functions

    Lecture 45: Sending Email

    Lecture 46: Seeder and Faker – Part 1

    Lecture 47: Seeder and Faker – Part 2

    Lecture 48: Edit .env file contents using user interface (Laravel 8 Only)

    Chapter 7: Laravel Authentication – Single User and Multi User

    Lecture 1: Authentication (Single User) – Part 1

    Lecture 2: Authentication (Single User) – Part 2

    Lecture 3: Authentication (Single User) – Part 3

    Lecture 4: Authentication (Single User) – Part 4

    Lecture 5: Authentication (Single User) – Part 5

    Lecture 6: Authentication (Single User) – Part 6

    Lecture 7: Authentication (Multi Auth using Single Table) – Part 7

    Lecture 8: Authentication (Multi Auth using Single Table) – Part 8

    Lecture 9: Authentication (Multi Auth using Different Guards and Tables) – Part 9

    Lecture 10: Authentication (Multi Auth using Different Guards and Tables) – Part 10

    Lecture 11: Authentication (Multi Auth using Different Guards and Tables) – Part 11

    Chapter 8: Admin Panel – Template Mastering

    Lecture 1: Admin Panel HTML template (Bootstrap 5)

    Lecture 2: Installing Laravel 9 and Creating Database

    Lecture 3: Layouts Creation and Home Page

    Instructors

  • Laravel 9 Building a Complete Portfolio Website (A to Z)  No.2
    Morshedul Arefin
    Web Developer and Programming Instructor
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 0 votes
  • 3 stars: 1 votes
  • 4 stars: 13 votes
  • 5 stars: 53 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!