Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
[![run-tests](https://github.com/codebar-ag/filament-json-field/actions/workflows/run-tests.yml/badge.svg)](https://github.com/codebar-ag/filament-json-field/actions/workflows/run-tests.yml)
[![PHPStan](https://github.com/codebar-ag/filament-json-field/actions/workflows/phpstan.yml/badge.svg)](https://github.com/codebar-ag/filament-json-field/actions/workflows/phpstan.yml)

This package was developed to give you a quick start to creating tickets via the Filament Json Field API.

## 💡 What is Filament Json Field?

Filament Json Field is a Filament wrapper for Codemirror.
Expand Down Expand Up @@ -54,7 +52,7 @@ public function form(Form $form): Form

Infolists:
```php
use CodebarAg\FilamentJsonField\Forms\Components\JsonEntry;
use CodebarAg\FilamentJsonField\Infolists\Components\JsonEntry;

...

Expand Down