Project scaffolding for Reflect and Vegvisir projects
Find a file
2025-10-30 09:18:02 +01:00
src fix: namespace and relative source import paths (#1) 2025-10-30 09:18:02 +01:00
.gitignore initial commit 2025-10-29 19:56:57 +01:00
composer.json initial commit 2025-10-29 19:56:57 +01:00
composer.lock initial commit 2025-10-29 19:56:57 +01:00
LICENSE initial commit 2025-10-29 19:56:57 +01:00
README.md initial commit 2025-10-29 19:56:57 +01:00

Scaffold

This composer package contains my project boilerplate code for working with Vegvisir and Reflect projects. It contains my most commonly used classes and functions which I use to make development of new project in these frameworks easier.

Refer to the documentation in each source file for more information about its function.

Installation

Run the install scripts for Vegvisir and/or Reflect, and then require this composer package to use its features anywhere in your project.

composer require vlw/scaffold