strategio/megio-core

Most powerful tool for creating webs, apps & APIs.

0.9.5 2025-02-04 01:33 UTC

README

Most powerful tool for creating webs, apps & APIs.

Installation guide

https://megio.dev/docs/getting-started/installation

How to run tests

# Create .env file
cp .env.example .env

# Init environment
make test-setup

# Run all tests
make test-full

# Or run specific test
make test-single FILE=tests/Collection/UpdateRowsTest.php