Download the PHP package paxha/lararole without Composer
On this page you can find all versions of the php package paxha/lararole. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download paxha/lararole
More information about paxha/lararole
Files in paxha/lararole
Package lararole
Short Description Lararole is a Laravel library, provides Role Management with permissions.
License LGPL-3.0
Informations about the package lararole
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.
All versions of lararole with dependencies
doctrine/dbal Version ^2.10
fico7489/laravel-pivot Version ^3.0
laravel/framework Version ^8.0|^9.0
laravel/legacy-factories Version ^1.1
paxha/artisan-view Version ^4.0
paxha/laravel-recursive-relationships Version ^1.0
paxha/laravel-reportable Version ^1.0
paxha/laravel-sluggable Version ^1.1
staudenmeir/eloquent-has-many-deep Version ^1.11