Libraries tagged by dynamic model
mrkacmaz/laravel-ssp
0 Downloads
Process server-side processing (SSP) for an Eloquent model, supporting dynamic filtering, sorting, and pagination.
petrelli/live-statics
122 Downloads
Rapid development aid package that facilitates data modelling and dynamic integration with views
mar/yii2-simple-eav
330 Downloads
simple way to add to your application dynamic attributes to every model you wish
rvkolosov/laravel-withtrait
4 Downloads
WithTrait for dynamic load relations in Laravel Model.
janakkapadia/filterable
2 Downloads
Enhance your Laravel app with dynamic, customizable filtering for Eloquent models. This package provides an easy setup for multi-parameter filtering, custom logic, and relationship support—perfect for building flexible, data-driven features like admin panels and reports.
hpolthof/laravel-eloquent-settings
49 Downloads
Allow for dynamic blobbed settings in Eloquent models.
dees040/pagination
6 Downloads
Dynamic pagination for your Eloquent models.
sideapps/laravel-pages
31 Downloads
Dynamic & static page class for Laravel Eloquent models
remcosmits/backend-framework
205 Downloads
Lightweight PHP Framework. Includes fast and secure Database QueryBuilder, Models with relations, Advanced Routing with dynamic routes(middleware, grouping, prefix, names).
brouzie/specificator
0 Downloads
Framework for querying data from read model using Specification pattern. Allows building dynamic queries from reusable components (filters, sort orders, aggregations
yaim/multilingual-eloquent
34 Downloads
A simple to setup and use Laravel package for storing dynamic translated (user provided) content in eloquent models.
gemini-commerce/php-client-product-configurator
4 Downloads
## Introduction This comprehensive guide will equip you with the knowledge to integrate and leverage our Product Configurator Service in your applications. ## Quick Start Get up and running in no time! Follow these steps to kickstart your integration: 1. **Authentication:** Obtain your integration JWT to authenticate your requests. 2. **Client Libraries:** Explore our GitHub repositories to grab client libraries in your preferred programming language. 3. **API Overview:** Familiarize yourself with our RESTful API using the OpenAPI specification. ## Integration ### API Overview Our RESTful API is the gateway to unlocking the full potential of Product Configurator. Check out the detailed [API Reference](/docs/category/configurator) for a granular understanding of each endpoint and request/response format. ### Client Libraries To expedite your integration process, we provide client libraries for various programming languages. Find the one that suits your stack in our [GitHub repositories](https://github.com/Gemini-Commerce). ### Authentication Security is paramount. Learn how to authenticate your requests using JWT. This ensures a secure and reliable connection between your application and Product Configurator. ## Configuration Management ### Configurator Lifecycle Understand the lifecycle of configurators, from draft to active and deleted. This flexibility allows you to manage configurations at your own pace. ### Steps and Options Configure product steps with ease and define options effortlessly. Explore the power of dependencies to create dynamic and intuitive configurations. ### Matrices Delve into matrices—your secret weapon. Explore price and weight matrices, and learn how configured steps influence properties and pricing. ### Price Management Unleash dynamic pricing with our versatile price matrices. From fixed prices to incremental structures, adapt to diverse pricing models effortlessly. ## Security Your data is in safe hands. Discover how Product Configurator ensures security through JWT authentication, safeguarding your sensitive information. ## Backward Compatibility Stay ahead of the curve. Learn about our versioning strategy, providing backward compatibility while allowing our service to evolve seamlessly. ## Developer Support Have questions? Need assistance? Write to us at [[email protected]](mailto:[email protected]) and we will get back to you.
bored-programmers/laragrid
96 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.
based/momentum-modal
248533 Downloads
Build dynamic modal dialogs for your Inertia-powered Laravel apps
yoeunes/toastr
772897 Downloads
toastr.js flush notifications for Laravel