3 Commits

Author SHA1 Message Date
Samuel Georges
2a1754a4c5 Streamline code from #1083 2015-05-02 12:29:22 +10:00
krisawzm
6c925ff51e Minor changes. 2015-04-26 20:16:38 +02:00
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