Laravel Framework for PHP
Learn programming web applications in PHP using the Laravel framework in this online course even for complete beginners.
In this lesson we'll introduce you to the Laravel PHP framework, explain why to use it and describe how the MVC architecture and page lifecycle work.
Written by Lishaak
In this lesson we'll show you how to start using the Laravel framework. We ll perform the installation using the well-known Composer tool.
Written by Lishaak
Lesson 3
The first application in Laravel
In this lesson we will create simple application in the PHP framework Laravel. We will focus on the basic ideas of MVC and create the basic components.
Written by Lishaak
In this lesson we'll finish a calculator in the Laravel framework from the last lesson. We will deal with form processing, CSRF protection and validation.
Written by Lishaak
In this lesson, we will start a new project in the Laravel framework. We will describe its structure and go through the basic settings step by step.
Written by Lishaak
In this lesson, we'll continue to work on a simple content management system in the PHP framework Laravel and we will explain what migrations are for.
Written by Lishaak
In this lesson, we create a list of articles obtained from the database in the PHP framework Laravel. We'll also look at the CRUD controller for articles.
Written by Lishaak
In this Laravel tutorial, we'll start creating an administration interface for articles. We'll add an create action and explain what mass assignment is.
Written by Lishaak
In this lesson, we will complete the administration of articles. We add editing and deleting actions to their controller and apply request classes to them.
Written by Lishaak
Lesson 10
Simple CMS in Laravel - Laravel Mix
In this lesson we'll focus on working with the front-end part of a simple CMS in the Laravel PHP framework. We will also add Font Awesome to the project.
Written by Lishaak
In this Laravel tutorial we will working with date via the Carbon library and create a main page for our simple content management system.
Written by Lishaak
Lesson 12
Simple CMS in Laravel - Contact form
In the Laravel tutorial we will create a contact form and explain how to work with Mailtrap.
Written by Lishaak
By adding a contact form we will complete the basis of a content management system based on the Laravel PHP framework.
Written by Lishaak
Lesson 14
Simple CMS in Laravel - User model
In this lesson, we'll explore the PHP framework Laravel in more depth, explain what seeders are and create a class for creating test data.
Written by Lishaak
In this lesson, we will introduce a simple user authorization system and explain Eloquent relationships.
Written by Lishaak
In this lesson we will integrate the assignment of roles to users and explain the functionality of an already created registration.
Written by Lishaak
In this Laravel tutorial, we will complete the registration by editing its view and look at the process of verifying the email address.
Written by Lishaak
In this lesson we'll look at the notification component and also complete the process of verifying the email address, which we will follow up by logging in
Written by Lishaak
Lesson 19
Simple CMS in Laravel - Logout
In this lesson of the Laravel framework, we will complete the entire user system by editing the login view, adding routes and editing the main template.
Written by Lishaak
In this lesson we will add a link between the author and his articles and secure the article editor using middleware.
Written by Lishaak
In this lesson of the PHP series, we will complete the CMS in the Laravel framework by adding a permission check and we'll look at Policy component.
Written by Lishaak