Libraries tagged by dynamic model
carono/yii2-url-behavior
22 Downloads
Yii2 behavior and URL rule component for dynamic URL generation based on model, action, user roles, and application context.
thaiphuong/laravel-brain-cms
0 Downloads
Dynamic CMS for managing any Eloquent model via JSON configuration
jundayw/policy
12 Downloads
A flexible policy verification system for Laravel, supporting dynamic return of permission identifiers through model methods and providing easy integration with middleware.
fredikaputra/activity-logger
11 Downloads
Records comprehensive application activity within Laravel, automatically logging all internal framework events and providing dynamic observation for every application Eloquent model lifecycle.
bedoya/has-data
29 Downloads
Trait to manage dynamic JSON fields in Laravel Eloquent models
abdylreshit/laravel-eav
9 Downloads
A lightweight EAV package for Laravel: add dynamic, typed attributes to any Eloquent model with validation and easy querying.
sideapps/laravel-pages
33 Downloads
Dynamic & static page class for Laravel Eloquent models
pilyavskiy/laravel-page-blocks
1161 Downloads
Dynamic create blocks for pages with views, models and migrations
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
35 Downloads
A simple to setup and use Laravel package for storing dynamic translated (user provided) content in eloquent models.
udaraweerasinghe/query-filter
36 Downloads
Dynamic and customizable query filtering for Laravel Eloquent models.
gemini-commerce/php-client-product-configurator
5 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.
eaitfakir/eloquent-searchable
2 Downloads
Laravel Eloquent Searchable is a lightweight package that provides dynamic and flexible search functionality for your Eloquent models. Simply define searchable fields and perform quick searches across your data.
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.
yoeunes/toastr
1157072 Downloads
toastr.js flush notifications for Laravel