westsoft / acl
Sistema de permissões para WestSoftware
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 776
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Language:JavaScript
Requires
- illuminate/routing: ^5.6.34
- yoeunes/toastr: ^1.1
This package is not auto-updated.
Last update: 2022-05-01 11:20:39 UTC
README
#Execute:
php artisan vendor:publish
php artisan event:generate
#Registar midleware em App\Http\Kernel protected $routeMiddleware = [ ...
'check.permissions' => \Westsoft\Acl\Middleware\CheckPermissions::class,
];
#Atualização para versão 2.0
#Mudanças: -Revisão ACL
-Menu de navegação
-Layout Modern Admin
-Loading das permissões listener
-Segurança não alterar dados de terceiros url
-Add Toastr alert
#acrescentar as diretivas @toast ao arquivo de layout
<!doctype html>
<html>
<head>
<title>Toastr.js</title>
@toastr_css
</head>
<body>
</body>
@jquery
@toastr_js
@toastr_render
</html>