PHP doesn't have a way to enforce strongly-typed inline variables natively. Enter Strictus: a package that brings strict typing enforcement to variables.
If you want to add some additional server checks for Spatie's Laravel Server Monitor Package, check out this extra server monitor checks package.
The Alpine Hooks JS module is a collection of hooks for useful things like hover, window resizing, and more.
If you want Laravel Pint to reformat your PHP code automatically when you save your file in PhpStorm
With the Laravel Blade Comments package by Spatie, you can add debug comments to your rendered Blade template output.
I wrote a procedurally generated game from scratch
The Flysystem adapter for Uploadcare makes it easy to use the Uploadcare API to upload and manage files in Laravel and PHP applications.
I write code blocks down that I know I won't use often and will forget about. Every so often I go through them to refresh my memory.
Faker Stripe is a provider for FakerPHP that generates fake but structurally correct IDs for Stripe API resources.
Read about how you can use "declare(strict_types=1)" to improve the type safety of your PHP code. We'll discuss how to make your code more robust and avoid type coercion in your code that can cause bugs in your code.
Let’s dive in and check out the ten most common security issues I've discovered during my security audits.
Pint is a PHP code-style fixer that's specifically created to work with Laravel. In this tutorial, I will show you how it works and how to automate its launch before or after you commit code to the repository.
Laravel Precognition was overhauled and ships with a fresh perspective on predicting the outcome of a future HTTP request.
Learn how to use ChatGPT to generate static and dynamic database seed files useful for populating your application development database.
To authenticate with Laravel Forge and Laravel Vapor CLIs, you can use 1Password and take advantage of the community shell plugins created by Andre Sayej.
The Laravel team release Octane v2 with support for Roadrunner v3!
Is observability the same as monitoring? What is the difference between observation and monitoring? What is the right tool for each specific monitoring problem? Read on to find out!
The Recurring Models package for Laravel is the ultimate solution for adding recurring functionality to your Laravel Models.
Learn about Laravel Task Runner, a package by Pascal Baljet that lets you write Shell scripts like Blade Components and run them locally or on a remote server.
Middleware isn't something new we have been using it in our applications for a while now for various usages, from Authentication, to Authorization and beyond.