GithubHelp home page GithubHelp logo

thekordy / auzo Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 1.0 50 KB

Central management interface with database and user roles for Laravel 5.1, 5.2, and 5.3 authorization management

License: MIT License

PHP 100.00%

auzo's People

Contributors

balping avatar thekordy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

dungtd91

auzo's Issues

laravel 5.2 Call to a member function connection() on a non-object

after trying to publish migrations
php artisan vendor:publish --provider="Kordy\Auzo\AuzoServiceProvider" --tag="migrations"

i got this error

PHP Fatal error: Call to a member function connection() on a non-object in /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php on line 3286

$user->can() always return false

Hi there,
After set up this repository success, i create some demo data:

  • create user

  • create ability:
    $ability = AuzoAbility::create([
    'name' => 'ability.name',
    'label' => 'Abiliy Label',
    'tag' => 'ability.tag'
    ]);

  • create role:
    $role = AuzoRole::create([
    'name' => 'testRole',
    'description' => 'test role description'
    ]);

  • create permission:
    $role->givePermissionTo($ability);
    $user->assignRole($role);
    In HomeController:
    var_dump($user->can('ability.name')); // --> false;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.