Giter VIP home page Giter VIP logo

pratiksh404 / adminetic Goto Github PK

View Code? Open in Web Editor NEW
45.0 2.0 15.0 76.62 MB

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

Home Page: https://pratikdai404.gitbook.io/adminetic/

License: MIT License

PHP 3.57% JavaScript 75.05% CSS 14.55% HTML 2.92% Blade 3.91% Hack 0.01%
laravel-admin-panel laravel-adminpanel laravel-package crud-generator acl-generator user-management role-management module-pattern

adminetic's Introduction

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 : [email protected] 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 [email protected] 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

adminetic's People

Contributors

cmanish049 avatar code-factor avatar lgtm-migrator avatar pratiksh404 avatar stylecibot avatar sujan-sht avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

adminetic's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.