There is no license information available for the latest version (dev-main) of this package.

Simple ACL for Laravel

Maintainers

Package info

github.com/FramesNPictures/el-acl

pkg:composer/framesnpictures/el-acl

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2023-02-25 23:39 UTC

This package is auto-updated.

Last update: 2026-02-26 06:10:36 UTC


README

Can::resource($user)->be()->deleted();
Can::resource($user)->delete($post);
Can::resource($user)->create(new Video());