https://github.com/zviryatko/beetroot-micro-framework-example
https://github.com/zviryatko/beetroot-micro-framework-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zviryatko/beetroot-micro-framework-example
- Owner: zviryatko
- Created: 2022-02-23T14:32:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T16:47:05.000Z (about 4 years ago)
- Last Synced: 2025-02-16T12:57:40.583Z (over 1 year ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Application
### Installation
```bash
cp .env.dist .env
docker-compose up -d
docker-compose exec -w /var/www php sh -c 'vendor/bin/doctrine orm:schema-tool:create'
```
And open http://site.localhost