2017 © Pedro PelĂĄez
 

project meteobundle

Application Meteo

image

lew/meteobundle

Application Meteo

  • Saturday, October 1, 2016
  • by lew13010
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

OCR-Meteo

[Projet] Lancer votre application météo, (*1)

Installation

Composer

composer require lew/meteobundle

Database

doctrine:database:create
doctrine:schema:update --force

Assets

assets:install --symlink 

Configuration

Add these lines in your file config/parameters.yml with your choices :, (*2)

api_keys: #key api openweathermap
units: metric # metric for Celsius or imperial for Farenheit 
langs: fr # fr=french or en=english or...

The Versions