ylvan/module

A base module for ramverk1 course.

Maintainers

Details

github.com/ylvarw/module

Source

Issues

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 1

Language:HTML

1.2.0 2021-01-08 15:02 UTC

This package is auto-updated.

Last update: 2025-06-16 08:18:32 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