Last Month
Ban Users and IPs in Your Laravel App With Banhammer
Banhammer for Laravel offers a simple way to ban any Model by ID and IP; it also allows blocking requests ...
Laravel CI with GitHub Action
GitHub Actions is a fantastic way to run your Continuous Integration workflows, from running your tests to checking static analysis ...
Laravel 10.1 Released
The Laravel team released 10.1 this week with Process standard input, removing return types for controller stubs, and more. ...
Saloon 2 is Here
The Saloon package for PHP released version 2, rebuilt from the ground up with faster concurrency, retries, solo requests, and ...
5 Underrated Filament Features
There's no better feeling than discovering that a package you love has a powerful piece of functionality that you haven't ...
Last Year
Glob-like File and Pattern Matching Utilities for PHP
Splat is a utility that provides glob-like file and pattern matching for PHP. ...
Find Missing Translations with the Laravel Translations Checker
The Laravel Translations Checker package finds missing translations in the languages you support. ...
Given-When-Then Plugin for Pest
Given-When-Then (GWT) is a plugin that brings behavioral style testing to Pest. ...
Use Laravel Dusk to Test JS-Based Applications
Laravel Husk is a thin, light scaffolded Laravel Dusk environment that allows you to test JavaScript applications with Pest and ...
Tutorial: Build Metabase Maps with Geocodio
This tutorial will show you how to pull in all the geographical data you need from Geocodio to fully utilize ...
Two Years Ago
Prohibited Validation Rules in Laravel
Laravel 8 has three new "prohibited" validation rules. Let's walk through a few examples of where these rules are useful, ...
JSON Type Assertions and a "prohibited" Validation rule Are Now In Laravel 8.34
The Laravel team released 8.34 with type assertions in the fluent JSON API, a 'prohibited' validation rule, a new event ...
The March Laravel Worldwide Meetup is today
The next Laravel Worldwide Meetup is today at 15:00 EDT, and the topics include Signing in with Laravel and Once ...
Laravel Blade Icons Stable Release
Laravel Blade Icons was tagged as stable (v1.0.0) yesterday with exciting new features like caching and a default icon component. ...
Laravel SMTP Crack
Spammers have one goal, send as much spam as cheaply as possible, with good IP's that are not blocked, and ...
Mastering PhpStorm
A video course for the state-of-the-art PHP developer who wants to work efficiently and successfully in PhpStorm ...
wrk - a HTTP benchmarking tool
wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It ...
A new missing() callback for resource routes and a StringEncrypter interface are now in Laravel 8.33
The Laravel team released 8.33 with the ability to define a missing() callback for resource routes, and a StringEncrypter interface. ...
|