A super easy PHP Framework for web development!
https://github.com/exacti/phacil-framework
8 lines
91 B
8 lines
91 B
3 years ago
|
version: '2'
|
||
|
services:
|
||
|
|
||
|
php-74:
|
||
|
build: env/php-7.4/
|
||
|
volumes:
|
||
|
- ../:/src/
|