Most powerful tool for creating webs, apps & APIs.
- Docs: https://megio.dev
- Demo: https://demo.megio.dev (u: admin@test.cz p: Test1234)
https://megio.dev/docs/getting-started/installation
# Create .env file
cp .env.example .env
# Init environment
make test-setup
# Run all tests
make test
# Or run specific test
make test-single FILE=tests/Collection/UpdateRowsTest.php