Recent

From the Blog

Introducing: NativePHP Starter-Kit Image
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.

Exploring PHP 8.5's New Pipe Operator: A Fresh Perspective Image
Vanilla PHP

Exploring PHP 8.5's New Pipe Operator: A Fresh Perspective

Among the exciting features in PHP 8.5, the pipe operator stands out as a game-changing addition to the language's syntax arsenal. This innovative operator transforms how we write sequential operations, making code more intuitive and less nested. Let's dive into this new feature and discover how it can revolutionize your PHP coding practices.

PHP 8.5's New Stack Trace Support for Fatal Errors Image
Vanilla PHP

PHP 8.5's New Stack Trace Support for Fatal Errors

PHP 8.5 introduces a game-changing feature that developers have been eagerly awaiting: comprehensive stack trace support for PHP Fatal errors. This enhancement represents a significant improvement in PHP's error handling capabilities, making debugging critical issues more straightforward and efficient than ever before.

Filament & Jetstream Template Upgraded to Laravel 11 Image
Filament

Filament & Jetstream Template Upgraded to Laravel 11

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

Using OpenAI to generate 1000 test questions for $6 Image
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.

Using Mailtrap on your mobile device to test deep and universal links in NativePHP apps. Image
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.