armincms/nova-translation

Nova implementation of the `armincms/database-localization`.

2.0.0 2022-12-17 13:15 UTC

This package is auto-updated.

Last update: 2024-04-17 16:34:48 UTC


README

Nova implementation of the armincms/database-localization package

Installation

  • step 1:

    install package by the composer require armincms/nova-translation command.

  • step 2:

    Then run the php artisan migrate to create armincms/database-localization table.

  • step 3:

    Finally register the Armincms\NovaTranslation\Translation resource.

     Nova::resources([
     	\Armincms\NovaTranslation\Translation
     ])