Luke Towers
cd2d769402
Code tidying for console commands
...
Also switches theme:list, plugin:list, and mix:list to output nicely formatted tables.
2023-07-14 16:41:48 -06:00
Luke Towers
5b297aeb28
Use new hasDatabaseTable() helpers
2023-07-14 15:31:21 -06:00
Luke Towers
b6f147d16a
Add support for --uninspiring flag on code generation commands
2023-07-03 22:24:50 -06:00
Damien MATHIEU
e5f951a43a
Include theme Blocks in the Tailwind theme scaffold ( #850 )
2023-02-28 17:38:38 -06:00
Matteo Trubini
9b2282b280
Improve theme scaffolding ( #778 )
...
If gtag() is undefined an error is raised.
2022-11-27 18:59:32 -06:00
Luke Towers
5561d6aa31
Fix fixture paths for case-sensitive filesystems
...
Fixes #619
2022-07-18 13:06:26 -06:00
Luke Towers
3862bf284e
Added TailwindCSS-based scaffold to the create:theme command
2022-05-16 00:18:57 -06:00
Luke Towers
574437b9be
Moved GeneratorCommand back to Scaffold
2022-04-03 13:40:18 -06:00
Luke Towers
ecc258dbc4
Simplify prepareVars usage, fix create:theme usage
2022-03-23 15:32:08 -06:00
Luke Towers
0641ab7243
Adjusted interfaces and made create:plugin include translations
2022-03-23 15:07:00 -06:00
Luke Towers
9301a98d8c
Merge branch 'wip/1.2' into wip/1.2-improve-scaffolding
2022-03-23 13:44:09 -06:00
Luke Towers
80880d1912
Refresh datasource path cache before syncing paths
...
Fixes an issue where if the underlying data behind a datasource changes through manual intervention (either in the database or the filesystem) before running theme:sync it wasn't being detected by the theme:sync command.
2022-03-18 11:35:08 -06:00
Luke Towers
574c7d4ef3
Initial work on re-aligning the scaffolding commands with Laravel
2022-03-08 19:42:36 -06:00
Luke Towers
3152265c81
Cleanup scaffolding stubs
2022-02-24 21:58:25 -06:00
Ben Thomson
e3fecdb9c2
Move scaffold commands ( #471 )
...
Fixes #270 . See c4cd4402c0
Moves the Scaffolding commands out of Storm, and into the modules that the scaffold generates code for.
As discussed in the issue above, this makes more sense to keep Storm agnostic, and allows for the commands to be hidden if a particular module is not used in a Winter instance.
2022-02-23 14:54:17 -06:00
Luke Towers
421d7ae43e
Remove debugging code
2022-02-16 02:16:36 -06:00
Luke Towers
d61ac9d9fe
Move CMS console commands into the CMS module
...
Moved the following:
- \System\Console\ThemeInstall -> \Cms\Console\ThemeInstall
- \System\Console\ThemeRemove -> \Cms\Console\ThemeRemove
- \System\Console\ThemeList -> \Cms\Console\ThemeList
- \System\Console\ThemeUse -> \Cms\Console\ThemeUse
- \System\Console\ThemeSync -> \Cms\Console\ThemeSync
2022-02-15 02:16:34 -06:00