Skip to content

darkorsa/cordo-bundle-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordo-bundle-users

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.

About

Users bundle for Cordo microframework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages