Skip to content

Admin starter kit with user, role and permission, activity, settings and preference management along with CRUD, ACL, BREAD Permission, Repo Pattern, SuperAdmin Generator

License

Notifications You must be signed in to change notification settings

pratiksh404/adminetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7866dea · Jul 2, 2024
Nov 10, 2022
Aug 7, 2023
Sep 22, 2023
Jun 23, 2023
Jul 2, 2024
Mar 29, 2023
May 3, 2024
Mar 27, 2023
May 31, 2021
May 31, 2021
May 31, 2021
May 31, 2021
May 31, 2021
Apr 5, 2023
Apr 5, 2023
Jun 6, 2021

Repository files navigation

Adminetic Admin Panel

Adminetic

Latest Version on Packagist Stars Downloads StyleCI Build Status Scrutinizer Code Quality CodeFactor License

Headstart your project with adminetic admin panel with single command.

For detailed documentaion visit Adminetic Documentation

Contains : -

  • CRUD Scaffold Generator
  • ACL Generator(BREAD Control)
  • Super Admin Generator
  • Repo Pattern Generator
  • API Scaffold Generator
  • User Management
  • Role and Permission Management
  • Activity Management
  • Auth Management
  • Setting Management
  • Preference Management
  • Theme Customization
  • Plugin Extensions

Installation Via Adminetic CLI

Make sure to install adminetic cli

composer global require adminetic/cli

Make sure that you have created database named same as ur project_name

adminetic new project_name

All your setup process will be automated.

Installation

You can install the package via composer:

composer require pratiksh/adminetic

Add AdmineticUser Trait. In your user model,

use Pratiksh\Adminetic\Traits\AdmineticUser;
class User extends Authenticatable
{
    use AdmineticUser;
    ....
}

Install Adminetic

php artisan install:adminetic

Migrate Database

php artisan migrate

Import Data

php artisan adminetic:dummy

Note: If we enable migrate_wth_dummy in adminetic config file dummy data are seeded on migration. Then above command can be avoided.

Use adminetic auth route. In web.php paste following

Route::admineticAuth();

This allows you to have necessary login credential

Admin Credential email : admin@admin.com password: admin123

Notice

Stay tuned for futher documentaion.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email pratikdai404@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

Admin Panel Screenshot

Adminetic Adminetic Adminetic Adminetic Adminetic Adminetic Adminetic