Dive into Laravel: Practical Course for Developers

  • No Rating
  • (0 Reviews)
  • 2 students enrolled

Dive into Laravel: Practical Course for Developers

Unlock your potential with our Laravel course at Inbox Learners Hub. Gain hands-on experience and build robust web applications with industry experts. Join today!

  • No Rating
  • (0 Reviews)
  • 2 students enrolled
  • Free


Course Content

13 sections • 93 lectures • 10h 50m total length
Laravel Introduction
10:13min
Laravel Setup
09:07min
Laravel setup continue
02:28min
Laravel folder structure
05:53min
Laravel basic controller model route and migration introduction
11:32min
Laravel basic continue
19:03min
Extend template
06:20min
Seeker registration form
09:20min
User table migration
05:36min
Job seeker registration
10:39min
Validate the form
05:39min
Bug Fixing
00:39min
Login from design
04:05min
Process Login
08:33min
Logout User
07:46min
Authenticate user to access dashboard
04:30min
Employer registration form
02:53min
Processing employee registration form
03:39min
Add flash message
03:30min
Set employer trail date
03:50min
Employer dashboard design
04:31min
Hide trial ends message for job seeker
02:30min
Email verification part 1
09:00min
Send email verification link part - 2
07:19min
Handle verifying user account
04:17min
Resend email verification link
08:10min
Show user trial expiry message
02:42min
Make an AJAX request while registering an employer
17:04min
Make an AJAX request while registering a job request
04:25min
Payment get stripe secret keys
05:15min
Payment building and a payment cards
11:17min
Payments add middleware to protect subscription
05:57min
Payment define plans and prices
10:06min
Payment stripe checkout
16:20min
Payment updated db once payment successful
11:31min
Protect job posting route from non premium user
09:17min
Add middleware and do not allow premium user to make payment twice
16:40min
Send confirmation email to user with purchase details
16:40min
Integrate admin template fix logout
06:24min
Integrate admin template
07:40min
Show a subscription link
02:34min
Make a migration file to post a job
07:55min
Design a form for posting job
10:05min
Add a feature image column
03:36min
Add a date picker
01:45min
Add WYSIWYG editor
03:36min
Validate job posting form
09:33min
Post a job
13:35min
Refactor job post controller
11:09min
Edit a job
08:11min
Update a job
08:53min
Refactor update method code
03:51min
Refactor update method code
03:51min
Refactor upload image code
01:57min
Get a job belongs to user
08:54min
Delete jobs
10:00min
Protect the job creation with middleware for standard user
02:30min
Update employer profile form
08:36min
Update employer profile
10:29min
Allow user to access dashboard
04:12min
Make middleware to check user is logged in
03:48min
Update seeker profile
04:05min
Change password
11:28min
Update employer password
02:46min
Update a resume for job seeker
06:44min
Eager loading and solving N1 problem
18:16min
Setup many to many relationship between users and listing table
17:01min
Understanding on delete cascade in migration file
02:20min
Query pivot table
16:27min
Get application for the job
04:28min
Get applicant details
11:42min
Design applicants display page
07:27min
Download applicant resume
01:42min
Shortlist the candidate
10:34min
Queue and send email to shortlist applicants
07:00min
Protect job and applicants using laravel policy
09:05min
Design the page to list all jobs
09:07min
List all jobs in front page
07:37min
Format salary
01:44min
Get individual job post
09:01min
Upload resume with filepond js
10:51min
Process file uploading server side
08:06min
Submit the application
07:19min
Show hide apply button based on condition
05:26min
Make a navbar dropdown
05:07min
Filtering jobs based different parameters part - 1
06:42min
Query db and filter jobs
09:02min
Designing the cards
02:12min
Cast salary to fix filter by salary
01:21min
Show company profile and jobs
10:37min
Update employer cards in dashboard
05:07min
Get list of jobs applied by job seeker
10:04min
Conclusion
00:44min

Requirements

  • PHP, Web Server, Data Base, Node JS and NPM, Composer

Description

 

SVG Icon
Laravel
Overview
Mastering Laravel Framework
Duration 10 hours 50 Mins
Total Fee Free
Mode of learning Online
Difficulty level Beginner
Official Website Go to Our Course
Credential Certificate
SVG Icon
Laravel
Highlights
Discover More
  • Expert instructors
  • Flexible learning schedule
  • Practical assignments
  • Shareable Certificate
  • Earn a Certificate upon completion
  • 100% online courses
SVG Icon
Laravel
Course Details
Skills you will learn
  • PHP, Laravel

More about this course
  • Laravel is a popular open-source PHP web framework designed for building web applications using the MVC (Model-View-Controller) architectural pattern
  • Developed by Taylor Otwell in 2011, Laravel aims to make the development process more straightforward and efficient by providing a rich set of features and tools.
  • Laravel's syntax is clean and expressive, making it easier for developers to read and write code.
SVG Icon
Laravel
Curriculum
Course 1: Laravel Introduction â–¼
  • Laravel Introduction
  • Laravel Setup
  • Laravel setup continue
Course 2: Laravel Basics â–¼
  • Laravel folder structure
  • Laravel basic controller model route and migration introduction
  • Laravel basic continue
Course 3: Design Pages and Form â–¼
  • Extend template
  • Seeker registration form
  • User table migration
  • Job seeker registration
  • Validate the form
  • Bug Fixing
  • Login from design
  • Process Login
  • Logout User
  • Authenticate user to access dashboard
  • Employer registration form
  • Processing employee registration form
  • Add flash message
  • Set employer trail date
  • Employer dashboard design
  • Hide trial ends message for job seeker
Course 4: Email Verification and Sending Email Verification Link to User â–¼
  • Email verification part 1
  • Send email verification link part - 2
  • Handle verifying user account
  • Resend email verification link
  • Show user trial expiry message
Course 5: Make An AJAX Request To Process Registration â–¼
  • Make an AJAX request while registering an employer
  • Make an AJAX request while registering a job request
Course 6: Payment and Stripe â–¼
  • Payment get stripe secret key
  • Payment building and a payment cards
  • Payments add middleware to protect subscription
  • Payment define plans and prices
  • Payment stripe checkout
  • Payment updated db once payment successful
  • Protect job posting route from non premium user
  • Add middleware and do not allow premium user to make payment twice
Course 7: Queue Mail â–¼
  • Send confirmation email to user with purchase details
Course 8: Integrate Admin Theme â–¼
  • Integrate admin template fix logout
  • Integrate admin template
  • Show a subscription link
Course 9: Control Flow â–¼
  • Make a migration file to post a job
  • Design a form for posting job
  • Add a feature image column
  • Add a date picker
  • Add WYSIWYG editor
  • Validate job posting form
  • Post a job
  • Refactor job post controller
  • Edit a job
  • Update a job
  • Refactor update method code
  • Refactor update method code
  • Refactor upload image code
  • Get a job belongs to user
  • Delete jobs
  • Protect the job creation with middleware for standard user
Course 10: update Profile Of Employer and Seeker â–¼
  • Update employer profile form
  • Update employer profile
  • Allow user to access dashboard
  • Make middleware to check user is logged in
  • Update seeker profile
  • Change password
  • Update employer password
  • Update a resume for job seeker
  • Eager loading and solving N1 problem
Course 11: Applicants â–¼
  • Setup many to many relationship between users and listing table
  • Understanding on delete cascade in migration file
  • Query pivot table
  • Get application for the job
  • Get applicant details
  • Design applicants display page
  • Download applicant resume
  • Shortlist the candidate
  • Queue and send email to shortlist applicants
  • Protect job and applicants using laravel policy
Course 12: Listing Jobs In Frontend â–¼
  • Design the page to list all jobs
  • List all jobs in front page
  • Format salary
  • Get individual job post
  • Upload resume with filepond js
  • Process file uploading server side
  • Submit the application
  • Show hide apply button based on condition
  • Make a navbar dropdown
  • Filtering jobs based different parameters part - 1
  • Query db and filter jobs
  • Designing the cards
  • Cast salary to fix filter by salary
  • Show company profile and jobs
  • Update employer cards in dashboard
  • Get list of jobs applied by job seeker
Course 13: Conclusion â–¼
  • Conclusion
SVG Icon
Laravel
Entry Requirements
Eligibility Criteria â–¼
  • Detailed knowledge of object-oriented PHP development along with Laravel framework.

Recent Courses

blog
  • January, 3rd 2025
  • 0

Discover the essentials of business accounting and finance. Our comprehensive resources will help you master key concepts and..

  • 199.00₹
  • 1990.00₹
blog
  • January, 3rd 2025
  • 0

Elevate your business acumen with our Business Strategy Consulting Masterclass. Gain insights and skills to drive success and..

  • 199.00₹
  • 1990.00₹
blog
  • January, 3rd 2025
  • 0

Discover how to craft compelling business cases that drive success. Our expert insights on business analysis will elevate you..

  • 199.00₹
  • 1990.00₹
blog
  • January, 3rd 2025
  • 0

Discover your ideal business niche with our expert guidance. Unlock profitable opportunities and elevate your entrepreneurial..

  • 199.00₹
  • 1990.00₹
blog
  • January, 3rd 2025
  • 0

Take charge of your financial future with expert tips and strategies to save capital and manage your finances effectively. St..

  • 199.00₹
  • 1990.00₹

About Instructor

instructor
About Instructor

Inbox Learners Hub specialize in Training and Human Resource consulting, for both management and technical skills. In addition to the extensive industrial experience in Technical and human resources management, we have a pool of experts in our faculty specializing in specific areas that serve both students and organizations of IT industry.

Key Highlights

  • Skilled Instructors
  • Professional Trainings
  • Live Projects
  • Placement Assistance

World-Class Instructors |  1:1 with Industry Mentors | 400+ Global Hiring Partners | 55% Avg. Salary Hike

Accelerate your Career & Growth  With Inbox