Releases: always-open/laravel-totem
Releases · always-open/laravel-totem
v5.1.0
v5.0.4
- fixes last run at time format from 12 to 24 hr on task list
v5.0.3
- fixes an issue with table prefixes
v5.0.2
Features
- New Sortable columns (last run at and average time) in task list
- Auto refresh task list after manually executing a task to reflect changes
Fix
- Fix create method on
TasksControllerto accommodate newcommandListvue component.
Please publish assets using
php artisan totem:assetsif you are experiencing any issues
v5.0.1
- sorts commands by name - mimic artisan command list output
- adds typeahead component to select a command while creating or updating a task
v5.0.0
- Add support for Laravel 5.8
v4.0.3
- fix constant definition typo in service provider
v4.0.2
- add support for configurable DB connection
- cache table prefix to avoid multiple and frequent DB queries
v4.0.1
- fix table prefix issue that surfaced with Laravel 5.7.12
- fix foreign key database migrations
v4.0.0
- Add Laravel 5.7 compatiblity
- Use null coalescing operator in blade file instead of
oroperator - Update changelog and readme
Note: run
php artisan totem:assetsto publish newly compiled assets