ORIENT/modules/system/console
krisawzm 28c7dbd285 - Adds artisan command october:fresh for removing the demo included with October.
- Adds new artisan commands related to themes:
  theme:list     List all available themes (in marketplace.)
  theme:use      Switch the active theme.
  theme:install  Install a theme from the marketplace.
  theme:delete   Delete an existing theme.

This could make the development workflow for setting up a new project alot quicker.
For instance, take a look at https://github.com/krisawzm/blank-theme
This is just a blank scaffolding theme that you can build on. You could install it by simply running
php artisan theme:install krisawzm.blank - after running october:fresh, of course.
2015-04-25 03:57:40 +02:00
..
OctoberDown.php Updating modules/system 2014-10-18 11:58:50 +02:00
OctoberFresh.php - Adds artisan command october:fresh for removing the demo included with October. 2015-04-25 03:57:40 +02:00
OctoberMirror.php Adds experimental october:mirror command 2015-04-11 23:03:15 +10:00
OctoberUp.php Updating modules/system 2014-10-18 11:58:50 +02:00
OctoberUpdate.php Subsequent expressions are on a new line (see developer guide > PSR exceptions) 2014-11-01 12:00:45 +11:00
OctoberUtil.php uploadsPath -> cms.storage.uploads.path 2015-02-23 19:55:41 +11:00
PluginInstall.php Updating modules/system 2014-10-18 11:58:50 +02:00
PluginRefresh.php Updating modules/system 2014-10-18 11:58:50 +02:00
PluginRemove.php Updating modules/system 2014-10-18 11:58:50 +02:00
ThemeDelete.php - Adds artisan command october:fresh for removing the demo included with October. 2015-04-25 03:57:40 +02:00
ThemeInstall.php - Adds artisan command october:fresh for removing the demo included with October. 2015-04-25 03:57:40 +02:00
ThemeList.php - Adds artisan command october:fresh for removing the demo included with October. 2015-04-25 03:57:40 +02:00
ThemeUse.php - Adds artisan command october:fresh for removing the demo included with October. 2015-04-25 03:57:40 +02:00