Configuration
Publish the config file:
php artisan vendor:publish --tag=tall-form-configAliases
//Register Aliases for easy access in blade files.
//Remove or replace the Aliases.
'aliases' => [
'Checkbox' => \Tanthammar\TallForms\Checkbox::class,
//...
],Components
'components' => [
'form' => \Tanthammar\TallForms\Components\Form::class,
//...
],Last updated
Was this helpful?