ylvan / module
ramverk1课程的基础模块。
1.2.0
2021-01-08 15:02 UTC
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-09-16 06:39:52 UTC
README
为Ramverk1Redovisning创建的模块
安装
在composer.json中添加
"require": {"ylvan/module": "dev-master"}
使用composer update
安装模块
#Add files to project
rsync -av vendor/ylvan/module/config ./
rsync -av vendor/ylvan/module/src ./
rsync -av vendor/ylvan/module/test ./
rsync -av vendor/ylvan/module/view ./
#Or move all folders at once
rsync -av vendor/ylvan/module/* ./
note that using this command will overwrite existing composer file
执行composer dump
以更新命名空间