承接 parthokar/admin-core 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

parthokar/admin-core

最新稳定版本:v1.3

Composer 安装命令:

composer require parthokar/admin-core

包简介

Admin dashboard with role & permission management for Laravel

README 文档

README

Tests

License

Admin Core

Admin Core is a Laravel package that provides a ready-to-use admin dashboard with authentication, role and permission management, and user management foundation.
Installable via Composer, it allows developers to quickly integrate a powerful admin panel into any Laravel 12+ project.

Features (v1.0)

  • Laravel 12 compatible
  • Admin authentication (login page + dashboard)
  • Package auto-discovery with Service Provider
  • Config publish (config/admin-core.php)
  • Routes, Views, and Migrations included
  • Prepares foundation for Role & Permission management

Installation

1. Require the package via Composer (local or GitHub)

composer require parthokar/admin-core

Artisan Commands

Install Admin-Core and create default admin:

Creates default admin user

Creates default roles & permissions

Runs package migrations

php artisan admin-core:install

Publish config (optional)

1: Config Publish

php artisan vendor:publish --tag=admin-core-config

2: views Publish

php artisan vendor:publish --tag=admin-core-views

3: Routes Publish

php artisan vendor:publish --tag=admin-core-routes

4: Migrations Publish

php artisan vendor:publish --tag=admin-core-migrations

Configuration

  1. Auth Guard

Open config/auth.php in your Laravel project and add:

'guards' => [
    'admin' => [
        'driver' => 'session',
        'provider' => 'admins',
    ],
],

'providers' => [
    'admins' => [
        'driver' => 'eloquent',
        'model' => ParthoKar\AdminCore\Models\Admin::class,
    ],
],

Routes

/admin/login → Admin login page

/admin/dashboard → Admin dashboard (protected by auth:admin)

/admin/logout → Logout

Run the project

php artisan serve

Visit Url

http://localhost:8000/admin/login
http://localhost:8000/admin/dashboard

Default admin credentials email: admin@email.com password: password123

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固