README additions

develop
Nathan Steel 9 months ago
parent a79beb6ddc
commit f733789aca

@ -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
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

Loading…
Cancel
Save