Libraries tagged by laravel guard
trench94/puppr
1 Downloads
Puppr is built for Laravel and used to guard modular SaaS applications
purcell/breeze-x
49 Downloads
A helper command to scaffold multiple authentication guards on your Laravel project
leonis/apikey-auth
161 Downloads
Laravel api key auth guard.
yurykabanov/jwt
365 Downloads
Laravel 5.x JWT guard provider
dpc/sans-model-auth
3 Downloads
Stateful Auth Guard without a User model for Laravel
leuverink/lockdown
5 Downloads
Easily lock sections of your Laravel app with Basic Access Authentication using convenient route middleware & configurable guards
mpyw/laravel-cached-database-stickiness
257682 Downloads
Guarantee database stickiness over the same user's consecutive requests
alasit/gardener
224 Downloads
Smart seeders for Laravel. created and developed by gizburdt
m-wardany/hash-ids
472 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique
guandeng/tracer
552 Downloads
Tracer Library for Laravel
geardev/laravel-bridge
717 Downloads
Logger. Part of toolkit to boost your development with Laravel and geardev.io
guandeng/laravel-rabbitmq
5 Downloads
Laravel RabbitMQ
guaranteed.software/laravel-datasource-tools
5 Downloads
Tools for extending the datasource functionality in Laravel
azulae/ceca-laravel
33 Downloads
Package ceca for Laravel 8
adamthehutt/laravel-unique-bigint-ids
1704 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.