strategio / megio-starter
Boilerplate for Megio apps & webs
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/strategio/megio-starter
Requires
- php: ^8.3
- strategio/megio-core: ^0.10.0
- symfony/property-access: ^7.3
- symfony/serializer: ^7.3
- symfony/validator: ^7.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.87.2
- phpunit/phpunit: ^12.0
README
Skeleton for your apps, webs & APIs built on Megio.
- Docs: https://megio.dev
Installation Guide
Setup Steps
-
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