TASSILI PRO Docs
Version 1.x
search
search
menu
TASSILI PRO Docs
search
search
Field Password
How to declare a Password Field, it's the same way on update.
use Tassili\Premium\Fields\Password;

Password::make('password')
  ->label('New Label') // optional
  ->readOnly() // optional, if you want the field only readable 
  ->notInDatabase() // optional, if you don't want this field in database