sumitmishra / authaccesscontrol
Laravel Authentication & Access Control Package
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/sumitmishra/authaccesscontrol
This package is auto-updated.
Last update: 2025-12-24 13:03:47 UTC
README
This Laravel package provides authentication, role-permission management, REST API endpoints, and a Vue-powered admin panel.
Installation
composer require sumitmishra/authaccesscontrol
Publish Resources
php artisan vendor:publish --tag=views php artisan vendor:publish --tag=migrations
Demo Users
Run this to seed demo users and roles:
php artisan db:seed --class=Database\\Seeders\\DemoSeeder
Login:
- admin@example.com / password
- editor@example.com / password
License
MIT