Libraries tagged by laravel sage
sadegh19b/laravel-persian-lang
247 Downloads
Persian language files for Laravel
microweber-packages/laravel-config-extended
28004 Downloads
Config rewrite for Laravel. Allows to save key and values in config files.
datomatic/laravel-hubspot-email-notification-channel
7223 Downloads
Laravel Channel to save email and notifications on Hubspot Email
mathiasgrimm/laravel-encrypted-attributes
2857 Downloads
Encrypted and safe-by-default Laravel Model attributes
iamtong/laravel-admin-login-check-safe
2343 Downloads
登录添加验证码,后台用户锁定,错误次数过多锁定,密码强制修改,添加密码修改记录,登录日志
safestudio/firebase-laravel
8445 Downloads
Firebase REST API easy wrapper for Laravel and Lumen
snipe/safebrowsing
18211 Downloads
Laravel package to allow you to easily integrate the Google Safebrowing API into your application.
rinvex/laravel-tenants
3383 Downloads
Rinvex Tenants is a contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
mobilestock/laravel-model-affected-rows-verification
5346 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
miniorange/saml-laravel-free
6137 Downloads
miniOrange SAML Single Sign on (SSO) plugin acts as a SAML Service Provider which can be configured to establish the trust between the plugin and a SAML capable Identity Providers to securely authenticate the user to the Laravel site. We support all known IdPs – ADFS, Azure AD, Google Apps, Okta, Salesforce, Shibboleth, SimpleSAMLphp, OpenAM, Centrify, Ping, RSA, IBM, Oracle, OneLogin, Bitium, WSO2, NetIQ etc.
maxbrokman/safe-queue
151219 Downloads
A Laravel Doctrine friendly daemonising queue worker for Laravel 5
martinbean/laravel-sluggable-trait
48442 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save.
hyvor/laravel-json-meta
6856 Downloads
Strict meta data for Eloquent Models, saved in JSON columns
henzeb/laravel-typed-collection
773 Downloads
Laravel typed collections
datomatic/laravel-enum-collections
1964 Downloads
A package to save a collection of Enums in a Eloquent field and interact with him