Releases: thedevdojo/themes
Releases · thedevdojo/themes
Updating latest theme updates
Update latest themes version
Merge pull request #11 from thedevdojo/updatingThemes Updating themes
Adding Folio Pages
This latest release adds the ability to search for Pages inside the theme pages
folder and serve them up using Folio.
Version 0.0.8
Conditionally allow the themes
tables to be created in the config. Inside of the service provider it will check if the tables exist, if they didn't they would be created. But, you can specify in the config if you want to remove the functionality of creating the tables in the service provider.
Fixing artisan package:discover error
This new release fixes a DB connection error during php artisan package:discover
.
Fixing the artisan console errors
This new release will fix the issue where running artisan serve
and route cache
will throw an error.
Adding fix for the options page
This will fix a layout issue on the options page.
Fix for theme_field and other functions.
Thanks @thinkverse for this update.