494 B
494 B
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"
}
}