pratiksh/adminetic

Admin Panel Starter Kit

Installs: 1 200

Dependents: 1

Suggesters: 0

Security: 0

Stars: 41

Watchers: 2

Forks: 15

Open Issues: 1

Language:JavaScript


README

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