
Meet the instructor and his experience with a short presentation.
In this class, you will see the main purpose of the course, what you will do, and especially what you will learn.
Time to start preparing your development environment to follow the course and be able to install Laravel on your system.
Through the question system, you can solve your doubts, but it is very important that you ask them in the right way to help you better.
During the course, you will work with the Laravel frontend and for this, you need Node and NPM installed on your system.
Some suggestions to have a development environment similar to the one used during the course. However, remember that you are free to use your own tools and preferences.
Use Composer to automatically get the structure of Laravel, along with all its dependencies.
Here the details of the source code of the course, so that it serves as a support in your learning process.
We will need to understand and adapt some components to the latest versions of Laravel to ensure consistency and avoid any confusion during the course.
Now that you have Laravel in your system, it is time to know its main structure, knowing a little about the execution process of the Framework.
Time to know a very helpful tool during the development of projects with Larave: Artisan.
Learn about a specific artisan command, called tinker, that will allow you to instantly execute code and interact with your project.
Learn how to configure the environment of your Laravel project, to indicate the behavior of the framework and credentials.
After Laravel 8, the way to register routes and their controllers changed a little. During this class, we will be sure to keep this functionality, across multiple versions to ensure a consistent and clear experience.
The entry point of your Laravel project, are the routes. In this class, you will learn about them, their location, and differences.
It is time to create your first routes. Those will then allow you to execute different actions on your project. Specifically, on products and many more later.
Since you master the entry point (the routes), it is time to indicate how to carry out certain actions according to the routes, through controllers in Laravel.
Moment of show results in a rich and formatted way to users. You will do this, using views in Laravel.
A small exercise to consolidate your recent knowledge about routes, controllers, and views in Laravel.
In this class, you will see how error reporting works in Laravel and how to use those details to identify causes and solve them.
Sometimes it is necessary to understand certain things about an error, so Laravel allows you to debug variables and the execution process easily.
Before Laravel can connect to a database, you need to indicate the credentials and connection driver to use.
Using migrations, you can automatically create the structure of the tables that will build up your database.
Now that you have tables to store data in, it is time to meet Eloquent (Laravel's ORM) to use models and easily interact with that information and bring your Laravel project to life.
Through factories in Laravel, you will be able to create instances of your models automatically, and then, through the DatabaseSeeder in Laravel, you will be able to use those factories to insert instances into your database automatically.
Now that you have information in your database, it is time to see how to initially use it through the Laravel Query Builder.
A more effective and flexible way to access the information in your database with Laravel is using the models through Eloquent (the Laravel ORM).
Learn how to communicate data between controllers and views with Laravel and how to display it in different ways.
In this class, you will know some main control structures such as conditional @if, @empty and @foreach loops in Laravel Blade
Now, it's time to improve your current views a bit using Blade templates.
Return forms in your views, so that a user can enter the information to create Model instances and store everything in the database.
Create instances of Models and save them in the database, using the information received from a form
Now, let's see how to edit data of an existing instance from a form with Laravel.
Apply the use of routes, views, and others, to generate links to the different actions that you have already learned to implement with Laravel.
Finally, the last action on a resource, in this class you will see how to remove information from the database using an action from your controller executed through a form with Laravel.
In this class you will see how you can return redirection responses with Laravel, to send your users to different actions and locations of your project.
In this class, you will see the essential functions to manage values in the session with Laravel.
Learn how to validate data from forms submitted by users and how Laravel takes care of indicating the detail of errors.
Build the visual components necessary to show validation errors to your users with Laravel.
In addition to returning the details of the errors, Laravel also sends the details of the previous fields. In this class, you will see how to use them to improve the user experience of your project.
Just as it is possible to display error messages, you can also use the session to send and then show success messages to users with Laravel.
Now that you know how to send error and success messages, use what you have learned to return the messages with the results of the different possible actions that you have implemented so far with Laravel.
In this class, you will add a new package to the Laravel project, called Laravel UI, which will allow you to manage the visual and user authentication components.
Now that you have the authentication components in your project, it is time to get to know them and understand their general operation.
Let's resolve some possible confusion with the usage of Laravel Vite over Laravel Mix
Now, you can use Laravel Mix to generate the assets (JavaScript and CSS) that will improve the style of all the views of your project.
Now that a user can log in and register, you will learn how to protect the routes requiring authenticated users through a middleware.
By using the implicit model binding, you will get Laravel to solve for you the model instances you need.
In this class, you will see how to simplify your route system with Laravel to a single line, using resource routes.
Now, you will see how to centralize the logic of validation of requests using Laravel's Form Request, so that you save your controller of that responsibility.
Now that you know the essential components of a Laravel project, you will see how to create them using a single Artisan command (models, controllers, migrations, and factories).
Take advantage of blade components and templates to enhance your Laravel project.
Learn Laravel, while creating an eShop in the process. Bring to live all those ideas in your head after learning Laravel by doing.
The course is compatible with the latest version of Laravel. Of course, you are free to use any version, but I strongly recommend to use the latest one (even if it is not the initial version of the course).
Note: The main approach of the course is on that YOU learn Laravel, rather than just creating something specific with Laravel. Of course, I know you will like to create something with Laravel, so you will be applying everything you learn into an eShop.
Dominate the world of web development! It doesn't matter if you like PHP or not, with Laravel you are going to love it. Laravel brought PHP back to life and with this course, you will see why.
Laravel is not just a PHP framework... Laravel is, in fact, one of the most popular frameworks for web development in general (not only PHP).
It's your chance to grow
Laravel is very popular and continues to grow more and more. Hundreds of offers are posted daily for skilled developers in Laravel, so by mastering Laravel, you'll have plenty of open alternatives.
Why choose me?
Because I am always there to assist and guide your learning on Laravel. I will answer all your questions and comments during the course. ALWAYS.
More than 18,000 students appreciate the effectiveness of the answers to all their questions and the more than 4,000 positive ratings demonstrate this.
Because I not only teach you Laravel but also how to solve real-world problems with Laravel.
What is so good about Laravel?
Laravel is the most popular framework for PHP and not only that, it is among the most popular frameworks for web development in general. With Laravel, you can develop highly complex PHP applications in a very short time. During the course, you will see the enormous facilities that Laravel offers when implementing all kinds of complex or simple applications. Of course, for the course, you will be able to use the latest version of Laravel.
Why an eShop?
Remember, the app itself doesn't matter much if you focus on the concepts more than the applications. However, an online store is a very interesting topic for everyone due to its different requirements, which will allow exploring the features of Laravel in detail.
At the end of the course, you will have mastery of the characteristics of Laravel and you will have the confidence to start any Laravel project at your own.
Join now to master PHP and web development with Laravel:
Use the essentials to take advantage of Laravel (PHP, composer, databases)
Learn the characteristics of Laravel while building a high-level project
Learn the essences of Laravel (routes, controllers, views, models and much more)
Master main features of Laravel (Artisan, Eloquent, Blade, Laravel Mix just by mentioning a few)
Know the details creating projects with Laravel (relationships, migrations, factories, actions...)
Master and apply advanced Laravel functionalities (dependency injection, resource controllers, scopes, accessors, etc.)
Master the main facilities that Laravel offers you (user authentication, middleware, access control)
Why take this course?
For years I have provided online courses on multiple web development topics. Among so many topics, a course entirely dedicated to Laravel and not only to specific applications with Laravel is absolutely required. Teaching, in the process, all the experiences acquired with proper projects and those of the students throughout these years.
During all this time I have published multiple courses on different types of projects with Laravel and it was time to translate all that knowledge into a course that teaches the essence and general characteristics of Laravel.
The goal?
Explore the different and multiple features of Laravel to learn them while creating an eShop (a high-level application).
You will want to complete this course from start to finish, because with each functionality implemented for the eShop, you will progressively learn and go deep into the features of Laravel, from the essential to the advanced ones.
Is this course for you?
This course is probably for anyone (experienced or not). This course is for you if you meet at least one of these conditions:
You are a beginner or you want to start with the use and creation of web applications with PHP
You have experience with PHP and want to go to the next level using the most popular framework, Laravel
You want to start building your web applications from scratch using Laravel
You want to develop web projects in an agile and simple way thanks to Laravel and its features
You have experience in web development and want to specialize in using Laravel
The benefits you will get
The confidence create any web project with PHP and Laravel
The security of knowing how to build applications with Laravel in the correct way
Professional growth and huge job opportunities due to the growing popularity of Laravel
Build any Laravel project using the agile tools learned in the course
Everything you can think of. There is simply no limit once you start in this world.
Having said all this ...
Don't wait any longer. The world is moving fast and all your ideas and projects are waiting to be implemented in an effective and agile way with Laravel.
Just press the button to enter the course right now.
Join everyone in this Laravel learning process and be part of one of the best web development communities.