Download the PHP package westsoftware/acl2 without Composer
On this page you can find all versions of the php package westsoftware/acl2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download westsoftware/acl2
More information about westsoftware/acl2
Files in westsoftware/acl2
Download westsoftware/acl2
More information about westsoftware/acl2
Files in westsoftware/acl2
Vendor westsoftware
Package acl2
Short Description Sistema de permissões para WestSoftware 2.3
License MIT
Package acl2
Short Description Sistema de permissões para WestSoftware 2.3
License MIT
Please rate this library. Is it a good library?
Informations about the package acl2
Permissões West Software
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>
All versions of acl2 with dependencies
PHP Build Version
Package Version
The package westsoftware/acl2 contains the following files
Loading the files please wait ....