Master Laravel from scratch with this hands-on course. Learn to build dynamic web applications using Laravel’s MVC architecture, Blade templates, and Eloquent ORM. From setting up your environment to deploying a fully functional project, this course covers everything needed to become a proficient Laravel developer.
You'll start by exploring Laravel’s core features, routing, and controllers. Then, you'll dive into database management, authentication, middleware, and CRUD operations. You'll also build reusable components, style applications with Tailwind CSS, and implement job listings, bookmarking, and email notifications.
Next, you'll enhance security, optimize performance, and integrate search functionality. You'll also work with file uploads, user profiles, and pagination, gaining practical experience in real-world Laravel development. Finally, you'll learn how to deploy applications using Laravel Forge and manage production environments.
This course is ideal for web developers with basic PHP knowledge. No prior Laravel experience is required. By the end, you’ll have the skills to create and deploy powerful Laravel applications from scratch.
Overview
Syllabus
- Introduction
- In this module, we will introduce the course, outline the learning path, and showcase the final project to give you a clear goal. We will also explore Laravel’s core features, its advantages, and the premium documentation available to support your learning journey.
- Dev Environment & Laravel Setup
- In this module, we will walk through setting up your development environment for Laravel, covering installation options on both MacOS and Windows. We will explore Laravel Herd, Composer, and the best tools for writing and managing Laravel code efficiently.
- Getting Started With Laravel & Routing
- In this module, we will dive into Laravel’s core structure, including its MVC architecture and folder organization. You will learn how to define routes, pass parameters, and handle requests and responses, ensuring a solid foundation in Laravel’s routing system.
- Views & Controllers
- In this module, we will explore how Laravel handles views and controllers, including Blade templating, data passing, and dynamic rendering. We will also implement layouts, partials, and directives to streamline frontend development.
- Components & Styling
- In this module, we will focus on Laravel’s component system and how to style applications effectively. We will create reusable UI elements, integrate Tailwind CSS, and build interactive components for a seamless user experience.
- PostgreSQL Database Setup & Migrations
- In this module, we will set up PostgreSQL as our database and configure Laravel to interact with it. You will learn to create databases, users, and migrations to structure your application’s data storage.
- Models, Eloquent ORM, Factories & Seeders
- In this module, we will explore Laravel’s Eloquent ORM for interacting with databases. You will learn to create models, perform CRUD operations, and automate test data generation using factories and seeders.
- Pages, Presentation & CRUD
- In this module, we will focus on building pages and managing job listings with CRUD operations. You will also learn about input validation, file uploads, and improving form usability with reusable components.
- Authentication & Creating Users
- In this module, we will set up authentication in Laravel, allowing users to register, log in, and manage their sessions. We will explore Laravel Breeze and session handling to create a seamless authentication experience.
- Middleware, Authorization & Policies
- In this module, we will explore Laravel’s middleware and authorization system. You will learn to protect routes, apply policies, and control access using built-in authentication tools.
- Dashboard, Profile & Pagination
- In this module, we will develop a user dashboard with job listings, profile updates, and avatar uploads. You will also learn to implement pagination to enhance user experience when navigating data.
- Bookmark Job Listings
- In this module, we will build a bookmarking system that allows users to save job listings. You will learn about migrations, model relationships, and dynamic data display.
- Job Applicants & Resume Upload
- In this module, we will develop a job application system, allowing applicants to submit resumes and apply for jobs. We will also implement Alpine.js for an interactive frontend experience.
- Job Search, Maps & Emails
- In this module, we will add job search capabilities, integrate Mapbox for job location mapping, and configure email notifications for job applications and updates.
- Deploy Using Laravel Forge
- In this module, we will deploy our Laravel application using Laravel Forge, setting up a production-ready server with domain configuration and SSL security. We will also ensure our project is version-controlled using GitHub.
Taught by
Packt - Course Instructors