Giter Site home page Giter Site logo

Comments (5)

bezhanSalleh avatar bezhanSalleh commented on May 29, 2024

Just register your cluster class in the shield config.

from filament-shield.

free-storage avatar free-storage commented on May 29, 2024

Just register your cluster class in the shield config.

Yes, but the file will remain in the same location app/Filament/Resources/Shield/RoleResource.php. I want to move the file here app/Filament/Clusters/Settings/Resources/Shield/RoleResource.php to keep the application structure.

You need to modify $roleResourcePath = app_path((string) Str::of('Filament\\Resources\\Shield\\RoleResource.php')->replace('\\', '/')); in isResourcePublished() and add the path to the cluster if it is specified in the config. Do a check either here or there.

from filament-shield.

bezhanSalleh avatar bezhanSalleh commented on May 29, 2024

Keeping the structure as recommended is for your own application not plugins.

from filament-shield.

free-storage avatar free-storage commented on May 29, 2024

Keeping the structure as recommended is for your own application not plugins.

I modified RoleResource.php so it is part of my application. So I want to place it in the right place.

Can you improve isResourcePublished() so that it additionally checks against the specified cluster? This will solve the problem. Because if you move RoleResource.php to the directory with the cluster, then the condition will break here and your script will connect the standard resource https://github.com/bezhanSalleh/filament-shield/blob/3.x/src/FilamentShieldPlugin.php#L29

from filament-shield.

free-storage avatar free-storage commented on May 29, 2024

@bezhanSalleh Improve isResourcePublished() to allow the resource to be moved to the cluster?

from filament-shield.

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.