Series: The Ultimate Revelation of Laravel For Beginners (Laravel Lessons)
Laravel Lessons: Getting Started
Let me walk you through what you are going to need for this series.
Published April 20, 2020 • 2 mins read
Laravel Lessons: Installation & Setup
In this lesson, we are going to be setting up a fresh Laravel project.
Published April 22, 2020 • 4 mins read
Laravel Lessons: Routing
Today, we will be learning about Laravel routing as we build our mail sending app.
Published April 23, 2020 • 4 mins read
Laravel Lessons: Views & Layouts
This lesson will focus on building the frontend of our email sending application. We will be using Tailwindcss for the frontend and a little Alpine.js.
Published April 24, 2020 • 11 mins read
Laravel Lesson: Controllers, Requests & Validations
A Laravel controller is basically where we handle HTTP requests. Instead of messing up our route file, we can keep everything clean and organized inside the controller file.
Published May 5, 2020 • 6 mins read
Laravel Lessons: Database (Migrations And Eloquent Models)
In this lesson, we will learn how to persist data in the database using Eloquent models.
Published May 7, 2020 • 8 mins read
Laravel Lessons: Hosting, Deployments & Error Tracking
Error tacking and monitoring softwares informs you of errors that may occur when users start using your application. They provide you with details of the error, the user involved, the stack traces etc.
Published May 9, 2020 • 3 mins read