velmphp/app
Composer 安装命令:
composer create-project velmphp/app
包简介
Official Velm Laravel application — greenfield ERP host with addons, panel, and setup scripts
README 文档
README
Minimal Laravel host for a Velm ERP — Livewire panel, empty addons/, and bootstrap setup (base + admin).
Published on Packagist as velmphp/app. Monorepo path: apps/app/.
Packagist install
composer create-project velmphp/app my_app
cd my_app
composer run setup
composer run dev
Open http://127.0.0.1:8000/velm and sign in with admin@velm.test / password.
See the installation guide.
Monorepo development
From the repository root:
composer install
cd apps/app
composer update
cp composer.local.json.example composer.local.json
composer update
composer run setup
composer run dev
composer.local.json adds path repositories to ../../packages/* (gitignored). Run composer update again after copying it so the merge plugin (already in vendor/) symlinks monorepo packages.
For the full reference app with demo addons, use apps/demo/ instead.
What composer run setup does
composer velm-build-css— publish prebuilt Velm shell assetsphp artisan migrate— Laravel tablesphp artisan velm:migrate— bootstrap modules (base,admin)php artisan db:seed— admin user
Install more modules at /velm/apps or php artisan velm:module:install <name>.
Resetting the Velm schema
php artisan velm:migrate:fresh --yes php artisan velm:seed
Maintainer checklist: PACKAGIST.md.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-06