darkorsa/cordo-bundle-users

Users bundle for Cordo microframework

0.50.0 2022-11-03 16:17 UTC

This package is auto-updated.

Last update: 2024-04-30 00:40:35 UTC


README

Users bundle for Cordo microframework.

Install

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.

Security

If you discover any security related issues, please email dkorsak@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.