Download the PHP package craffft/contao-oauth2-bundle without Composer
On this page you can find all versions of the php package craffft/contao-oauth2-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download craffft/contao-oauth2-bundle
More information about craffft/contao-oauth2-bundle
Files in craffft/contao-oauth2-bundle
Package contao-oauth2-bundle
Short Description ContaoOAuth2Bundle for Symfony with Contao
License MIT
Homepage https://craffft.de
Informations about the package contao-oauth2-bundle
Contao OAuth2 Bundle
Contao OAuth2 Bundle for Symfony
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Config the Bundle
As next add the following configuration to the app/config/config.yml
file of
your project:
Import the routing.yml configuration file in app/config/routing.yml:
Copy the content of vendor/contao/core-bundle/src/Resources/config/security.yml
file and replace app/config/security.yml
file with it. Than amend it with the
following code:
Step 4: Generate database tables
Change your database tables to InnoDB to prevent schema update errors.
Please update your database with the following command, because the contao install tool will not generate the symfony relevant tables.
All versions of contao-oauth2-bundle with dependencies
contao/core-bundle Version ~4.4
symfony/security Version ~2.8|~3.0
symfony/framework-bundle Version ~2.8|~3.0
symfony/http-kernel Version ~2.8|~3.0
symfony/browser-kit Version ~2.8|~3.0
doctrine/orm Version ~2.5
friendsofsymfony/oauth-server-bundle Version ~1.5
menatwork/contao-multicolumnwizard Version ^3.3