Releases: tpaksu/laravel-todobar
Releases · tpaksu/laravel-todobar
Dependency injection fix
Storage factory fix
-
Added new config parameter "storage" which you can use to change to a data storage class which implements
\TPaksu\Todobar\Storage\DataStorageInterface
-
Some styling fixes
Removed version from composer.json
Packagist was confused about which version to download, so I removed the version info from composer.json. It now will download the latest version ( I hope :) )
Fix for Linux & Windows paths
It worked on windows environments but not in linux ones, so this is a critical fix.