Laravel – Build Complete Portfolio Website (2024)
Laravel – Build Complete Portfolio Website (2024), available at $64.99, has an average rating of 4.73, with 272 lectures, based on 198 reviews, and has 9896 subscribers.
You will learn about Building Complete Portfolio Website Project Deployment to Live Server Composer installation and usage Laravel File and Folder Structure About the .env file Basic Laravel Routing Route Parameters, middleware, prefix, named route Registering And Using Middleware Basic CRUD (Create, Read, Update, Delete) System from Scratch Image Intervention System Laravel Basic Authentication using Laravel Breeze – Registration, Email Verification, Forget and Reset Password User Authorization Queues And Jobs Observer And Event-Listeners Using Of Session And Cache Form Validation And Error Handling Migration And Seeder Laravel Localization Blade Components Query Builder Eloquent ORM Eloquent Relationship PayPal integration in Laravel Stripe integration in Laravel Razorpay integration in Laravel 2Checkout integration in Laravel Instamojo integration in Laravel Mollie integration in Laravel Paystack integration in Laravel SSLCOMMERZ integration in Laravel Yajra Datatable Implementation Image Intervention Implementation Shopping Cart Implementation Spatie Laravel Permission Implementation (Role & Permission) Socialite Social Authentication (Social Login) This course is ideal for individuals who are Those Who Want To Be A Laravel Developer or Students Who Want To Learn Laravel For Their University Projects or Experts Who Want To Get A Job In Laravel or Those Who Want To Increase Their Knowledge In Programming It is particularly useful for Those Who Want To Be A Laravel Developer or Students Who Want To Learn Laravel For Their University Projects or Experts Who Want To Get A Job In Laravel or Those Who Want To Increase Their Knowledge In Programming.
Enroll now: Laravel – Build Complete Portfolio Website (2024)
Summary
Title: Laravel – Build Complete Portfolio Website (2024)
Price: $64.99
Average Rating: 4.73
Number of Lectures: 272
Number of Published Lectures: 272
Number of Curriculum Items: 272
Number of Published Curriculum Objects: 272
Original Price: $89.99
Quality Status: approved
Status: Live
What You Will Learn
- Building Complete Portfolio Website
- Project Deployment to Live Server
- Composer installation and usage
- Laravel File and Folder Structure
- About the .env file
- Basic Laravel Routing
- Route Parameters, middleware, prefix, named route
- Registering And Using Middleware
- Basic CRUD (Create, Read, Update, Delete) System from Scratch
- Image Intervention System
- Laravel Basic Authentication using Laravel Breeze – Registration, Email Verification, Forget and Reset Password
- User Authorization
- Queues And Jobs
- Observer And Event-Listeners
- Using Of Session And Cache
- Form Validation And Error Handling
- Migration And Seeder
- Laravel Localization
- Blade Components
- Query Builder
- Eloquent ORM
- Eloquent Relationship
- PayPal integration in Laravel
- Stripe integration in Laravel
- Razorpay integration in Laravel
- 2Checkout integration in Laravel
- Instamojo integration in Laravel
- Mollie integration in Laravel
- Paystack integration in Laravel
- SSLCOMMERZ integration in Laravel
- Yajra Datatable Implementation
- Image Intervention Implementation
- Shopping Cart Implementation
- Spatie Laravel Permission Implementation (Role & Permission)
- Socialite Social Authentication (Social Login)
Who Should Attend
- Those Who Want To Be A Laravel Developer
- Students Who Want To Learn Laravel For Their University Projects
- Experts Who Want To Get A Job In Laravel
- Those Who Want To Increase Their Knowledge In Programming
Target Audiences
- Those Who Want To Be A Laravel Developer
- Students Who Want To Learn Laravel For Their University Projects
- Experts Who Want To Get A Job In Laravel
- Those Who Want To Increase Their Knowledge In Programming
In today’s digital age, having a professional online presence is essential for anyone looking to build a successful career in any industry. A portfolio website is an excellent way to showcase your skills, achievements, and experience to potential employers, clients, or collaborators. Laravel, one of the most popular PHP web application frameworks, provides a powerful and efficient way to create dynamic and scalable web applications.
In this comprehensive course, you will learn how to build a portfolio website using Laravel from scratch. We will start with the basics, including the Laravel framework, MVC architecture, and database design. Then, we will move on to more advanced topics, such as creating dynamic pages, integrating user authentication, and adding social media features. By the end of the course, you will have a professional and fully functional portfolio website that you can use to showcase your skills and achievements.
This course is suitable for anyone who wants to learn Laravel and create a professional portfolio website. Whether you are a web developer, designer, freelancer, or anyone looking to build a strong online presence, this course will provide you with the knowledge and skills you need to create a portfolio website that will impress potential clients and employers. No prior experience with Laravel or web development is required, but some basic knowledge of PHP, HTML, and CSS will be helpful.
What you’ll learn in Laravel – Build Complete Portfolio Website:
-
Understand the Laravel framework and MVC architecture
-
Design and implement a database schema for a portfolio website
-
Build dynamic pages with Blade templates and Laravel routing
-
Integrate user authentication and authorization with Laravel’s built-in features
-
Add social media features, such as sharing and commenting, to your portfolio website
-
Deploy your portfolio website to a live server and optimize it for search engines.
So, whether you are a seasoned developer looking to add Laravel to your skillset, or a beginner looking to build a professional portfolio website, this course is perfect for you. Enroll now and start building your own dynamic and impressive portfolio website with Laravel!
Update Log
_______________________________________________________________
Added Tutorial For Laravel 9 to Laravel 10 Version Upgrade – 01 March, 2023
Course Curriculum
Chapter 1: Fundamental: Introduction
Lecture 1: Introduction
Lecture 2: Guideline to watch the course
Chapter 2: Fundamental: Laravel Version Upgrade
Lecture 1: Upgrade Laravel 9 to Laravel 10
Lecture 2: Update Laravel 10 to Laravel 11
Chapter 3: Fundamental: Local Environment Setup
Lecture 1: Local Environment Setup
Lecture 2: Change PHP Version in Laragon
Lecture 3: VS Code Useful Extensions
Chapter 4: Fundamental: Laravel Installation
Lecture 1: Install First Laravel 9 Project
Chapter 5: Fundamental: Laravel Directory Structure and Artisan CLI With Tinker
Lecture 1: Laravel File and Folder Structure
Lecture 2: Artisan CLI and Tinker
Lecture 3: Fixing VScode PHP Path Error
Chapter 6: Fundamental: Route
Lecture 1: Define Routing
Lecture 2: Route Parameters
Lecture 3: Naming Routes
Lecture 4: Route Grouping
Lecture 5: Route Methods
Lecture 6: Fallback Route
Chapter 7: Fundamental: Temlpating and Views
Lecture 1: Laravel View Introduction
Lecture 2: Passing And Rendering Data In Templates
Lecture 3: Building Application Layout
Lecture 4: Loops In Templates
Lecture 5: Conditional Rendering
Lecture 6: Including Sub Views
Lecture 7: Useful Blade Directives
Chapter 8: Fundamental: Controller
Lecture 1: Introduction With Controller
Lecture 2: Basic controllers
Lecture 3: Resource controllers
Lecture 4: Single Action Controllers
Chapter 9: Fundamental: Form Validation and Handling
Lecture 1: Form Markup
Lecture 2: Form CSRF Token Explaination
Lecture 3: Input Field Validation
Lecture 4: More Validation Rules
Lecture 5: Overwrite Default Validation Texts
Lecture 6: Form Validation Request Classes
Chapter 10: Fundamental: Database – Migration and Seeding
Lecture 1: Configuring DB Connection
Lecture 2: Creating Migration
Lecture 3: Table Data Types
Lecture 4: Important Migration Commands
Lecture 5: Adding Columns To Existing Tables Using Migration
Lecture 6: Overview and Seeding Fake Data
Chapter 11: Fundamental: Database – Query Builder
Lecture 1: Introduction of Query Builders
Lecture 2: Retrieving Data From Database Table
Lecture 3: Retrieving A List Of Column Values
Lecture 4: Using Of Where Condition
Lecture 5: Insert Data In Database
Lecture 6: Update Data In Database
Lecture 7: Delete Data From Database
Lecture 8: Basic Join Statement
Lecture 9: Aggregates
Chapter 12: Fundamental: Database – Eloquent ORM
Lecture 1: Understanding Eloquent ORM
Lecture 2: Retrieving Records Via Eloquent Models
Lecture 3: Using Where Condition in Eloquent
Lecture 4: Inserting or Saving Data With Eloquent
Lecture 5: Updating Data With Eloquent
Lecture 6: Deleting Data
Lecture 7: Mass Assignment
Lecture 8: Soft Deleting – Trashing
Lecture 9: Retrieving Deleted Data
Lecture 10: Restore A Record Or Deleting A Record Permanently
Lecture 11: Factories
Chapter 13: Fundamental: Eloquent Relationship
Lecture 1: One to One Relationship
Lecture 2: Inverse Relation
Lecture 3: One to Many Relationship
Lecture 4: Many to Many Relations
Chapter 14: Fundamental: File Storage
Lecture 1: File Storage Introduction
Lecture 2: Uploading Files in Storage (part-1)
Lecture 3: Uploading Files in Storage (Part-2)
Lecture 4: Storage Link
Lecture 5: Remove Files from Storage
Lecture 6: Validating Uploaded files (size, type etc.)
Chapter 15: Fundamental: Request and Response
Lecture 1: Redirect Response
Lecture 2: Return Response JSON
Lecture 3: Returning File to Download
Chapter 16: Fundamental: CRUD (create, read, update & del) – Eloquent & Resource Controller
Lecture 1: Introduction
Lecture 2: Templating And Mark up (part -1)
Lecture 3: Templating And Mark up (part -2)
Lecture 4: Creating Models And Migrations for CRUD
Lecture 5: Creating Form (Part – 1)
Lecture 6: Creating Form (Part – 2)
Lecture 7: Retrieving All Data From Database Table
Lecture 8: Updating Specific Row with eloquent (Part -1)
Lecture 9: Updating Specific Row with eloquent (Part -2)
Lecture 10: Show A Specific Data
Lecture 11: Deleting A Specific Data
Instructors
-
Web Solution US
Advance Your Career with Professional Web Development
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 2 votes
- 3 stars: 5 votes
- 4 stars: 50 votes
- 5 stars: 141 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
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024