Test PHP Unit
- Apache 2.4
- PHP 7.2
- MySQL 5.7
- Composer
- Yarn
git clone https://github.com/jonathankablan/symfony_php_unity.git
cd symfony_php_unity
./install.sh
Installation des dépendances :
cd app/integration
yarn install
Production (yarn install --production && gulp --production):
yarn run start
Développement (yarn && gulp):
yarn run start:dev
Pour plus d'informations, consulter le fichier README.md
- Jonathan Kablan