- PHP 7.1 or higher
- Mysql
- Composer
Clone the project
https://github.com/VGzsysadm/Vemfony.git
Install dependencies
cd Vemfony
composer install
Create ENV variables in the host, confirm data at doctrine.yaml
Create the database and tables:
php bin/console doctrine:database:create
php bin/console make:migration
php bin/console doctrine:migrations:migrate
- VGzsysadm - https://sysadm.es - @VGzsysadm
This project is licensed under the MIT License - see the LICENSE.md file for details