https://github.com/strategio-digital/megio-core
Most powerful tool for creating webs, apps & APIs.
https://github.com/strategio-digital/megio-core
api auth doctrine-orm headless-api headless-cms latte php phpstan s3-storage tracy vue
Last synced: 2 months ago
JSON representation
Most powerful tool for creating webs, apps & APIs.
- Host: GitHub
- URL: https://github.com/strategio-digital/megio-core
- Owner: strategio-digital
- License: mit
- Created: 2022-10-27T15:46:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-09T16:01:33.000Z (5 months ago)
- Last Synced: 2026-01-14T16:06:30.985Z (5 months ago)
- Topics: api, auth, doctrine-orm, headless-api, headless-cms, latte, php, phpstan, s3-storage, tracy, vue
- Language: PHP
- Homepage: https://megio.dev
- Size: 3.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Megio core
Most powerful tool for creating webs, apps & APIs.
- Docs: https://megio.dev
- Demo: https://demo.megio.dev (u: admin@test.cz p: Test1234)
## Installation guide
https://megio.dev/docs/getting-started/installation
## How to run tests
```bash
# 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
```