ylvan / module
A base module for ramverk1 course.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 1
Language:HTML
Requires
- php: >=7.4
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-06-16 08:18:32 UTC
README
A Module for Ramverk1Redovisning
installation
add to composer.json
"require": {"ylvan/module": "dev-master"}
install module with 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
Do a composer dump
to update namespaces