Libraries tagged by lasr
konekt/concord
1030180 Downloads
Concord is a Laravel Extension for building modular Laravel Applications
joshfraser/php-name-parser
937947 Downloads
PHP library to split names into their respective components (first, last, etc)
jdavidbakr/mail-tracker
1073312 Downloads
Logs and tracks all outgoing emails from Laravel
jasongrimes/paginator
1152539 Downloads
A lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses.
geekcom/validator-docs
1106175 Downloads
Biblioteca PHP para validação de documentos do Brasil usando Laravel
garygreen/pretty-routes
1051221 Downloads
Pretty routes for Laravel 5+
devdojo/auth
41443 Downloads
The auth package to make authentication in your laravel applications easy to use.
consoletvs/charts
3321047 Downloads
The laravel charting package
cerbero/json-parser
319670 Downloads
Zero-dependencies pull parser to read large JSON from any source in a memory-efficient way.
bkwld/cloner
1735745 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
based/momentum-modal
352769 Downloads
Build dynamic modal dialogs for your Inertia-powered Laravel apps
backpack/generators
2253187 Downloads
Generate files for laravel projects
artisansdk/ratelimiter
2631844 Downloads
A leaky bucket rate limiter and corresponding middleware with route-level granularity compatible with Laravel.
amirami/localizator
382583 Downloads
Localizator is a small tool for Laravel that gives you the ability to extract untranslated strings from project files. It works using the artisan command line and the provided localize command.
ajcastro/eager-load-pivot-relations
1390826 Downloads
Eager load pivot relations for Laravel Eloquent's BelongsToMany relation.