Pagination is a common feature in web applications. Almost every Laravel application I've ever worked on has had some form of pagination implemented.
Pagination is a common feature in web applications. Almost every Laravel application I've ever worked on has had some form of pagination implemented.
This week, the Laravel team released v11.30, which includes defer testing helpers, the ability to define custom unique string IDs for Eloquent models, the use of backed Enums with AuthorizesRequests
, and more.
Laravel Herd has added native MongoDB support, making it super easy to integrate MongoDB into your Laravel applications.
The Laravel Unsplash package provides an easy way to integrate your Laravel project with the Unsplash API. Use the API to fetch photos, collections, and user data from Unsplash:
Blasp is a Laravel profanity filter package that helps detect and mask profane words. It provides profanity detection, substitution options, obfuscation, and more.