A lightweight VS Code extension that auto-loads your database and provides affordances from your database to aid development and debugging.…
Laravel
A Laravel package to send notifications to Microsoft Teams Source: Read MoreÂ
lua.sh is a next-generation, scalable, and open-source URL shortener built with the modern stack of Laravel, Vue 3, and Inertia.js.…
Explore Laravel’s times method for generating sequential collections and learn to create numbered sequences and calculated datasets, perfect for time…
Laravel Debounce is a package that gives you a debounce effect on jobs, notifications and artisan commands with a nice…
The DeepSeek Laravel package makes using the DeepSeek v3 AI models in your projects easy with PHP and Laravel. The…
These days, real-time communication isn’t just expected — it’s essential. Our users are done with waiting for full-page refreshes to…
PeckPHP is a command-line tool developed by Nuno Maduro that meticulously scans your codebase for potential mistakes in wording and…
When building web applications, redirecting users between different parts of your application is a common requirement. While Laravel offers several…
A Laravel wrapper for version 4 of the IGDB API (Apicalypse) including webhook handling Source: Read MoreÂ
A Cos storage filesystem for Laravel. Source: Read MoreÂ
Laravel’s API Resources provide elegant methods for conditionally including attributes in your responses, allowing you to create flexible and efficient…
GGH is a small CLI application that recalls your SSH sessions and searches your SSH configuration file. It’s a lightweight…
Laravel’s View::share method provides a straightforward way to make data available across all views in your application, perfect for handling…
The Laravel Model Metadata package is designed to manage metadata in your Eloquent models with JSON support for multiple data…
Bag is a PHP and Laravel package for Immutable Value Objects, inspired by Spatie’s laravel-data package. It can help you…
Laravel’s AsStringable cast transforms model attributes into Stringable objects, providing fluent access to Laravel’s powerful string manipulation methods directly from…
As the new year begins, many of us set recurring goals—daily workouts, weekly meetings, or monthly reflections. Tracking these commitments…
Last week the Laravel team released v11.37, which includes new Eloquent relation methods, an option to ignore case with Str::is(),…
Laravel’s streaming response feature enables efficient handling of large datasets by sending data incrementally as it’s generated, reducing memory usage…