Libraries tagged by touchid
touhidurabir/laravel-multi-key-route-binding
2255 Downloads
A simple laravel package to handle multiple key based model route binding
quillstack/orm
467 Downloads
An ORM which cannot be asked one query per row: touching one entity's relation loads it for every entity beside it.
jeffersongoncalves/laravel-security-headers
423 Downloads
This Laravel package stamps a configurable set of baseline security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy, Content-Security-Policy, Cross-Origin-Opener-Policy, X-Permitted-Cross-Domain-Policies and HSTS) onto your HTTP responses via a single middleware. Every header value and the full CSP directive map are driven by config, so you can tune or disable each one without touching code.
touhidurabir/eloquent-wherelike
2516 Downloads
An extended laravel eloquent WHERE method to work with sql LIKE operator.
phattarachai/laravel-env-secrets
39 Downloads
Encrypt .env. with Laravel's env:encrypt, mint the decryption key with a CSPRNG, and install it on a deploy box over ssh — all from one artisan command, without the key ever touching stdout, shell history, or a process argument.
mapp_digital/cloud
2216 Downloads
Enable the full potential of the Mapp Cloud products in your Magento 2 webshop without touching a single line of code.
ernestdefoe/federation
50 Downloads
ActivityPub federation for Flarum 2 — make your community a discoverable, followable fediverse actor. People on Mastodon, Lemmy and other servers can follow @{community}@{host} (and individual members) and receive every new discussion in their timeline. Inbound replies and likes flow back in as posts and reactions. No core files touched.
dskripchenko/laravel-admin
1263 Downloads
Laravel admin constructor: Resource-first CRUD, Vue 3 SPA, JSON-API transport. Plug into any Laravel project without touching its routes/auth.
datlechin/flarum-keyboard-shortcuts
2258 Downloads
Navigate your forum without touching the mouse.
n98/n98_layouthelper
208 Downloads
Helpful methods to be called in layout actions to allow more customizations via local.xml without touching the original layout files.
touhidurabir/command-validator
18 Downloads
A simple laravel package to validate console commands arguments and options.
touhidurabir/non-profit-charity-search
3 Downloads
search non profitable charity/organization through api search
touhidurabir/laravel-seed-extender
86 Downloads
An opinioned approach to extend the laravel seed classes.
touhidurabir/laravel-request-response-logger
33 Downloads
A PHP laravel package to log the request/response of an app in database in an elegant way with the utilization of Queue and Redis combined
touhidurabir/laravel-presenter
19 Downloads
A package that helps to group methods that mostly use for the view presentation purpose.