HOGGAR Docs
Version 1.x
search
search
menu
HOGGAR Docs
search
search
Field Password
How to declare a Password Field, it's the same way on update.
use Hoggarcrud\Hoggar\Fields\Password;

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