Skip to content

ahmetbedir/nova-translatable-slug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Nova Translatable Slug



Install

composer require ahmetbedir/nova-translatable-slug

Usage

TranslatableSlug::make('Slug')
    ->from('title')
    ->translatable()


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