<?php
“laravel after method()”
Gate::after(function ($user, $ability, $result, $arguments) {
if ($user->isSuperAdmin()) {
return true;
}
});
Programing Coderfunda
February 23, 2022
Laravel, php
No comments
<?php
0 comments:
Post a Comment
Thanks