A hub-and-spoke platform for organizations to effectively manage their operations and data. Uses GSuite.
This project is maintained by ColoredCow
Associate users with roles and permissions to get started.
Create a new account in the portal. Please ignore this step if already created an account.
Assigning roles to the users
php artisan tinker
use Modules\User\Entities\User
$user = User::first()
$user->assignRole('super-admin')