https://github.com/sbthdr/arcadmin
Admin and User - Role Management starter application.
https://github.com/sbthdr/arcadmin
admin-dashboard bootstrap laravel php
Last synced: 4 months ago
JSON representation
Admin and User - Role Management starter application.
- Host: GitHub
- URL: https://github.com/sbthdr/arcadmin
- Owner: SBTHDR
- Created: 2021-02-28T19:55:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T08:36:52.000Z (about 4 years ago)
- Last Synced: 2025-01-06T20:32:32.482Z (5 months ago)
- Topics: admin-dashboard, bootstrap, laravel, php
- Language: PHP
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arc-Admin Admin starter system
## About Repository
Arc-Admin is an Admin starter system based on Laravel 8.
Backend system provide a complete management of admin CRUD,
with full role and permission based authentication and authorization.## Tech Specification
- Laravel 8
- jQuery 3
- Bootstrap 4
- Font Awesome 5
- Intervention Image
- iziToast
- sweetalert## Features
- User Role and permission Management
- Role and permission based Authentication
- Role and permission based Authorization
- Show, update, edit, and delete user as admin
- Email activation and notifications
- page builder## Installation
- `git clone https://github.com/SBTHDR/arcadmin.git`
- `cd arcadmin/`
- `cp .env.example .env`
- `composer install`
- Run `php artisan key:generate`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `npm install`
- `npm run dev`
- `php artisan serve`## License
[MIT license](https://opensource.org/licenses/MIT).