-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
[4.x] Add console import for file based groups and roles to database #6774
[4.x] Add console import for file based groups and roles to database #6774
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR has made me notice that data
support wasn't added to #5686.
I've removed the data()
import here and I'll fix all the data-related stuff in a separate PR.
Other than that, I made to make a couple of small fixes - but this is good to go other than data. 👌 Thanks.
Ah yes. Too many overlapping PRs! |
Added an import
php please eloquent:import-groups
andphp please eloquent:import-roles
to transfer file based roles and groups to eloquent driven.Requires: #5686
Related: #6729
If #6506 merges, then the group import will need to be updated to support the import of data.