A Symfony 5.4 LTS project to manage Pas a Repàs website content with custom ERP integrated functionalities.
- PHP 8.1
- MySQL 8.0
- Git 2.0
- Composer 2.0
- Yarn 1.0
- set php.ini config max_input_vars > 10.000
$ git clone git@github.com:Flexible-User-Experience/pas-a-repas-2.git pas-a-repas-2
$ cd pas-a-repas-2
$ cp env.dist .env
$ nano .env
$ composer install
$ yarn install
Remember to edit .env
config file according to your system environment needs.
$ ./scripts/developer-tools/test-database-reset.sh
$ ./scripts/developer-tools/run-test.sh