Download the PHP package thiktak/filament-sql-nested-builder-form without Composer
On this page you can find all versions of the php package thiktak/filament-sql-nested-builder-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thiktak/filament-sql-nested-builder-form
More information about thiktak/filament-sql-nested-builder-form
Files in thiktak/filament-sql-nested-builder-form
Package filament-sql-nested-builder-form
Short Description Plugin for FilamentPHP - SQL Nested Builder Form Component
License MIT
Homepage https://github.com/Thiktak/filament-sql-nested-builder-form
Informations about the package filament-sql-nested-builder-form
filament-sql-nested-builder-form
An application of thiktak/filament-nested-builder-form for SQL with (not) AND/OR and sub-groups.
[!WARNING] Be careful, this package is not yet recommended for production. Help us with testing and feedback :)
Installation
You can install the package via composer:
This package is based on thiktak/filament-nested-builder-form.
Usage
Configuration
Change the field Input (name of the field)
Use the nestedConfiguration and set up
Export to SQL (string)
This method will return the Raw SQL of a User model query. $state is the data array.
Output (example):
Export to Eloquent
Output (example):
Add custom operators
(current solution) Extend the SQLNesterBuilder, and redefine the method loadDefinition() with a call to
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Thiktak
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-sql-nested-builder-form with dependencies
filament/forms Version ^3.0
illuminate/contracts Version ^10.0
spatie/laravel-package-tools Version ^1.15.0
thiktak/filament-nested-builder-form Version ^1.0