Late Night Refactors #2:  Controller to Livewire Components

11 min read

Coding

Follow along as we transform a bloated Laravel BlogController into clean, maintainable Livewire components. Learn best practices for component organization and route optimization.

1
Using Tiptap Rich Text Editor with Livewire

15 min read

Coding

Combining Tiptap with Livewire can bring real-time interactivity to your Laravel applications. This guide will walk you through setting up and integrating the two, making it easier for developers to handle rich content editing and instant server communication.

1