Libraries tagged by laraveles
mobilestock/laravel-http-client-auto-throw-error
36 Downloads
A simple Laravel package that enhances Laravel's HTTP client. It automatically throws exceptions on failed responses and prevents response truncation in exceptions, ensuring full visibility for easier debugging of API interactions.
metalogico/laravel-mocka
14 Downloads
Laravel Mocka provides fake API responses to designated users while serving real data to everyone else. A drop-in replacement for Laravel's Http facade, perfect for app store submissions, demos, and testing without disrupting production traffic
maxbanton/dd
9256 Downloads
Laravel's old school style dump library
mantraideas/laravel-env-doctor
117 Downloads
LaravelEnvDoctor is a developer-friendly CLI tool for Laravel that checks your .env variables, validates the current environment, and ensures directory permissions are correctly set — helping you catch misconfigurations before they become problems.
lextira/laravel-formrequest-singleton
3420 Downloads
Use Laravel's excellent FormRequest as Singleton.
lcidral/laravel-raw-sqs-connector
37 Downloads
Allows for the consumption of raw messages produced outside of Laravel from SQS to then be handled natively within Laravel's Queue and Job system
laniakea/middleware-priority
314 Downloads
More flexible way to manage Laravel's HTTP middleware priority.
kindari/laravel-markdown
1072 Downloads
Markdown Integration with Laravel's View system
jrhenderson1988/miniphy
1463 Downloads
A HTML/PHP template minifier. Includes support for Laravel's Blade compiler.
josephlavin/tap
20129 Downloads
Stand alone port of Laravel's tap method.
jonphipps/idehelper
694 Downloads
Generate a file to help IDE's like PHPStorm, NetBeans, or Sublime Text with code completion for Laravel's static facades
jedrzej/validator-extended-syntax
11273 Downloads
Laravel 4/5 package that adds validator negation to Laravel's validation module
hyn/state-machine
2467 Downloads
Flexible state machine library that perfectly works with Laravels Eloquent models.
hnhdigital-os/laravel-model-json
1768 Downloads
Provides JSON column support for for Laravel's Eloquent Model.
highland/statamic-array-get
1290 Downloads
Laravel's array_get() / Arr::get() helper for Statamic.