Libraries tagged by foreach
cyber-duck/blade-extensions
481 Downloads
Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc
coste/kafka-iterator
45 Downloads
Let you consume a Kafka topic with a simple foreach loop
codealist/base
130 Downloads
This repository contains the basic functionalities for each Codealist module
cnimmo/granular-testsuites
2225 Downloads
Take an existing phpunit XML config and generate a new config containing a standalone testsuite for each test file within the original testsuites.
cmdtaz/metadata
46 Downloads
Will help you to manage your metadata instead of create one table for each datasets
cliffparnitzky/backend-custom-startpage
265 Downloads
Provides the possibility for each user to select an individual startpage in the backend.
chrisguitarguy/advanced-posts-per-page
22 Downloads
Control posts per page for each post type from the admin area.
chrisgruen/realty-manager
164 Downloads
TYPO3 extension for v10 LTS that provides a plugin that displays realty objects (properties, real estate), including an image gallery for each object.
canal-web/magento-hreflang
20 Downloads
Simple Magento module to add language meta tags in head for each store view locales.
c006/yii2-auto-crud
531 Downloads
Adds a model and crud for each table in the database
byfareska/stream-chunks
49 Downloads
PSR / resource stream chunks. Wrapper for iterating streams (e.g. via foreach).
brookinsconsulting/ezpcollectivereportsadmin
6 Downloads
eZ Publish Legacy extension which provides a admin siteaccesss top menu tab and module view to access the custom report extension module view reports on one single page. A simple solution which replaces multiple top menu tabs for each custom report extensions with a single tab and single module view which links to all other custom report extension module views. Great for sites which use multiple custom reports!
bright-cloud-studio/custom-clickthrough-button
23 Downloads
Adds a custom field to Contao's news items to allow unique copy for each read more button.
brettcao/laravel-bootstrap-blade
80 Downloads
Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.