The core user authentication & management system.
Just run:
$ ./bin/setup
You may want to change the app's default environment variables, which lays in .env
.
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -m 'add some feature'
). - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request.