Skip to content

KhawlahElshah/spatie-permisions-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Spatie Perissions UI

This package provides ui views for laravel permissions package made by Spatie

Installation

Install spatie permissions

Install and configure spatie permissions package link, and make sure to always install latest version.

Install permissions UI

  • Install it via composer:
composer require isom/spatie-permissions-ui
  • Publish views, translation using:
php artisan vendor:publish --provider="ISOM\SpatiePermissionsUI\SpatiePermissionsUiServiceProvider" --tag="views"
  • If you want to change translations you can optionally publish them using:
php artisan vendor:publish --provider="ISOM\SpatiePermissionsUI\SpatiePermissionsUiServiceProvider" --tag="lang"

Usage

You can find the permissions, roles, users roles and permissions attachment views and components resources/views and resources/views/components you can easily change the layouts and elements classes to extend your project design.

Controllers

If you need to update the controllers, you can publish them to your project using:

php artisan vendor:publish --provider="ISOM\SpatiePermissionsUI\SpatiePermissionsUiServiceProvider" --tag="controllers"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published