paxha/lararole

Lararole is a Laravel library, provides Role Management with permissions.

Installs: 327

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 6

Open Issues: 0

Type:laravel

v3.2.1-alpha 2022-05-15 13:56 UTC

This package is auto-updated.

Last update: 2024-04-15 18:43:26 UTC


README

logo

Build Status StyleCI Total Downloads Latest Stable Version License

Introduction

Lararole is a Laravel library, provides Role Management with permissions. Basically this library provides a basic structure of application and instructions to use it. Using this manageable structure you can build large and robust applications.

Lararole is accessible, powerful, and provides tools required for large, robust applications.

Each module belongs to any role and that role has read or write permission. User can't visit module any page without any permission. Even Without write permission User can't perform any action like create, update or delete. These permissions are controlled by middleware permission.read and permission.write.

Features

A Quick Start Project

  • Built-in Migrations
  • Built-in Routes
  • Built-in Models
  • Built-in Controller
  • Read/Write permission middleware
  • Manageable directory structure
  • Build-in UI

Documentation, Installation, and Usage Instructions

See the lararole.com for detailed installation and usage instructions.

License

Lararole package is published under GNU LGPLv3 and copyright to Hassan Raza Pasha.