Git Product home page Git Product logo

Comments (8)

filippotoso avatar filippotoso commented on June 24, 2024 1

Please read the upgrade guide:

https://laratrust.santigarcor.me/docs/6.x/upgrade.html

If you use the can method you MUST change it to isAbleTo. We removed the can method in order to support Laravel policies and gates out of the box.

In your case, create a method named laratrustCan() and call the isAbleTo() method from that.

from laratrust.

wankimmy avatar wankimmy commented on June 24, 2024

@santigarcor please need your help, i was upgrading for laravel 6 to 8

from laratrust.

wankimmy avatar wankimmy commented on June 24, 2024

Please read the upgrade guide:

https://laratrust.santigarcor.me/docs/6.x/upgrade.html

If you use the can method you MUST change it to isAbleTo. We removed the can method in order to support Laravel policies and gates out of the box.

In your case, create a method named laratrustCan() and call the isAbleTo() method from that.

can u provide a source code for this ? reate a method named laratrustCan() and call the isAbleTo()

from laratrust.

wankimmy avatar wankimmy commented on June 24, 2024

Please read the upgrade guide:

https://laratrust.santigarcor.me/docs/6.x/upgrade.html

If you use the can method you MUST change it to isAbleTo. We removed the can method in order to support Laravel policies and gates out of the box.

In your case, create a method named laratrustCan() and call the isAbleTo() method from that.

can u provide a source code for this ? reate a method named laratrustCan() and call the isAbleTo()

from laratrust.

santigarcor avatar santigarcor commented on June 24, 2024

You just have to replace all the laratrustCan method calls to isAbleTo as the upgrade guide says.

from laratrust.

wankimmy avatar wankimmy commented on June 24, 2024

ok the error is resolved, but my $user->hasRole(['superadmin', 'hq_operation_manager']) not able to work @santigarcor

when dd(Auth::user()->hasRole(['superadmin', 'hq_operation_manager']));, it return as false

image

image

image

from laratrust.

wankimmy avatar wankimmy commented on June 24, 2024

image

from laratrust.

santigarcor avatar santigarcor commented on June 24, 2024

Lines 16-18 & 21-22 are not needed anymore.

Also, remove that laratrustCan method and use the isAbleTo instead.

Read the upgrade guides everything to upgrade Laratrust is there.

from laratrust.

Related Issues (20)

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.