From f733789aca0e43b22da7f47c5f1c5bbc931ef660 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Fri, 16 May 2025 11:39:04 +0100 Subject: [PATCH] README additions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 916efcb..db8714a 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,15 @@ htaccess files generated can be switched to nginx with this ## Leaf create (cli to make a starter app if nothing already) leaf create my-app --mvc +sudo docker exec -it aLeaf-php leaf create html/mvc --mvc leaf create basic --basic composer create-project leafs/mvc:v4.0-beta my-app ## Shared folders in windows (virtualbox) VMs -Need to do this or symlinks don't work, and that messes up a bunch of composer stuff \ No newline at end of file +Need to do this or symlinks don't work, and that messes up a bunch of composer stuff + + +### Ignore this, in future for my own less-dependency application +leaf create basic --basic +leaf install bareui +mkdir basic/app/{controllers,database,models,routes,views/{components,errors,layouts,pages}} -p // https://askubuntu.com/a/828864