Libraries tagged by foreach
squirrelphp/twig-php-syntax
6041368 Downloads
Adds common PHP syntax to twig templates, like ===, foreach and continue/break.
tomasvotruba/phpstan-bodyscan
29318 Downloads
Get error count for each PHPStan level
statikbe/laravel-filament-flexible-content-blocks
10883 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
120199 Downloads
Magento API Client (SOAP v1). Allows wrappers for each call, dependency injections and code completion.
radic/blade-extensions
316539 Downloads
Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc
experius/module-addresslines
88396 Downloads
Add labels to address lines and configuration for each address line.
craftcms/store-hours
96626 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
52485 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
370733 Downloads
🛠️ Make observables foreachable using async & await
muhdfaiz/laravel-tail-db
25537 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
55128 Downloads
Indivdual indexing/robot information for each news article record
alebatistella/duskapiconf
18673 Downloads
Change your Laravel configuration for each Dusk test with an easy API
shaka/dynamic-update-trait
4861 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.
rfookune/lara-pdf-merger-php-7-2
25758 Downloads
Forked from https://github.com/deltaaskii/lara-pdf-merger. Replaced each() (depreciated in php 7.2) to foreach.
rezozero/tree-walker
8985 Downloads
Creates a configurable tree walker using different methods for each node based on its PHP class or interface