Libraries tagged by laravelrus
memdev/laravel-frontend-policy
815 Downloads
Using Laravel's authorization on the front-end.
maherio/graceful-cache
5096 Downloads
A wrapper for Laravel's Cache Repository to allow for graceful caching.
madnh/laravel-model-labels
3123 Downloads
Support get label of model's fields, from model::$labels property or Laravel's localization features
madlab/multi-server-scheduling
18564 Downloads
This package extends Laravel's native Command Event class to add functionality that prevents events from overlapping when ran in multi server environments. This is achieved using Laravel Cache
lowel/laravel-service-maker
31 Downloads
A package for Laravel 9+ that helps generate layered services according to the Interface-Service-Factory pattern using laravel's built-in DI.
lbausch/laravel-fortress
745 Downloads
Roles and Permissions for Laravel's Authorization
laniakea/middleware-priority
267 Downloads
More flexible way to manage Laravel's HTTP middleware priority.
kardigan/laravel-kong-jwt
1141 Downloads
Middleware to add kong jwt claims to laravels config
jrsaunders/shard-matrix
1483 Downloads
A Complete Database Sharding system for MYSQL and/or Postgres. Using Laravels Query Builder easily scale up your application. Configure your whole solution in one Yaml Config file.
johnnyfreeman/artisan-cli
613 Downloads
A global command line tool for Laravel's Artisan.
joegreen0991/config
3267 Downloads
Config component based on laravel's
joegreen0991/cacher
6406 Downloads
Cache component based on laravel's
ixianming/laravel-route-service-provider
42 Downloads
Laravel's route management extension, supports Laravel 5.3 and above, Laravel 6, Laravel 7, Laravel 8, Laravel 9. Based on Laravel's route service provider, provides more convenient and powerful routing management services. Please read README.MD for more details.
isolution/meta-data
46 Downloads
This service provides a dynamic and flexible way to manage key-value structured data, allowing developers to seamlessly handle unknown or loosely defined attributes in their Laravel applications. By leveraging Laravel's powerful Collections and Eloquent ORM, the service introduces a structured approach to store, retrieve, and manipulate data stored as key-value pairs.
inani/lazy-belongs-to-many
31 Downloads
A lightweight implementation of Laravel's BelongsToMany relationship