v3.0.86
What's Changed
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot
- update docs
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.
note if you're overwritg the view submitted.blade.php
make sure to update it to last version
this the change:
{!! \LaraZeus\Bolt\Facades\Extensions::it($zeusForm, 'SubmittedRender', [
'extensionData' => $extensionData['extInfo']['itemId'] ?? 0,
'response' => $extensionData['response'],
]) !!}
this ternal change, but if you're usg custom designer, make sure to update the namespace.
if you want to use them your app, you can add them manually:
composer require codeat3/blade-iconpark
if you want to use them your app, you can add them manually:
composer require codeat3/blade-iconpark
composer require codeat3/blade-clarity-icons
if you're usg some of the plug configuration your panel provider, please check the updated methods
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,
],