Skip to content

kostamilorava/nova-translatable-slug

Repository files navigation

Laravel Nova Translatable Slug


About

This package makes it possible to have a translatable slug that works with outl1ne/nova-translatable


Install

composer require kostamilorava/nova-translatable-slug

Usage

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