Update week 16Dec-23Dec - Testing Livewire, Delta Flutter, Laravel Cashier, Vue Stripe and +

Youtube, Laravel Cashier, Vue Stripe, Alpine, Duolingo, Delta and HTML in Flutter Courses, Laravel Testing Livewire and Inertia, Laravel Cashier

Hello everyone and welcome to another week in which I will talk about the updates of all the content that I uploaded for the week of December 16th to 23rd. Yes, I work practically all year from end to end simply because I like it, not because I feel obligated or anything like that.

Youtube

So here we are going to start as always with the videos from the YouTube channel, in this case last week's update.

You can see this other one, it's a very personal video. I use the Duolingo app, I've been using it for more than 8 years, so I've been there since day one, how it worked before and I'm commenting on how it's before and now, and it's one of the few things or the few times that you say that it's worse now than before. Although now it has more options, it works better, it has more logic, technology is evolving, but it's happening a bit like Evernote and they're making it more monetized, which is good because obviously the company has to live, but the motto that education was free really fell away because it's a lie. At this point, if you want to learn a new language with DuoLingo, it's impossible, and it's precisely because of the hearts system, they're simply five hearts that they give you for the free version, that is, without paying, and if you run out of those hearts, you have to wait 5 hours for them to get one back, then you're learning a new language, especially the complicated ones, for example, for someone who speaks Spanish, the most complicated ones that in English could be German, French, Japanese, tell me, Chinese. Obviously, in a lesson, you have to evoke many times. and that is insufficient, it is impossible to learn it like that and it is a bit what I comment there, in the same way there is the video in case you want to see it as I tell you, I have been using the application for a long time, I even show you my streak that is more than 8 years and well it works for me, it is to practice English, which obviously I already have a more or less decent level, so to practice it does work but to learn a new language forget it

We continue here a little with the part of the unit integration tests as you want to see it in this case with Livewire since you finally finish the one with inertia, well I will comment on that right now in a few moments and I will show you

Here is a public video that is to do the first test with Livewire since as it happens with inertia we have base laravel but we also have the additional layer of complexity in this case Livewire which is the use of components instead of controllers, so here I give you, as they say, the final sample here we have

A specific video for the YouTube channel in which I show you how you can create content and you can use precisely This type of thing is that this is a CKEditor but in this case in Flutter since we remember that Flutter is not for directly handling html so here it changes a little bit then here you can use what are the Deltas that work in a similar way to what is html and with this is what some plugins use and I show you there one of the ones that I have configured for the Academy application

Here we also have some videos for or just one I don't know if there is another one down here for the todo list application that I am showing you how to do it with alpin that is part of the complete course and also of the old Laravel course that I am publishing here little by little that we are here creating the login window there you have it too

I have published several videos on how to integrate stripe with arabel in this case not only using Laravel Cashier but I went a little further or started a little simpler which is using a plugin called Vue Stripe that works great for making one-time payments So we are starting from there and we are seeing other features, that is, what else do we need to have the account in Stripe to create the product in test mode keys to all that

So I'm going to be publishing several videos, not so many because the essence is obviously going to be in the course and in the book, which are the paid resources, but here, as always, I'm releasing certain important things in case you want to know how to use them, and this is practically everything that the YouTube channel refers to.

Courses

Así que vamos a las actualizaciones en los cursos y libros que por cierto la semana pasada también ya subí lo que es las actualizaciones o mejor dicho ya publiqué la versión del Laravel 11 para el libro de inertia porque ya terminé ya lo terminé precisamente ya terminé todo lo que se refiere a las pruebas de integración así que ya liberé la versión lo puedes adquirir en cualquiera de las plataformas que yo tengo aquí disponible en mi blog.

Laravel Inertia book updated for version 11 and new Testing chapter:

https://www.desarrollolibre.net/libros/first-steps-with-laravel-inertia

I'll show you them right now in case you don't remember, we came here to books and here you have it in Spanish and English, so here what was commented here we have the last tests that I was missing only these two to complete it and also here we continue with the tests in lw in this case we are with the step by step that we just finished just a few moments ago with the validation errors for the third step of detail and I started here with the cart problems here are the steps here as I tell you

I took up the basic Laravel course again in this case for the Laravel Cashier part with Viu and Stripe and it is a bit of what was commented, I have published several of these videos or practically all of them, although I have them uploaded there already on the YouTube channel, I have not released them yet but I am releasing all of these that you can see here so that you understand how to expand it and once the basic part is done and yes, I will stop publishing this content on the YouTube channel so nothing.

Integración con Livewire - Prueba

  1. Paso por Paso: Segundo paso, Person, Edit

    1. Vamos a crear las pruebas para el segundo paso, el de person del formulario paso por paso, editar.

  2. Paso por Paso: Tercer paso, Detail, Edit

    1. Vamos a crear las pruebas para el tercer paso, el de detail del formulario paso por paso, editar.

  3. Paso por Paso: Primer paso, General, Error de validaciones

    1. Prueba para crear un contacto general con errores de validaciones.

  4. Paso por Paso: Primer paso, General, Edit, Error de validaciones

    1. Prueba para editar un contacto general con errores de validaciones.

  5. Paso por Paso: Segundo paso, Company, Error de validaciones

    1. Prueba para crear/editar un contacto compañía con errores de validaciones.

  6. Paso por Paso: Segundo paso, Person, Error de validaciones

    1. Prueba para crear/editar un contacto persona con errores de validaciones.

  7. Paso por Paso: Tercer paso, Detail, Error de validaciones

    1. Prueba para crear/editar un contacto detalle con errores de validaciones.

  8. Carrito: Index

    1. Vamos a crear la prueba para verificar el index del carrito de compra.

Integración con Inertia - Pruebas

  1. Corrección filtrado

    1. Vamos a corregir algunos errores del listado de posts.

  2. Prueba para filtros

    1. Vamos a crear una prueba para el filtro de testing.

 

Laravel Cashier, Vue y Stripe

 

  1. Stripe y Laravel: Introducción a Stripe y Laravel Cashier

    1. Vamos a dar una introducción a todo el ecosistema de Stripe y Laravel

  2. Instalar y configurar Laravel Cashier

    1. Vamos a instalar y configurar Laravel Cashier

  3. Instalar Vue Stripe

    1. Vamos a instalar Vue Stripe.

  4. Crear Price Id y el Dashboard de Stripe

    1. Vamos a crear el price ID en el dashboard de stripe.

  5. Vue Stripe: Crear Componente

    1. Vamos a crear el componente y adaptarlo a nuestras necesidades.

  6. Integración solo en el cliente, riesgos y limitantes

    1. Vamos a habilitar la integración con el cliente y hablar sobre las limitantes y riesgos.

  7. Explicar el código anterior

    1. Vamos a explicar el código anterior

  8. Parámetros

    1. Vamos a conocer el resto de los parámetros que podemos utilizar.

Blog

This is what you can see here this week there is no coupon this right now crazy they are already finished for the month and now with this we move on to the updates at the level that there is not much change really here what I am telling you are more than anything the updates for laravel cashier there I have several videos here also a very specific class that I think also Here I uploaded it as a video which is when to use the properties in the controllers of the base there I show you precisely an example I am talking about that since we can always forget that in the end a controller is a class with all the great advantages that this brings us the casir as I was telling you here the Delta part here you can see an example this is being the Delta format which is a kind of Jason that tells us at the option level if it is bold c color and so on and this is obviously the html then there we also have functions that allow us to convert from Delta html and from html to Delta Well as mentioned the wild capitalism of duollingo and this is already part of last week So nothing That's all the content that I uploaded for the week mentioned and without further ado Merry Christmas and see you next week or next year, I don't know if next week I'll upload another video here.

It's also important as I was telling you, I'm going to take advantage of all this part of strike and PayPal to see if this new year once Laravel 12 comes out I start working on a project and with this I'll do a course and a book and I'll also release something on YouTube to create an online store using Laravel, which from what I've seen has quite a following and I'm going to see if I get into it so well, I'll just tell you next year and if more than December we'll see each other when we have to see each other

- Andrés Cruz

En español

Andrés Cruz

Desarrollo con Laravel, Django, Flask, CodeIgniter, HTML5, CSS3, MySQL, JavaScript, Vue, Android, iOS, Flutter

Andrés Cruz En Udemy

Acepto recibir anuncios de interes sobre este Blog.

!Cursos desde!

10$

En Udemy

Quedan 1d 10:42!


Udemy

!Cursos desde!

4$

En Academia

Ver los cursos

!Libros desde!

1$

Ver los libros
¡Hazte afiliado en Gumroad!