Releases: always-open/laravel-totem
Releases · always-open/laravel-totem
v8.1.2
v8.1.1
Thanks to @MesutErdemir for the routing update
- Adds customizable route prefix to config
v8.1
Big thanks to @daniel-g-wood
- Fixes issues #271: inconsistencies between using Storage::path and storage_path.
- Adds a "log_folder" key to the config (totem.php) to specify where the output from command results are stored
- Export to json no longer uses a temporary file, but instead uses streamDownload
- Adds additional tests for execution of the task via the scheduler, and also via the execute task endpoint
- Adds additional tests for exporting and importing tasks
- Upgrades phpunit.xml to the new format
- Adds 'ext-json' as an explicit dependency in composer.json
v8.0.4
- Updated onOneServer to enable use of database and dynamodb cache drivers thanks to @jonah-dev
v8.0.3
Updates to leverage storage facade thanks to @lucidlogic
v8.0.2
v8.0.1
v7.0.3
v8.0
- adds Laravel 8 compatability
- adds model factories