Libraries tagged by LaravelS
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
richdynamix/laroute
9847 Downloads
Access Laravels URL/Route helper functions, from JavaScript.
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.
rap2hpoutre/laravel-epilog
4549 Downloads
More info in laravel's log
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.
pingpong/whoops
258 Downloads
With this package you can get the whoops errors style like the laravel's style in versions 4.0 and 4.1.
pikanji/dusktests-plugin
281 Downloads
Enables to write test using Laravel's Dusk test framework.
phpexperts/env
6 Downloads
Use Laravel's pre-5.8 env() function in your non-Laravel projects.
pendalff/eloquent-joins
2644 Downloads
Support for joins at the relationship level in Laravel's Eloquent ORM.
pdeio/redis-driver-fallback
3440 Downloads
When the redis server stops, a second cache driver starts working. Laravel's cache can be cleared whenever the redis server is returned or the second cache driver is started. In this way, the cache system remains synchronized without the problem of loading the old cache registers.