dev-master
9999999-dev https://github.com/Jb-31/KassouletThreesixtyLearningBundle
MIT
The Requires
by Jb-31 - Jean-Baptiste ROUANET
Perform the following steps to install and use the basic functionality, (*1)
Add KassouletThreesixtyLearningBundle to your composer.json :, (*2)
"kassoulet/threesixtyLearningBundle": "dev-master"
Composer will install the bundle to your project's vendor/kassoulet/threesixtylearningbundle
directory., (*3)
Enable the bundle in the kernel:, (*4)
``` php <?php // app/AppKernel.php, (*5)
public function registerBundles() { $bundles = array( // ... new Kassoulet\ThreesixtyLearningBundle\KassouletThreesixtyLearningBundle(), ); }, (*6)
### Step 3: Configure the bundle Add your credentials in config file : CompanyID and ApiKey ```yaml # app/config/config.yml kassoulet_threesixty_learning: company_id: yourCompanyID api_key: yourAPIKey
MIT