Skip to content

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

License

Notifications You must be signed in to change notification settings

armincms/nova-translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova Translation

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
     ]) 
    

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published