All notable changes to laravel-user-commands
will be documented in this file
#3.1.1 - 2021-09-02
- Fix bug when permissions as string.
#3.1.0 - 2021-09-02
- Add feature to attach all permissions.
- Fixed the bug that did not allow saving the user when the fillable property was used.
- Removed default fields and default rules.
- Added two keys to config file
fields
andrules
. - Added rule
filled
dynamically to all your fields defined in your fillable property and/or in your config file. - Add Dynamic question for fields that need to be confirmed.
- Add support for asking fillable fields
- Exposing methods to overwrite user data
- Add
merge
function - Add
prepareForSave
function - Add Tests
- Add
- Using flag field (Option) instead of argument
- Exposing user default data
- Inputs ask refactoring
- Initial release