niisan-tokyo / some-discovery

By using the type declaration, the processing class corresponding to a certain class is automatically linked.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using docker container for testing

create container image

docker build -t niisan/php .

run container

docker run --rm -it -v `pwd`:/var/www niisan/php

About

By using the type declaration, the processing class corresponding to a certain class is automatically linked.


Languages

Language:PHP 93.7%Language:Dockerfile 6.3%