-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a console command to create a user #155
Comments
That makes sense, don't think it would be too difficult |
Great :) Unfourtunately I'm not familiar with laravel but with symfony. I'd love to contribute to this tool, we're actually using it a lot |
I have committed to |
looks great, how can I test it? I updated the code but the command is not On Wed, Jan 27, 2016 at 6:35 PM, Stephen Ball [email protected]
José Cornide |
Have you switched to |
…d have the controller and command throw it instead
* master: Update build script Update build script Ran php-cs-fixer Updated CHANGELING Cleanup Cleanup Typo Fixes #156 which is caused by Laravel changing the render() method in 5.2, although the error is only a problem in debug mode Remove overloaded clear-compiled Clean up messy code for #155, remove the event from the repository and have the controller and command throw it instead Add a command to allow users to be created via the console #155 Updated humans.txt Updated .dotenv Updated PHPLOC Updating dependencies Ran php-cs-fixer Moving ask and validate to a trait Updated dependencies
It would be great to have console command to create users. That way it would be easier to create an ansible role to install the deployer and later add the first user.
The text was updated successfully, but these errors were encountered: