Things that are too long to tweet.

Implementing Markdown Alerts with CommonMark

In this blog post, I’ll walk you through the implementation of the alert extension that recognises all the alert types typically supported by GitHub.

5 Must-Haves in Your Laravel AppServiceProvider

When you start a new Laravel project make sure these things are included in the AppServiceProvider.

Everything You Need to Know About Laravel's Maintenance Mode

Laravel's Maintenance Mode is a feature that helps manage temporary disruptions during website updates or maintenance tasks. When activated, it displays a customizable maintenance page to users, ensuring they are informed while minimizing disruption.

What's New in the Filament Access Secret v3.0 Plugin

The filament access secret plugin now supports for multiple panels with different secret keys.

How to Use Livewire Dropzone

The Livewire Dropzone component makes uploading files much easier. It lets you upload many files at once and checks if they're okay based on your rules in Laravel. Plus, you can customize it however you want.

Securing Filament Access with Filament Access Secret

Filament is a powerful admin panel for Laravel applications, offering a user-friendly interface for managing data. However, you may want to add an extra layer of security to your Filament installation to restrict access. That's where the "Filament Access Secret" package comes in handy. In this blog post, we'll explore how to secure Filament access by requiring a secret key in the URL.

How to use Quill Rich Text Editor with Livewire

Are you looking for a way to create dynamic and interactive text inputs in your Laravel application? Look no further than Quill Rich Text Editor.