v3.0.78
What's Changed
- remove iconpark
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.
composer update
php artisan vendor:publish --tag=zeus-bolt-migrations
, there is a new column on section table borderless
. For more fo check the #336By 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,
],