Laravel 10 – Making a Complete Non-Profit Charity Website
Laravel 10 – Making a Complete Non-Profit Charity Website, available at $19.99, has an average rating of 4.9, with 276 lectures, based on 43 reviews, and has 263 subscribers.
You will learn about Laravel 10 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 User Profile Management User Login and Registration PayPal and Stripe Payment Methods integration Event Management Event Ticket Purchase Management System Cause Management System Cause Donation Management 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 non-profit charity 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 non-profit charity application with Laravel.
Enroll now: Laravel 10 – Making a Complete Non-Profit Charity Website
Summary
Title: Laravel 10 – Making a Complete Non-Profit Charity Website
Price: $19.99
Average Rating: 4.9
Number of Lectures: 276
Number of Published Lectures: 276
Number of Curriculum Items: 276
Number of Published Curriculum Objects: 276
Original Price: $29.99
Quality Status: approved
Status: Live
What You Will Learn
- Laravel 10 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
- User Profile Management
- User Login and Registration
- PayPal and Stripe Payment Methods integration
- Event Management
- Event Ticket Purchase Management System
- Cause Management System
- Cause Donation Management 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 non-profit charity 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 non-profit charity 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 real estate listing web application with the latest version of Laravel, Laravel 10.
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 update the home page information.
-
Admin can update the contact page information.
-
Admin can create, edit and delete sliders.
-
Admin can create, edit and delete FAQs.
-
Admin can create, edit and delete blog categories.
-
Admin can create, edit and delete blog posts.
-
Admin can create, edit and delete events.
-
Admin can create, edit and delete causes.
-
Admin can create, edit and delete why choose us section
-
Admin can create, edit and delete testimonials.
-
Admin can create, edit and delete photos of photo gallery.
-
Admin can create, edit and delete videos of video gallery.
-
Admin can send email to subscribers
-
Admin can see all the user profiles
-
Admin can manage volunteers
-
Admin can change his own photo, information and password
-
Admin can update the privacy policy page information.
-
Admin can update the terms and conditions page information.
User Features:
-
Users can create account for free
-
Users can login and edit profile
-
Users can reset the password if they forget
-
Users can pay using PayPal and Stripe for any particular event to purchase tickets
-
Users can pay using PayPal and Stripe for any particular cause to donate
-
Users can see order history for cause or event ticket
-
Users can see invoice and print for cause or event ticket
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: Fundamental – Installation
Lecture 1: Install Laravel
Lecture 2: Folder and File Structure
Lecture 3: Artisan CLI Commands
Lecture 4: Laravel Tinker
Chapter 7: Fundamental – Route
Lecture 1: Basic Route
Lecture 2: Route Parameters
Lecture 3: Named Route
Lecture 4: Fallback Route
Lecture 5: Route Group
Lecture 6: Route Redirect
Lecture 7: Route View
Lecture 8: Resourceful Routes
Lecture 9: Regular Expression Constraints
Lecture 10: Global Constraints
Chapter 8: Fundamental – View
Lecture 1: Creating View
Lecture 2: Nested View Directories
Lecture 3: Passing Data into View
Lecture 4: Sharing Data with All Views
Lecture 5: Share Different Items to Different Views
Lecture 6: View Component
Lecture 7: View Caching
Chapter 9: Fundamental – Blade
Lecture 1: Displaying Data
Lecture 2: Displaying Unescaped Data
Lecture 3: Blade Directive – if statement
Lecture 4: Blade Directive – switch statement
Lecture 5: Blade Directive – Raw PHP
Lecture 6: Blade Directive – Loop
Lecture 7: Blade Directive – Including Subview
Lecture 8: Blade Directive – Comment
Lecture 9: Building Layout using Template Inheritance
Chapter 10: Fundamental – Controller
Lecture 1: Creating Controller
Lecture 2: Working with Controller
Lecture 3: Resource Controller
Lecture 4: Invokable or Single Action Controller
Chapter 11: Fundamental – Request and Response
Lecture 1: What is Request
Lecture 2: What is Response
Chapter 12: Fundamental – Middleware
Lecture 1: Global Middleware
Lecture 2: Route Middleware
Lecture 3: Controller Middleware
Lecture 4: Middleware Group
Chapter 13: Fundamental – HTTP Session
Lecture 1: Store, Retrieve and Flash Data
Lecture 2: Delete Data
Chapter 14: Fundamental – Form Validation
Lecture 1: Creating Form
Lecture 2: CSRF Token
Lecture 3: Required Validation and Display Error Message
Lecture 4: Display Old Input in Blade
Lecture 5: Use @error Directive
Lecture 6: String Length, Numeric, Date, Email Validation
Lecture 7: Regular Expression Validation
Lecture 8: File or Image Upload Validation
Lecture 9: Password Validation
Lecture 10: Customizing Error Messages
Lecture 11: Unique Validation
Chapter 15: Fundamental – File Uploading
Lecture 1: File Uploading in Public Folder
Lecture 2: File Uploading in Storage Folder (Local Driver)
Instructors
-
Morshedul Arefin
Web Developer and Programming Instructor
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 1 votes
- 4 stars: 3 votes
- 5 stars: 39 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
- Best Video Editing Courses to Learn in March 2025
- Best Music Production Courses to Learn in March 2025
- Best Animation Courses to Learn in March 2025
- Best Digital Illustration Courses to Learn in March 2025
- Best Renewable Energy Courses to Learn in March 2025
- Best Sustainable Living Courses to Learn in March 2025
- Best Ethical AI Courses to Learn in March 2025
- Best Cybersecurity Fundamentals Courses to Learn in March 2025
- Best Smart Home Technology Courses to Learn in March 2025
- Best Holistic Health Courses to Learn in March 2025
- Best Nutrition And Diet Planning Courses to Learn in March 2025
- Best Yoga Instruction Courses to Learn in March 2025
- Best Stress Management Courses to Learn in March 2025
- Best Mindfulness Meditation Courses to Learn in March 2025
- Best Life Coaching Courses to Learn in March 2025
- Best Career Development Courses to Learn in March 2025
- Best Relationship Building Courses to Learn in March 2025
- Best Parenting Skills Courses to Learn in March 2025
- Best Home Improvement Courses to Learn in March 2025
- Best Gardening Courses to Learn in March 2025