Idea

Introduction#

Sharedo provides you an interface to manage roles and permissions for Laravel apps. You can assign read or write permissions to a user and remove the permissions as required. It is powered by Inertia.js and Laravel Bouncer.

Motivation#

We realised that it is very time consuming to add a share functionality to Laravel projects and this can hinder the development process. This package aims to solve this problem by enabling you to share your project's entities with other users easily.

Philosophy#

This package makes use of InertiaJs for the data flow between backend and frontend without writing any APIs and Bouncer to assign roles and permissions to other users.