-
Notifications
You must be signed in to change notification settings - Fork 49
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
Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory #71
Labels
enhancement
New feature or request
Comments
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jun 30, 2024
…n Gates - Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71) - Integrate Laravel's built-in authorization Gates (php-casbin#70)
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jun 30, 2024
…n Gates - Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71) - Integrate Laravel's built-in authorization Gates (php-casbin#70)
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jun 30, 2024
…n Gates - Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71) - Integrate Laravel's built-in authorization Gates (php-casbin#70)
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jun 30, 2024
…n Gates - Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71) - Integrate Laravel's built-in authorization Gates (php-casbin#70)
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jun 30, 2024
…n Gates - Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71) - Integrate Laravel's built-in authorization Gates (php-casbin#70)
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jul 1, 2024
…n Gates - Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71) - Integrate Laravel's built-in authorization Gates (php-casbin#70)
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jul 1, 2024
…n Gates - Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71) - Integrate Laravel's built-in authorization Gates (php-casbin#70)
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jul 1, 2024
…n Gates - Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71) - Integrate Laravel's built-in authorization Gates (php-casbin#70)
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jul 5, 2024
- Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71)
Dobmod
added a commit
to Dobmod/laravel-authz
that referenced
this issue
Jul 5, 2024
- Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (php-casbin#71)
leeqvip
pushed a commit
that referenced
this issue
Jul 5, 2024
- Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory (#71)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ModelLoaderFactory
was added in #69.It is more expressive and elegant to use Laravel's built-in factory class.
https://github.com/laravel/framework/blob/11.x/src/Illuminate/Support/Manager.php
The text was updated successfully, but these errors were encountered: