Download the PHP package takwasoft/data-admin without Composer
On this page you can find all versions of the php package takwasoft/data-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download takwasoft/data-admin
More information about takwasoft/data-admin
Files in takwasoft/data-admin
Informations about the package data-admin
Data Admin Panel
An admin panel for managing users, roles, permissions & crud.
Requirements
Laravel >=5.5
PHP >= 7.0
Features
- User, Role & Permission Manager
- CRUD Generator
- Activity Log
- Page CRUD
- Settings
Installation
-
Run
-
Install the admin package.
Service provider will be discovered automatically.
-
Make sure your user model's has a trait app/Models/User.php.
- You can generate CRUD easily through generator tool now.
Note: If you are using Laravel 7+ then scaffold the authentication with bootstrap for a better experience.
Usage
-
Create some permissions.
-
Create some roles.
-
Assign permission(s) to role.
-
Create user(s) with role.
-
For checking authenticated user's role see below:
- For checking permissions see below:
Learn more about ACL from here
For activity log please read spatie/laravel-activitylog
docs
Screenshots
Author
Ashikur Rahman :email: Email Me
License
This project is licensed under the MIT License - see the License File for details
All versions of data-admin with dependencies
illuminate/support Version ^5.5|^6.0|^7.0|^8.0
appzcoder/crud-generator Version ^3.0
laravelcollective/html Version ^5.5|^6.0
spatie/laravel-activitylog Version ^3.2
yajra/laravel-datatables-oracle Version ~9.0