Skip to content

wamesk/laravel-nova-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Nova Language

Requirements

  • laravel/nova: ^5.0

Installation

composer require wamesk/laravel-nova-language
php artisan migrate
php artisan db:seed --class=LanguageSeeder

Usage

BelongsTo::make(__('laravel-nova-country::country.field.language'), 'language', Language::class)
    ->help(__('laravel-nova-country::country.field.language.help'))
    ->withoutTrashed()
    ->sortable()
    ->filterable()
    ->required()
    ->showOnPreview(),

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages