Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 2.19 KB

README.md

File metadata and controls

64 lines (34 loc) · 2.19 KB

Laravel Packages

Library packages list for Laravel.
Each package follows the latest Laravel version.

Auth

Apply specific scope for user authentication.

Null Guard for Laravel. Designed for Middleware-based authentication and testing.

Database

Advisory Locking Features for Postgres/MySQL/MariaDB on Laravel.

Guarantee database stickiness over the same user's consecutive requests.

topclaudy/compoships + staudenmeir/eloquent-eager-limit

A tiny extension of MySqlConnection that manages session system variables.

Temporarily enable/disable PDO prepared statement emulation.

A tiny macro that reuse a global scope class as a local scope.

[Experimental] Database Mocking Library which mocks PDO underlying Laravel Connection classes.
(Using mpyw/mockery-pdo)

Pagination

Rapid pagination for Laravel.
(Using lampager/lampager)

Validation

A tiny extension that reports validation error details about uploaded files.

Console

Call interactive artisan command using arbitrary stream instead of STDIN.