New: NativePHP Starter-Kit

Recent Articles

Original Filament NativePHP Laravel

Introducing: NativePHP Starter-Kit

A NativePHP app with a Laravel API Bridge and Filament 3 Backend, both with an internal core package you can use for common functionality.

Anthony Rappa Anthony Rappa

Anthony Rappa

1 min read
1,365 views

Original CLI NativePHP

Using Mailtrap on your mobile device to test deep and universal links in NativePHP apps.

I couldn't find a good way to test deeplinking locally without mailtrap, or putting my API on a test server to have it send actual mail. So here's how to run it on your phone.

Anthony Rappa Anthony Rappa

Anthony Rappa

1 min read
419 views

Original AI Laravel

Using OpenAI to generate 1000 test questions for $6

Learn how I used OpenAI to generate 1,000 quiz questions for the quizzes feature of this site, all for $6.

Anthony Rappa Anthony Rappa

Anthony Rappa

4 min read
4,631 views

Original Filament

Filament & Jetstream Template Upgraded to Laravel 11

Added Laravel 11 support, email log, example admin theme override, and more.

Anthony Rappa Anthony Rappa

Anthony Rappa

0 min read
4,302 views

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
3,407 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
3,286 views

Top Packages

Original Template v8.3.1 5,639

Laravel Boilerplate

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

Original Package v3.7.3 1,891 2,130,784

Laravel Livewire Tables

A dynamic table component for Laravel Livewire.

Original Package v5.0.0 872 907,122

Laravel Authentication Log

Log user authentication details and send new device notifications.

From The Community

Community Laravel

Mastering Laravel Collections

Laravel’s Collection class is one of the most powerful and expressive features of the framework. While it often flies under the radar for newcomers, mastering collections can significantly simplify your code, increase readability, and give you more contro

saasykit.com

78 clicks
78 views

Community Laravel

Parallel Processing with PHP: why, how, and when

When we think of PHP, we typically imagine synchronous, single-threaded code that handles one task at a time. But PHP is more versatile than it's often credited for. Thanks to the process control (pcntl) support, PHP can manage parallelism through proces

dev.to

80 clicks
80 views

Community Package

Flowforge

Flowforge is a powerful Kanban board package for Laravel Filament 3 that works seamlessly with your existing Eloquent models. This package allows you to transform any model into a Kanban board with minimal configuration, without requiring additional database tables.