mirror of
https://codeberg.org/vlw/scaffold.git
synced 2025-11-04 21:52:41 +01:00
Project scaffolding for Reflect and Vegvisir projects
In this PR we move the Vegvisir `VV` class import into Reflect from the API class into its own `Scaffold` class. This new class will include everything that is required for crosstalk between Vegvisir and Reflect. Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/2 |
||
|---|---|---|
| src | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| LICENSE | ||
| README.md | ||
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