Laravel 9 – News Portal Website for Beginner to Advanced
Laravel 9 – News Portal Website for Beginner to Advanced, available at $79.99, has an average rating of 4.8, with 244 lectures, based on 194 reviews, and has 1108 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 Complete Multi Language System in Laravel Laravel Login System Forget Password and Reset Password Sytem Email Verification System Logic and Implementation Contact form email sending using Ajax Newsletter email sending using Ajax and email verification Website Color Settings Option Website logo, favicon and other items setup Admin and author profile managements Security for post section in author section Photo uploading system Toastr message notification system Home page search option using chained select with jquery Uploading project in web server Email sending in web server 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 laravel very well to be able to make awesome products to sell from their websites 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 laravel very well to be able to make awesome products to sell from their websites.
Enroll now: Laravel 9 – News Portal Website for Beginner to Advanced
Summary
Title: Laravel 9 – News Portal Website for Beginner to Advanced
Price: $79.99
Average Rating: 4.8
Number of Lectures: 244
Number of Published Lectures: 244
Number of Curriculum Items: 244
Number of Published Curriculum Objects: 244
Original Price: $74.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
- Complete Multi Language System in Laravel
- Laravel Login System
- Forget Password and Reset Password Sytem
- Email Verification System Logic and Implementation
- Contact form email sending using Ajax
- Newsletter email sending using Ajax and email verification
- Website Color Settings Option
- Website logo, favicon and other items setup
- Admin and author profile managements
- Security for post section in author section
- Photo uploading system
- Toastr message notification system
- Home page search option using chained select with jquery
- Uploading project in web server
- Email sending in web server
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 laravel very well to be able to make awesome products to sell from their websites
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 laravel very well to be able to make awesome products to sell from their websites
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 News Portal System 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:
-
Admin can create, edit and delete Authors.
-
Admin can change the website color
-
Admin can change logo, favicon etc.
-
Admin can change top bar information.
-
Admin can control the home page information.
-
Admin can create, edit and delete languages.
-
Admin can create, edit and delete news categories and subcategories.
-
Admin can create, edit and delete news posts.
-
Admin can create, edit and delete FAQs.
-
Admin can create, edit and delete Online Polls.
-
Admin can create, edit and delete Live Channel items.
-
Admin can create, edit and delete photos for the photo gallery.
-
Admin can create, edit and delete photos for the video gallery.
-
Admin can create, edit and delete the social items.
-
Admin can create, edit and delete advertisements.
-
Admin can send email to subscribers.
-
Admin can control the share and comment section during post.
-
Admin can change his own photo, information and password.
Author Features
1. Author can change his own photo, information and password.
2. Author can create, edit and delete news posts.
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 – Bracket Pair Colorizer 2 – Old
Lecture 11: Extension – Bracket Pair Colorizer 2 – New
Lecture 12: Extension – Material Icon Theme
Lecture 13: Extension – Vscode Great Icons
Lecture 14: Extension – Live Server
Lecture 15: Extension – Live Server Preview
Lecture 16: Extension – HTML CSS Support
Lecture 17: Extension – Laravel Blade Snippets
Lecture 18: Extension – Laravel Snippets
Lecture 19: Extension – Laravel Blade Spacer
Lecture 20: Extension – Laravel Artisan
Lecture 21: Extension – Laravel-goto-controller
Lecture 22: Color Scheme
Lecture 23: Working with Terminal
Lecture 24: 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
Instructors
-
Morshedul Arefin
Web Developer and Programming Instructor
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 4 votes
- 3 stars: 12 votes
- 4 stars: 36 votes
- 5 stars: 140 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