Welcome in your Symfony site.
PHP 7.2.5 or higher
Download Wamp, Xampp, Mamp or WebHost
Symfony 5.1 or higher
Composer
Go in directory. Make a clone with git clone https://github.com/thomasop/SnowTricks.git
Update environnements variables in the .env file with your values. At the very least you need to define the SYMFONY_ENV=prod DATABASE_URL MAILER_URL
Install composer with composer install and init the projet with composer init in SnowTricks
- Use the command php bin/console doctrine:database:create for database creation.
- Use the command php bin/console doctrine:migrations:migrate for creation of the tables.
- Use the command php bin/console doctrine:fixtures:load for load some data in database
At the root of your project use the command php bin/console server:start -d Default connection use Email :[email protected] - Password :Test1234?