v3.0.69
What's Changed
- add filament tools package
Changelogs and Releases Notes for Bolt: dynamic form builder for laravel to use in your app, with so many use cases as a filament plugin, the prefect google forms alternatives.
By default Bolt will use this model to get the user fo:
config('auth.providers.users.model')
if you need to change this to use another model, add the followg your config file: zeus-bolt.php
:
'models' => [
//...
'User' => AnotherUserModel::class,
],