TASSILI Docs
search
menu
TASSILI Docs
search
search
Field Password
How to declare a Password Field, it's the same way on update.
use Tassili\Crud\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