Laravel 9 – Building a Complete Job Portal Application
Laravel 9 – Building a Complete Job Portal Application, available at $69.99, has an average rating of 4.6, with 300 lectures, based on 75 reviews, and has 395 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 System Email Verification System Logic and Implementation Contact form email sending Website logo, favicon and other items setup Admin profile management Photo uploading system Toastr message notification system Company Profile Management Company Login and Registration Candidate Login and Registration Candidate Profile Management CV Creation and Uploading System Pricing Package Management Advanced Job Searching Option Uploading Project to Live Server Candidate Job Apply and Bookmarking 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 making a job portal application with 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 making a job portal application with Laravel.
Enroll now: Laravel 9 – Building a Complete Job Portal Application
Summary
Title: Laravel 9 – Building a Complete Job Portal Application
Price: $69.99
Average Rating: 4.6
Number of Lectures: 300
Number of Published Lectures: 300
Number of Curriculum Items: 300
Number of Published Curriculum Objects: 300
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 System
- Email Verification System Logic and Implementation
- Contact form email sending
- Website logo, favicon and other items setup
- Admin profile management
- Photo uploading system
- Toastr message notification system
- Company Profile Management
- Company Login and Registration
- Candidate Login and Registration
- Candidate Profile Management
- CV Creation and Uploading System
- Pricing Package Management
- Advanced Job Searching Option
- Uploading Project to Live Server
- Candidate Job Apply and Bookmarking 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 making a job portal application with 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 making a job portal application with 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 job portal web application with the laravel version 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:
-
Admin can change logo, favicon etc.
-
Admin can change top bar and footer information.
-
Admin can control the home page information.
-
Admin can create, edit and delete blog categories.
-
Admin can create, edit and delete blog posts.
-
Admin can create, edit and delete job categories.
-
Admin can create, edit and delete job locations.
-
Admin can create, edit and delete job experiences.
-
Admin can create, edit and delete job types.
-
Admin can create, edit and delete company industry.
-
Admin can create, edit and delete company size
-
Admin can create, edit and delete company location
-
Admin can create, edit and delete why choose us section
-
Admin can create, edit and delete testimonials.
-
Admin can send email to subscribers
-
Admin can see all the company profiles and can delete them
-
Admin can see all the candidate profiles and can delete them
-
Admin can change his own photo, information and password
-
Admin can manage advertiesments in job listing and company listing pages
Company Features:
-
Company can create account for free
-
Company can login and work with forget password option
-
Company can change profile information
-
Company can buy package using PayPal and Stripe
-
Company can renew package anytime
-
Company can check orders
-
Company can update orders
-
Company can create, edit and delete jobs
-
Company can check candidate list
-
Company can approve or reject candidates
-
Company can make a job featured
-
Company can make a job urgent
Candidate Features:
-
Candidate can create account for free
-
Candidate can login and work with forget password option
-
Candidate can change profile information
-
Candidate can create, edit and delete education
-
Candidate can create, edit and delete job experience
-
Candidate can create, edit and delete skill
-
Candidate can create, edit and delete awards
-
Candidate can create, edit and delete resumes
-
Candidate can apply in jobs
-
Candidate can bookmark any job
-
Candidate can search job by category, location, title, type etc.
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: Payment Method Integration
Lecture 1: PayPal – Part 1
Lecture 2: PayPal – Part 2
Lecture 3: Stripe – Part 1
Instructors
-
Morshedul Arefin
Web Developer and Programming Instructor
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 3 votes
- 4 stars: 12 votes
- 5 stars: 58 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