nottavi / codespaces-symfony-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using MS Devcontaine for PHP https://github.com/microsoft/vscode-remote-try-php

set PHP 8 in .devcontainer and Dockerfile

added 2 lines to .devcontainer install symfony CLI

  # Install Symfony CLI
    && curl -sS https://get.symfony.com/cli/installer | bash \
    && mv /root/.symfony/bin/symfony /usr/local/bin/symfony \
    && rmdir /root/.symfony/bin /root/.symfony \
    && /usr/local/bin/symfony self-update --no-interaction \

About

License:MIT License


Languages

Language:PHP 56.8%Language:Twig 25.4%Language:Shell 10.5%Language:Dockerfile 7.3%