2017 © Pedro Peláez
 

library goalio-remember-me-doctrine-orm

image

oprokidnev/goalio-remember-me-doctrine-orm

  • Tuesday, August 29, 2017
  • by oprokidnev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

GoalioRememberMeDoctrine module.

Automatically detects doctrine orm or odm module in your application and registers appropriate storage for GoalioRememberMe module., (*1)

Usage

//application.config.php
return [
    'modules' => array(
        'GoalioRememberMe',
        'GoalioRememberMeDoctrineORM', //!insert module here
    ),
];

To use non-default doctrine object manager please point it in the application config., (*2)

//config/autoload/application.local.php
return [
    /**
     * Some other modules
     */

    'goaliorememberme_doctrine' => [
        'object_manager' => 'doctrine.entity_manager.orm_default',
                      // or 'doctrine.document_manager.odm_default',
    ],
];

The Versions

29/08 2017

dev-master

9999999-dev

  Sources   Download

The Requires