定制 pratiksh/adminetic 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pratiksh/adminetic

最新稳定版本:v2.2.0

Composer 安装命令:

composer require pratiksh/adminetic

包简介

Admin Panel Starter Kit

README 文档

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

统计信息

  • 总下载量: 1.65k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 45
  • 点击次数: 4
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 45
  • Watchers: 2
  • Forks: 14
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-06-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固