sumitmishra / authaccesscontrol
Laravel Authentication & Access Control Package
Package info
github.com/sumitangular/laravel-auth-access-control
pkg:composer/sumitmishra/authaccesscontrol
dev-master
2025-06-24 11:52 UTC
This package is auto-updated.
Last update: 2026-03-24 13:28:37 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