- 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. |
||
|---|---|---|
| .. | ||
| OctoberDown.php | ||
| OctoberFresh.php | ||
| OctoberMirror.php | ||
| OctoberUp.php | ||
| OctoberUpdate.php | ||
| OctoberUtil.php | ||
| PluginInstall.php | ||
| PluginRefresh.php | ||
| PluginRemove.php | ||
| ThemeDelete.php | ||
| ThemeInstall.php | ||
| ThemeList.php | ||
| ThemeUse.php | ||