Download the PHP package vizrex/laratrust-ingest without Composer
On this page you can find all versions of the php package vizrex/laratrust-ingest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vizrex/laratrust-ingest
More information about vizrex/laratrust-ingest
Files in vizrex/laratrust-ingest
Package laratrust-ingest
Short Description Utility package to ingest roles and permissions easily using command line.
License proprietary
Informations about the package laratrust-ingest
READ THIS FIRST
It is highly recommended for all contributors to update this file whenever there's a major update in source code. Use this tool for easy editing or visit this page for comprehensive guide on markdown syntax.
Introduction
This package provides an easy way to seed roles and permissions from a csv file to database tables created by Laratrust Package.
CAUTION
Following tables will be truncated on execution of this command:
- permission_user
- permission_role
- permissions
- role_user
- roles
Signature
CSV Format
Columns
First 3 columns will have title as follow:
- permission_name
- permission_display_name
- permission_description
Next columns shall have the role name
and display_name
separated by semicolon ;
as follow:
super-admin;Super Admin
Rows
Each row will have name of permissions, its display name and description respectively in first three cells. Following cells will have either y
or n
depending on the assignment of that permission to corresponding role.
Sample
Here's a Sample CSV File.
To-dos
Following are the approved items:
- Item-1
Wishlist
Add the suggestions in this wishlist. Only approved wishlist items can be moved to To-dos list:
- Item-1
All versions of laratrust-ingest with dependencies
santigarcor/laratrust Version 5.*
illuminate/support Version ~5.1|^6.0
vizrex/laraviz Version ~1