codedor / filament-architect
Extended Builder field for Filament
Installs: 1 852
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 1
Requires
- php: ^8.2|^8.3
- awcodes/filament-tiptap-editor: ^3.2
- codedor/filament-image-or-video: ^1.0
- codedor/filament-link-picker: ^1.0
- codedor/filament-media-library: ^2.0
- filament/filament: ^3.1
- illuminate/contracts: ^10.0|^11.0
- spatie/laravel-package-tools: ^1.12
Requires (Dev)
- larastan/larastan: ^2.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.0|^8.0
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/pest-plugin-snapshots: ^2.0
- tightenco/duster: ^1.0
- dev-master
- v2.1.0
- v2.0.0
- 1.x-dev
- v1.2.0
- v1.1.0
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.5.9
- v0.5.8
- v0.5.7
- v0.5.6
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.1
- v0.3.0
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.1
- v0.1.0
- dev-dependabot/github_actions/dependabot/fetch-metadata-2.3.0
- dev-feature/FIL001-74-architect-blades
- dev-feature/FIL001-112-toggle-button
This package is auto-updated.
Last update: 2025-01-27 22:40:16 UTC
README
This package extends the default Builder field from Filament with some default blocks.
Installation
You can install the package via composer:
composer require codedor/filament-architect
You can publish the config file with:
php artisan vendor:publish --tag="filament-architect-config"
This is the contents of the published config file:
return [ 'default-blocks' => [ // ... ] ];
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-architect-views"
Usage
\Codedor\FilamentArchitect\Filament\Fields\PageArchitectInput::make('body') ->required(),
Documentation
For the full documentation, check here.
Testing
vendor/bin/pest
Changelog
Please see CHANGELOG for more information on what has changed recently.
Upgrading
Please see UPGRADING for more information on how to upgrade to a new version.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security-related issues, please email info@codedor.be instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.