Learn to develop full-stack web applications with Laravel 13, Vue 3, and Tailwind CSS, from installation to production deployment.
Over 24 chapters, you'll build complete CRUD applications, a secure REST API with Sanctum, authentication with Laravel Breeze, roles and permissions with Spatie, and a Vue 3 SPA frontend that consumes your own API.
You'll also see how to improve performance with caching and queuing, write tests with PHPUnit and Pest, and prepare your application for real-world environments.
Map
Chapter 1 - Required Software and Installing the Tools: The necessary software is explained, and its installation to develop in Laravel on Windows with Laragon or Laravel Herd or on MacOS Laravel Herd and MacOS and Linux with Laravel Sail and Docker.
Chapter 2 - Knowing general aspects of Laravel: We will talk about Laravel, we will create a project, we will configure the database, we will know basic aspects of the framework and finally we will know the main element that are the routes.
Chapter 3 - Routes, controllers, and views: We will take the first steps with the routes and the views, to start seeing screens through the browser; we’ll also cover using controllers with views; redirects, directives and blade as template engine.
Chapter 4 - Migrations: We will know the use of migrations, as a central element to be able to create the models, which are the layer that connects to the database, to a particular table; and, to have this table, we need the migrations.
Chapter 5 - MVC and CRUD: We will get to know the MVC, which is the heart of the framework, and we will make a few examples that will help us to continue advancing.
Chapter 6 - CRUD and forms: We will create a simple CRUD app, we will learn to work with the MVC, resource type controllers, lists, pagination, form validations, database access among other related aspects.
Chapter 7 - Session messages and flash: We will know how to send flash type session messages which we will use to confirm CRUD operations and session usage.
Chapter 8 - Routes: This chapter is oriented to learn the use of routes; which in Laravel are very extensible and full of options for groupings, types and options.
Chapter 9 - Authentication with Laravel Fortify (and Breeze): In this chapter, we will create an authentication system and everything that this entails for our application by installing Laravel Fortify with login and registration and creating role-based protection to handle different types of users in specific modules of the application.
Chapter 10 - Introduction to Tailwind CSS and Components: Let's improve our application's design by creating reusable styles for tables, buttons, layout, and more.
Chapter 11 - Common operations in Eloquent (ORM) and Query Builder: In this chapter, we will learn about some common Eloquent operations applied to the database using query builders.
Chapter 12 - Relationships in Laravel: We will see how to handle one-to-one, one-to-many, many-to-many, and polymorphic relationships to reuse models that have the same behavior.
Chapter 13 - Blade and Components in Blade: We will present the use of components in Laravel as a central element for creating a modular application and the use of the Blade template engine.
Chapter 14 - Seeders and Factories: We will learn to generate test data through classes using the seeder system that the framework incorporates.
Chapter 15 - Rest API: We will learn how to create a CRUD type Rest Api and additional methods to perform additional queries. Also we are going to protect the CRUD type Rest Api with Sanctum, using SPA and token authentication.
Chapter 16 - Consume Rest Api from Vue 3: We are going to consume the Rest Api through a CRUD application in Vue 3 using axios requests and web components with Oruga UI; we will also see the process of uploading files. Also we will protect the application in Vue with login required to access its different modules using SPA authentication or Laravel Sanctum tokens.
Chapter 17 - Cache: We are going to learn how to manage the cache, to save access data to improve application performance and avoid bottlenecks with the database.
Chapter 18 - Gate and Policies (Authorization and Authorization): We are going to learn how to manage access policies to certain application modules through Gates and Policies.
Chapter 19 - Roles and Permissions (Spatie): We will see how to manage the permissions and roles of a user to authorize certain parts of the application with a flexible scheme widely used in web applications of all types using Spatie, in this chapter we will learn how to carry out this integration and we will develop a module to manage this permit.
Chapter 20 - General features: In this chapter, we will see how to handle configurations, environment variables, create help files, send emails, logging, collections, Lazy and Eager Loading, mutators and props, queues and jobs and topics of this type that as we discussed before , are fundamental in the development of web applications.
Chapter 21 - Essential packages: In this chapter, we will learn about important packages in Laravel to generate excel, qrs, seo, PayPal, detect mobile navigation among others.
Chapter 22 - AI applied to Laravel: Laravel Boost and Laravel AI: We present the use of AI in Laravel, using the two main packages we have available and how we can use it with other tools like OpenCode.
Chapter 23 - Testing: We will learn how to create unit and integration tests in the Rest Api and the blog application using PHPUnit and Pest.
Chapter 24 - Deployment: We will talk about how you can push your Laravel application to production.
I invite you to visit my website:
desarrollolibre.net
And get to know my work.