ylvan/module

A base module for ramverk1 course.

Maintainers

Package info

github.com/ylvarw/module

Language:HTML

pkg:composer/ylvan/module

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

1.2.0 2021-01-08 15:02 UTC

This package is auto-updated.

Last update: 2026-03-16 10:12:57 UTC


README

A Module for Ramverk1Redovisning

Scrutinizer Scrutinizer Code Quality

scrutinizer Build Status

Travis Build Status

CircleCI ylvarw

Symfony SymfonyInsight

gitterChatt Gitter

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