13.6.0
Success and error alerts now show by default.
Changed
display_alertshipped asfalse, so on a fresh install the flash messages after a create, update or delete never appeared. The record saved, the controller flashed the message andtablar::common.alertrendered it correctly, but the include was gated off, which made every CRUD action look like it had done nothing. The default is nowtrue.
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