Skip to content
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

Added dynamic property support #152

Open
wants to merge 7 commits into
base: v6.0
Choose a base branch
from

Commits on Oct 24, 2023

  1. replace mongodb driver with mongodb/laravel-mongodb

    replace mongodb driver with new official driver -> mongodb/laravel-mongodb
    webafra committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    46f9857 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Merge pull request mostafamaklad#147 from webafra/mongo-driver

    replace mongodb driver with mongodb/laravel-mongodb
    mostafamaklad committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    91d6e8c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    c46c2b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Added dynamic property support

    This way, it is possible to change the default property of the collection ('roles_id') and ('permissions_ids'), being able to use the library in several projects with the same collection of users, segmenting the property for each one, and can be used in multiple projects that use unique logins.
    BrunoWisniewski committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f378472 View commit details
    Browse the repository at this point in the history
  2. Added dynamic property support

    This way, it is possible to change the default property of the collection ('roles_id') and ('permissions_ids'), being able to use the library in several projects with the same collection of users, segmenting the property for each one, and can be used in multiple projects that use unique logins.
    BrunoWisniewski committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d7c7a54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d255f3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02564f0 View commit details
    Browse the repository at this point in the history