Best of LaravelJanuary 2022

  1. 1
    Article
    Avatar of lnLaravel News·4y

    Migrator is a GUI Migration Manager for Laravel

    Migrator is a migration manager for Laravel. You can create, migrate, delete, and roll back your migrations. It provides a simple interface powered by Livewire that enables you to see the status of each migration easily. By default, the /migrator UI is locked down via auth middleware.

  2. 2
    Article
    Avatar of devdojoDevDojo·4y

    How to create a simple event streaming in Laravel?

    Event streams provide you with a way to send events to the client without having to reload the page. This is useful for things like updating the user interface in real-time changes are made to the database. In this article, I will show you how to create a simple event streaming in Laravel.

  3. 3
    Article
    Avatar of towardsdevTowards Dev·4y

    Build a Real-Time Chat App with Laravel and React

    Build a Real-Time Chat App with Laravel and React. Laravel Echo, Redis, Inertia.js, TailwindCSS stack. Build a real-time chat app with LaraVEL and React Laravel. Echo, Breeze, Socket.io, and Redis are all available in Laravel 8.