Skip to content

13.6.0

Choose a tag to compare

@takielias takielias released this 05 Sep 04:45
· 6 commits to main since this release
3531037

Success and error alerts now show by default.

Changed

  • display_alert shipped as false, so on a fresh install the flash messages after a create, update or delete never appeared. The record saved, the controller flashed the message and tablar::common.alert rendered it correctly, but the include was gated off, which made every CRUD action look like it had done nothing. The default is now true.

If you have already published config/tablar.php, Laravel keeps reading your copy and nothing changes. Set the key yourself to pick up the new behaviour:

'display_alert' => true,

Then run php artisan config:clear. To keep alerts hidden on a new install, publish the config and set it back to false.

Requires PHP 8.3+, Laravel 12 or 13, Node 20.19+.

composer update takielias/tablar