Yannick Lyn Fatt

Staff Writer at Laravel News and Full stack web developer.

Subscriptionify: Feature-Based Subscription Management for Laravel

Subscriptionify is a gateway-agnostic Laravel package for modeling plans, features, usage quotas, and optional overage billing without tying your appl...

Read article

Refresh Your Laravel Database Without Dropping Every Table

Custom Fresh adds a fresh:custom Artisan command that rebuilds your Laravel database while leaving the tables you name untouched.

Read article

Generate Short, URL-Safe IDs From Numbers With Sqids

Sqids is a PHP library that encodes one or more integers into short, URL-safe strings and decodes them back, with options for minimum length, a custom...

Read article

Advanced Eloquent Query Filtering with Filterable

Filterable is a Laravel package that provides multiple engines for advanced, scalable filtering of Eloquent models, including support for nested JSON...

Read article

Audit Laravel Apps for Security Issues with Checkpoint

Checkpoint is a dev-only Artisan command that runs 26 static security checks against a Laravel application, covering dependency CVEs, hardcoded secret...

Read article

In-Memory Eloquent Models with Truffle

Truffle is a Laravel package that allows Eloquent models to be backed by an in-memory SQLite database, enabling developers to query static data with E...

Read article

Parsel: Parse PDFs, Office Documents, and Images in PHP

Parsel is a PHP package that wraps the liteparse lit CLI to extract text, positioned items, and screenshots from PDFs, Office files, and images locall...

Read article

Typed Objects for Eloquent with Expressive

Expressive is a Laravel package that converts Eloquent models into typed PHP objects and converts them back to models for persistence, giving your app...

Read article

Laravel Fluent Validation: An Object-Oriented Rule Builder

Laravel Fluent Validation provides a fluent, type-safe API for building validation rules, replacing traditional string-based syntax with IDE-friendly...

Read article

Laravel Paper: A Flat-File Eloquent Driver

Laravel Paper is an Eloquent driver that allows you to use Markdown and JSON files as data sources while maintaining the familiar Eloquent query API.

Read article

Simple Feature Flags for Laravel with Laravel Toggle

Laravel Toggle is a lightweight feature flag package for Laravel that controls global on/off switches through environment variables, the database, or...

Read article

Use a Google Sheet as Your Laravel Database with the Google Sheets Database Driver

Laravel Google Sheets Database Driver let's you register Google Sheets as a database connection, so Eloquent and migrations can read and write directl...

Read article