Users bundle for Cordo microframework.
Go to your Cordo project folder root dir and type:
$ composer require darkorsa/cordo-bundle-users
Next register bundle install command in ./cordo
file:
$application->add(new \Cordo\Bundle\Users\InstallCommand($container));
and execute command:
$ php cordo cordo-bundle-users:install <context>
where <contex>
is your context in which you wish to install this bundle, for example: Client
, Shop
, Backoffice
, etc.
That command will:
- copy all the files to your
./app/<context>
folder - update
./app/Register.php
file - create the DB schemas
Great! Users bundle now is installed and ready to use.
If you discover any security related issues, please email dkorsak@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.