mustafaalansary / laravel-spatie-permission-uuid
Adding UUID support for Laravel Spatie permission
Installs: 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mustafaalansary/laravel-spatie-permission-uuid
Requires
- php: ^7.3|^8.0
- illuminate/filesystem: ^8.42
- illuminate/support: ^8.42
This package is auto-updated.
Last update: 2025-10-05 03:05:49 UTC
README
This package will help you to scaffold the UUID support for Spatie permission, and use it instead of the ID.
This package can be used with Laravel 6.0 or higher
Installation
composer require spatie/laravel-permission mustafaalansary/laravel-spatie-permission-uuid --dev
php artisan lspuuid:install
That's it, and you're all set up!