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
PHP Secure Coding: Don't Let the Code Get Loose

7 min read

Coding

Discover the hidden dangers of loose comparisons and type juggling in PHP. Learn how to secure your code with strict comparisons and match expressions to avoid common pitfalls and enhance your development skills.

2
Dark Theme with Laravel Tailwind and Alpine.js

13 min read

Coding

Dive into the mysterious allure of dark mode with 'Dark Theme with Laravel Tailwind and Alpine.js.' In this thrilling adventure, we'll embrace the sleek elegance of Tailwind, and explore the dynamic peaks of Alpine.js. Join us in this nocturnal expedition, and let your website bask in the dark side!

4
Refactoring Laravel with conditional classes - @class

8 min read

Coding

Learn how to use the @class blade directive and up your laravel refactoring game!

4