Laravel Simple User Mangement is a small reusable web application that manages Users, Roles and Permissions. This is a starter template for any laravel based web applicatoin that needs authentication with role and permission control.
- Composer - PHP Package Manager
- NPM - Node Package Manager
-
Clone project.
git clone https://github.com/basilbarnaby/simple-user-management.git
-
Install using composer.
composer install
composer update -
Run database migrations
php artisan migrate
-
Login with using default super admin username and password
username: suadmin@example.com
password: password -
Use superadmin access to create users, roles, and permissions for testing.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications.
Start working with Laravel now!
Laratrust is an easy and flexible way to add roles, permissions and teams authorization to Laravel 5 (>=5.2.32).
Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
Build responsive, mobile-first projects on the web with the world's most popular front-end component library.
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.
Thank you for considering contributing to this project! Also thank you for supporting the Laravel Framework and its growing community.
The Laravel Simple User Management is open-sourced software licensed under the MIT license.