ahmetbedir/nova-translatable-trix

1.0.0 2021-08-21 20:16 UTC

This package is auto-updated.

Last update: 2024-04-22 02:08:59 UTC


README

Laravel Nova Translatable Trix



Install

composer require ahmetbedir/nova-translatable-trix

Usage

TranslatableTrix::make('Content')
    ->withFiles('public', 'uploads')
    ->translatable()


Note: It is compatible with the optimistdigital/nova-translatable package.