LaravelPackages.net
Acme Inc.
Toggle sidebar
jobmetric/rolix

An advanced role, membership, and delegation system for Laravel — built for large-scale, multi-tenant, and modular applications. It provides a robust solution for managing roles, permissions, and user memberships, allowing for flexible delegation of responsibilities across various modules.

0
2
About jobmetric/rolix

jobmetric/rolix is a Laravel package for an advanced role, membership, and delegation system for laravel — built for large-scale, multi-tenant, and modular applications. it provides a robust solution for managing roles, permissions, and user memberships, allowing for flexible delegation of responsibilities across various modules.. It currently has 2 GitHub stars and 0 downloads on Packagist. Install it with composer require jobmetric/rolix. Discover more Laravel packages by jobmetric or browse all Laravel packages to compare alternatives.

Last updated

Rolix

An advanced role, membership, and delegation system for Laravel — built for large-scale, multi-tenant, and modular applications. It provides a robust solution for managing roles, permissions, and user memberships, allowing for flexible delegation of responsibilities across various modules.

Install via composer

Run the following command to pull in the latest version:

composer require jobmetric/rolix

Publish the config

Copy the config file from vendor/jobmetric/rolix/config/config.php to config folder of your Laravel application and rename it to rolix.php

Run the following command to publish the package config file:

php artisan vendor:publish --provider="JobMetric\Rolix\RolixServiceProvider" --tag="rolix-config"

You should now have a config/rolix.php file that allows you to configure the basics of this package.

Documentation

coming soon...

Comments