Replaced by a reconstructed repository!
https://patchii.net/flashii/misuzu
assets | ||
config | ||
database | ||
devel | ||
docs | ||
public | ||
public-legacy | ||
src | ||
templates | ||
tools | ||
.browserslistrc | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
build.js | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
misuzu.php | ||
package-lock.json | ||
package.json | ||
phpstan.neon | ||
README.md | ||
utility.php |
Misuzu
Misuzu can and will steal your lunch money.
Requirements
- PHP 8.2
- MariaDB 10.6
- Composer
Working on Index
Because Index is now served through Packagist, in order to work on it in tandem with Misuzu you'll have to use a composer.local.json
file:
{
"repositories": [
{
"type": "vcs",
"url": "/path/to/local/repo"
}
],
"require": {
"flashwave/index": "dev-master"
}
}