ahmedabdelaal/filament-json-preview

Preview Json In Formatted Way
24,476 7
Install
composer require ahmedabdelaal/filament-json-preview
Latest Version:v1.0.0
PHP:^8.1|^8.2
License:MIT
Last Updated:Jun 3, 2024
Links: GitHub  ·  Packagist
Maintainer: ahmedabdelaal

ahmedabdelaal/filament-json-preview

This package seamlessly integrates the powerful JSONEditor library , enabling developers to easily incorporate a robust JSON editor into their Filament projects. https://github.com/josdejong/jsoneditor

Installation

img.png

You can install the package via composer:

composer require ahmedabdelaal/filament-json-preview

publish the svg icons

php artisan vendor:publish --tag=jsoneditor

Usage

public static function infolist(Infolist $infolist): Infolist
{
        return $infolist->schema([
            JsonPreview::make('logs'),
        ]);
}

enable search in json

JsonPreview::make('logs')->searchable()

show NavigationBar in json

JsonPreview::make('logs')->showNavigationBar()

Contributing

Your contributions are welcome and greatly valued! Please feel free to submit a pull request or create an issue.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

novadaemon/filament-pretty-json

Read-only field to show pretty json in your filamentphp forms

511,133 47
itliusha/filament-pretty-json

Read-only field to show pretty json in your filamentphp forms

9 0
novius/laravel-filament-slug

A Laravel Filament Forms slug field.

2,219 2
lbcdev/filament-maps-fields

A Filament package providing map field components for forms and infolists using...

0 0
novadaemon/filament-combobox

Side by side combobox multiselect field to use in your FilamentPHP forms

28,860 26