Releases: grosv/eloquent-sheets
Patch
Patch
Make route cacheable by using a controller instead of a closure.
Check for cache existence before attempting to delete
In rare cases $model->invaidateCache() might be called before the cache is ever actually created, which would cause an error. I now check to make sure the file exists before I delete it.
Bump sushi version and added getters
- Sushi to 2.0
- Add getters for spreadsheetId and sheetId parameters
Bumped a minor version in case someone really needs to lock into the old version of Sushi for some reason.
Easy Mode
-
It is no longer necessary to have a column of ids. An autoincremented primary key will be automatically applied to each row when it's written to the sqlite database.
-
You may now use
protected $headers = ['id', 'name', 'etc']
to define the keys of your records rather than defining a header row in your table.
v1
It's as good as it needs to be to call it stable. Let the world enjoy it!
Take it to the people
Let the people decide its fate