Skip to content

Braconnier/tech_itw_sf_urbanease

Repository files navigation

URBANEASE CHECK ITW SYMFONY

Launch your server and read the instructions.

Requirements

Installation

  1. Clone the current repository.

  2. Create a branch correctly named as "LASTNAME_FIRSTNAME".

  3. Move into the directory and create an .env.local file. This one is not committed to the shared repository. Set db_name to check_itw.

  4. Execute the following commands in your working folder to install the project:

# Install dependencies
composer install

# Create 'check_itw' DB
php bin/console d:d:c

# Execute migrations and create tables
php bin/console d:m:m

Reminder: Don't use composer update to avoid problem

Assets are directly into public/ directory, we will not use Webpack with this checkpoint

Usage

Launch the server with the command below and follow the instructions on the homepage /;

$ symfony server:start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published