strategio / megio-starter
Boilerplate for Megio apps & webs
Package info
github.com/strategio-digital/megio-starter
Type:project
pkg:composer/strategio/megio-starter
1.0.1
2026-01-09 16:22 UTC
Requires
- php: ^8.4
- strategio/megio-core: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.87.2
- phpstan/phpstan: ^2.1
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^12.0
README
| layout | uri | position | slug | navTitle | title | description |
|---|---|---|---|---|---|---|
| page | / | 1 | home | Getting Started | Getting Started | Installation and setup instructions for Megio. |
Getting Started
- Docs: https://megio.dev
Installation Guide
-
Build the project
cp .env.example .env && make build -
Start the development server
make serve
-
Create admin user
docker compose exec app bin/console admin admin@test.cz Test1234 -
Run tests
make test -
Access the application
- App: http://localhost:8090
- Admin: http://localhost:8090/app/admin