Recent Articles

Original Laravel

Laravel Queue Cheatsheet

Let;s define some of the more confusing configurations in Laravel queue management.

Anthony Rappa Anthony Rappa

Anthony Rappa

2 min read
585 views

Original Filament

Filament 3 Jetstream 4 Template Update

It's been a few months so lets update dependencies and add a few new features.

Anthony Rappa Anthony Rappa

Anthony Rappa

0 min read
1,104 views

Original Filament Livewire Series: Filament CRM

Building a CRM with Filament 3, Part 3: Projects

Let's add support for projects to our customers resource.

Anthony Rappa Anthony Rappa

Anthony Rappa

2 min read
1,931 views

Original Filament Laravel Livewire Series: Filament CRM

Building a CRM with Filament 3, Part 2: Customers

Lets add a customers resource to Filament so we can create, edit, and delete customers.

Anthony Rappa Anthony Rappa

Anthony Rappa

7 min read
2,845 views

Original Filament Livewire Laravel Series: Filament CRM

Building a CRM with Filament 3, Part 1: Installation

In this series we are going to test our Filament knowledge and build a CRM from the ground up. No existing knowledge of Filament is required.

Anthony Rappa Anthony Rappa

Anthony Rappa

4 min read
4,734 views

Original Laravel Filament

Jetstream 4, Filament 3 Template

A fresh installation of Laravel 10 with a Filament 3 backend and Jetstream 4 frontend. Tons of packages pre-installed and configured including roles/health/backups/timezones/settings/impersonation and more.

Anthony Rappa Anthony Rappa

Anthony Rappa

1 min read
3,819 views

Top Packages

Original Template v8.3.1 5,550

Laravel Boilerplate

Laravel Boilerplate provides you with a massive head start on any size web application.

Original Package v3.2.4 1,656 1,483,617

Laravel Livewire Tables

A dynamic table component for Laravel Livewire.

Original Package v4.0.0 722 377,015

Laravel Authentication Log

Log user authentication details and send new device notifications.

From The Community

Community Livewire

Embed Livewire Components Using Wire Extender

Wire Extender allows you to embed any Livewire component on any website or even within a static HTML file.

wire-elements.dev

146 clicks
146 views

Community Laravel Validation

Validate Data Types in Laravel Collections Using the `ensure()` Method

The ensure() method allows you to ensure that the items in a Collection are of a specific data type. If an item in the Collection is not of the specified data type, the method will throw an UnexpectedValueException.

ashallendesign.co.uk

182 clicks
182 views

Community Package 1.5.0

Laravel PDF

This package provides a simple way to create PDFs in Laravel apps. Under the hood it uses Chromium to generate PDFs from Blade views. You can use modern CSS features like grid and flexbox to create beautiful PDFs.