Libraries tagged by foreach
squirrelphp/twig-php-syntax
6482298 Downloads
Adds common PHP syntax to twig templates, like ===, foreach and continue/break.
tomasvotruba/phpstan-bodyscan
36291 Downloads
Get error count for each PHPStan level
statikbe/laravel-filament-flexible-content-blocks
12612 Downloads
The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.
smalot/magento-client
123262 Downloads
Magento API Client (SOAP v1). Allows wrappers for each call, dependency injections and code completion.
radic/blade-extensions
317160 Downloads
Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc
experius/module-addresslines
91979 Downloads
Add labels to address lines and configuration for each address line.
craftcms/store-hours
97974 Downloads
This plugin adds a new “Store Hours” field type to Craft, for collecting the opening and closing hours of a business for each day of the week.
biegalski-llc/laravel-mailgun-webhooks
56702 Downloads
This package allows you to quick and easily integrate your Laravel application with Mailgun Webhooks thus allowing you to track the outgoing email status for each individual user. There is also an optional feature to receive alerts for specific mailgun events such as spam complaints and sending failuresgit .
wyrihaximus/react-awaitable-observable
373153 Downloads
🛠️ Make observables foreachable using async & await
muhdfaiz/laravel-tail-db
25702 Downloads
Provide artisan command to monitor realtime database query executed from the application. Able to automatically run explain command for each of query received.
georgringer/news-seo
60005 Downloads
Indivdual indexing/robot information for each news article record
alebatistella/duskapiconf
23297 Downloads
Change your Laravel configuration for each Dusk test with an easy API
y1/magento2-module-manage-pagebuilder-status
4047 Downloads
Allows changing pagebuilder usage for each individual CMS block or page
sunnysideup/perfect_cms_images
2810 Downloads
Silverstripe Module that makes it easier for CMS Editors to upload the right size image. It allows the developer to set the size for each image (width, height or both) in one place and apply this throughout the project in the CMS and on the front-end.
shaka/dynamic-update-trait
6190 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.