Update week 31Mar-7Apr - Laravel 12 Livewire Volt 3 - Bluehackers, Routes and more

Hello and welcome to another week of updates, so I'm going to tell you about the updates for the week of March 31st to April 7th, which is the current date, starting

YouTube and Blog

As always, updates on the blog, its publication, and you can also get the code and what the YouTube channel is, then starting as always with the updates from last week.

Actualización semana 24Mar-31Mar - Laravel 12 Livewire Volt 3 Inertia 2? - PayPal, Django - https://youtu.be/yWgpZIGwbos

Here too, I got what Laravel Inertia dialogs are from the course; I simply explained how they work a little bit there, and the same thing but with Livewire:

In this case, obviously using Flux, which is the package here.

A video, a bit of an opinion on why killing Breeze in this case is a bit absurd to me. To summarize the idea of ​​the video, in which we had BRIS in Laravel 11, that is, installing a project in Laravel none without any additions. What I mean is, if we could select Livewire and Inertia in Breeze to have an authentication system just like what happened before with UI, but you don't know, they killed Breeze, but there's no replacement for Laravel, and the absurd thing about it is that for Livewire and Inertia an authentication system is not necessary, so I don't understand why they never migrated it or haven't migrated it to Laravel without any additions. So these are strange things that one doesn't fully understand, and anyway, that's what was commented there:

Por qué Matar a Breeze? Las 2 Cosas Que NO Me Gustan del Framework Laravel! - https://youtu.be/MCLkC5vQB98

Laravel routes are a mess since we have many types of routes, mind you, this is a little like who says what we have to pay for having so many functionalities, so many things in Laravel, so many ways of doing the same thing, that I think I always like a lot, but anyway, I think it's interesting to comment on it because we have like four forms of routes that are controllers that we already have several between the resource type or the normal ones, also the component ones, I think if I remember correctly, what happens is that I don't use the basic components of Laravel much, I use the Livewire ones, I think we can also link those routes if I remember correctly, we can also use the Livewire ones and the Livewire ones with Volts, so there are at least four, so the file gets a little crazy plus the same classification that we have in the routes that we can, for example, if we want to group a static method with the grouping from the route or directly as a helper method, there are like three different ways, or you directly pass it to the group, precisely, for example, you can pass the middlewire, you can do many things, so that's also a little confusing, and that's a bit of what was commented on there, the summary of the components:

Las rutas en Laravel SON un DESASTREEEE! - https://youtu.be/IP0IkIw_R9M

This is the video that I made right now I'm updating as I tell you the Livewire and Inertia courses for the dumb one that added the changed cover there so I make a summary video or sometimes what the changes were and I found it interesting to also make a small summary that was something that as who says they recommended me so well since I'm in this I took advantage and did it quickly since it is a complex component and there I take advantage and talk a little bit about several things that I also find interesting which is also the very strong point that we have here in Livewire if we compare it with Inertia is that really although it sounds absurd in Livewire we do have what is the reuse of components unlike inertia in which when you reference a component in Vue although the name is made of component but it is Vue it is not part of inertia it is simply an attached technology so even if you load a component in view from another component I know that it is a little bit abstract but that commented there it is a little bit absurd in the sense of that we are actually loading a view for the tree is a view while in Livewire we can load a component with all the power that this brings us, understand that behind it there is not only its view, its blade but also its associated class, something that we cannot do, at least for the moment in Inertia, which is really a quite important limitation:

Resumen, Componentes de Componentes en Laravel Livewire - Formulario paso por paso - https://youtu.be/_fAf-IzX6kM

We have there eh my new graphics card I've been trying to buy a blessed graphics card for a while now I have a 3070 Ti eh the TUF well it works pretty well for me the rest but the few advantages I have of being here where I am is that I can sell it more or less at a good price so every so often I like to update it since it's a 3 year old hardware so I think that it has more or less fulfilled its purpose and I prefer to sell it before that or rather today it still has some left but well or rather however long its lifespan goes by as much as who says on a technological level, that is to say at some point a component gets damaged or also on a level as who says why this, this, this, this is seen by the drivers it's a little bit what happens with the Apple ecosystem which its value its greatest value is the software this no matter what it is already has its days numbered in that sense although it still has a long way to go but well they are decreasing decreasing and I always prefer to have a little bit of more current hardware to precisely avoid possible problems so a little bit of that but precisely the curious thing is that I had recorded about this video a little bit the problem that we have right now is that everything is like a lottery you don't know what's going to come out I also mentioned it in that video and then this one came out which is the one that I wanted the most which has three fans since I didn't even want the white one because my entire set is black although I don't care but I didn't want it I mean it seems necessary to me and I like the fan selectors since I have a large case and in theory it is supposed to cool a little better so I canceled the other one and bought this one which costs the same price obviously they don't exist anymore but well I wanted like I mentioned the 70 Ti one but well one came out but what happens is that really when they increase the price more here it came out at 879 meaning we're talking about having this value this price as a base it's 50% more so it doesn't really add up for me or I mean I'm really not into buying this type of components since graphics cards have become very expensive in the last 4 or 5 years since they wouldn't cost that much but now they're almost at $1,000 for a computer component not really that no then I stayed in this then well there I comment a little bit a little bit of everything between that what I consider you and also what was right now on sale because also on Amazon there had been some good offers on the PNY one:

Mi nueva tarjeta Gráfica GeForce RTX 5070 12G VENTUS 2X OC WHITE, Buena compra? opinión! - https://youtu.be/pQsC5PqqEXE

Summary of the search filters listed and by date this is for Inertia it is the same a video that I took from the course for updates:

Resumen, Filtros para los Post, busqueda, listados y por fecha - Laravel 12 Inertia 2 - https://youtu.be/ErSeIlFX448

Features of a project in Livewire 3 with Laravel 12 a video in general there I have some still to publish and this that I'm going to publish right now that I have not published it right now the moment in which I'm recording this video is that already well obviously when you're watching this it's already published it's something that seems to me precisely based on what was commented above oh no lie this is another one I didn't say anything this is the part that one of the things that I didn't like about Livewire was precisely that we don't have a request object like we have in Laravel the controllers for this makes it much easier what is the data with which we are going to handle a form and also its validations therefore in Livewire in the Livewire component we have a lot of noise there in that sense if we have a long form then being with those fields there but I started to review a little that I didn't really know and they exist well I call it here class object it doesn't have a pre defined name eh we can create using the Livewire command form the name of the form we can create a form in which we can apply validations and other things here We only deal with the validations part and therefore we can at least solve that problem we have. The demo is good, what you can see here, the introduction I published here:

Courses and Books

A video from Blue Hackers, too. I'm not really doing it because I think I'm really trying to be honest, but I'm showing an excerpt from someone who's part of the Romu team that's pretty close to what I think. The details are in the video.

As for the courses and books here we have a little bit the same updates I went through the step by step some final changes that I made to fix a little bit I'm going to take advantage to fix some things that I may have left loose out there well this I published was in the Laravel base Laragon course, it is paid now everyone wants to be paid each one does what they want but man what a problem and here we are in the lao part final changes so far this I think was precisely for the columns and sorting part I did not put who it was for but well for a little bit the same the step by step more or less equal but what happens is that here I have a little bit more work because since we have a base bowl then I take advantage and every time I finish a section we make the changes if we make a as who says a new component then I go every now and then with this we did the step by step we were here a 20 minute video to copy all that content to components it is very easy to make the changes and over here also one thing that I found interesting was precisely the form that I mentioned above that I am also going to publish on YouTube if I haven't published it already, eh, another little thing that looks interesting is the blur that works like the lif and here in the part of the pagination list and everything, plus what you can see there are also some, well, again, the changes so far and an extra class that I found interesting, which is to put a filter button and that's all, sorry if it's a little long, but more than anything for the blue hacker part that wanted me again, as they are criticism videos, I like, so to speak, to leave my idea well established so that nothing is misunderstood out there, so nothing more to say, see you next week

Laravel 12 Inertia 2

  1. Resumen del formulario paso por paso
  2. Cambios finales en el paso por paso
  3. Cambios finales en los filtros para los posts
  4. Cambios hasta este momento, Ordenación de columnas en la tabla
  5. Aviso sobre Laragon
  6. Layout
    - Definimos el layout.
  7. Cambios hasta este momento

Laravel 12 Livewire 3

  1. Resumen: Paso por Paso

  2. Extra: Componentes a volt

    1. Haremos una demo de como usar Volt convirtiendo el componente de guardado.

  3. Extra: Objeto formulario

    1. Vamos a conocer como podemos simplificar el manejo del formulario creando una clase formulario

  4. Extra: wire:blur

    1. Veamos otro modificador para enviar los datos de un wire:model cuando el campo pierda el foco.

  5. Cambios hasta el momento: Listado Filtrado

  6. Extra: Limpiar Filtro

Acepto recibir anuncios de interes sobre este Blog.

Dialogs in Livewire and Inertia, and Auth for Laravel None? Laravel Routes Disaster, Form Object Livewire, Bluehackers, and More Courses and Books: Inertia and Livewire: Form Step by Step and Other Details Bluehackers, a Little More Context

- Andrés Cruz

En español

) )