lew / meteobundle
Application Meteo
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/orm: ^2.5
- incenteev/composer-parameter-handler: ^2.0
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ^2.8
- symfony/polyfill-apcu: ^1.0
- symfony/swiftmailer-bundle: ^2.3
- symfony/symfony: 3.1.*
Requires (Dev)
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.0
This package is not auto-updated.
Last update: 2025-02-01 22:40:59 UTC
README
[Projet] Lancer votre application météo
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 :
api_keys: #key api openweathermap
units: metric # metric for Celsius or imperial for Farenheit
langs: fr # fr=french or en=english or...