Libraries tagged by lasr
jdavidbakr/mail-tracker
1075247 Downloads
Logs and tracks all outgoing emails from Laravel
jasongrimes/paginator
1154231 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
1107830 Downloads
Biblioteca PHP para validação de documentos do Brasil usando Laravel
garygreen/pretty-routes
1053035 Downloads
Pretty routes for Laravel 5+
devdojo/auth
41838 Downloads
The auth package to make authentication in your laravel applications easy to use.
consoletvs/charts
3326230 Downloads
The laravel charting package
cerbero/json-parser
321739 Downloads
Zero-dependencies pull parser to read large JSON from any source in a memory-efficient way.
bkwld/cloner
1740200 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
based/momentum-modal
353706 Downloads
Build dynamic modal dialogs for your Inertia-powered Laravel apps
backpack/generators
2257464 Downloads
Generate files for laravel projects
artisansdk/ratelimiter
2640407 Downloads
A leaky bucket rate limiter and corresponding middleware with route-level granularity compatible with Laravel.
amirami/localizator
384087 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
1394272 Downloads
Eager load pivot relations for Laravel Eloquent's BelongsToMany relation.
hammerstone/airdrop
1145320 Downloads
A Laravel package to deploy your application faster by skipping asset compilation when possible.
zschuessler/laravel-route-to-class
368300 Downloads
A Laravel view composer that will convert the current route to a body class. 'admin/product/5/edit' becomes 'admin-product-edit'