README.md

    quick start

    php -S localhost:96 -t . ./za/za6.php
    or start it on any web-server
    

    git

    git clone -o gitflic --recurse-submodules https://gitflic.ru/project/wondermega/zagata-start.git .
    

    or

    git clone -o gitflic https://gitflic.ru/project/wondermega/zagata-start.git .
    git submodule update --init --remote --recursive --merge
    

    clear history

    git remote remove bitbucket
    
    git checkout --orphan new
    git commit -am 'init'
    git branch -D master
    git branch -m master
    

    docker

    docker build -t zagata/start .
    

    composer

    composer update
    

    phpunit

    composer test
    

    run server

    composer serve
    
    Описание

    quick start empty project

    Конвейеры
    0 успешных
    0 с ошибкой