Libraries tagged by larazeus
styde/seeder
6095 Downloads
Laravel's improved seeders
solbeg/laravel-vue-validation
249 Downloads
Extends Bootstrapper package. It automatically converts Laravel's request rules into Vee's rules.
smknstd/laravel-kms-encryption
6 Downloads
Replace Laravel's built-in encryption with an encryption based on AWS KMS
smcrow/laravel-slack-log
3800 Downloads
Utilizes Laravel's notifications to provide logging to slack at various levels. Inspired by Log4j.
simondavies/slimphp-vanilla
29 Downloads
A simple base app, using the PHP framework Slim at its heart, and implementing Laravel's Eloquent ORM
sigep/eloquent-enhancements
941 Downloads
This package aims to provide extra functionalities to Laravel's Eloquent
samushi/queryfilter
83 Downloads
This package allows you to filter, sort and include eloquent relations based on a request. The QueryFilter used in this package extends Laravel's default Eloquent builder.
rrr/schedule-list
1224 Downloads
List your Laravel's scheduled tasks
riste/repository
21 Downloads
Allow you to easily cache laravel models and retrieve from laravel's cache by extending AbstractRepository
renoki-co/laravel-steampipe
3 Downloads
Use Laravel's built-in ORM classes to query cloud resources with Steampipe.
renoki-co/laravel-ec2-metadata
3 Downloads
Retrieve the EC2 Metadata using Laravel's eloquent syntax.
rdallimore/eloquence
2433 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
rakshitbharat/extendeddatabase
243 Downloads
Extend Power of Laravel's ORM Eloquent with attaching more methods to it.
pixielity/laravel-attribute-collector
4 Downloads
A Laravel package that leverages composer-attribute-collector for attribute-based functionality. Enables developers to use PHP 8+ attributes to define routes, event listeners, scheduled jobs, and middleware directly in their code, which are then automatically registered with Laravel's systems during application bootstrap.
pion/laravel-swagger-test
3867 Downloads
Test your routes using Laravel's underlying request testing (without making real request) against your API schema.