承接 mrzeta/admin 相关项目开发

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

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

mrzeta/admin

Composer 安装命令:

composer require mrzeta/admin

包简介

Laravel Admin Package

README 文档

README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License HHVM Status

Documentation

Installation

You can install this package quickly via composer command line by running the following command in your terminal.

1: composer create-project laravel/laravel your-project-name --prefer-dist "5.1.*"
2: cd your-project-name
3: composer require mrzeta/admin

After the package is installed, we need to add the following service providers to the providers array in config/app.php.

// file: config/app.php
return [
    'providers' => [
        Mrzeta\Admin\Providers\SupportServiceProvider::class,
        Mrzeta\Admin\AdminServiceProvider::class,
    ]
];

Then we need to update the auth.model config value to Mrzeta\Admin\Entities\User.

// file: config/auth.php
return [
   'model' => Mrzeta\Admin\Entities\User::class,
];

If you want to use your App\User model, you can extends the Mrzeta\Admin\Entities\User class to your App\User or other model class.

// file: app/User.php
namespace App;

class User extends \Mrzeta\Admin\Entities\User
{
  //
}

Next, publish the package's config and assets by running this following command.

php artisan vendor:publish --provider="Mrzeta\Admin\AdminServiceProvider"

Next, install the package by running this following command.

php artisan admin:install

username : admin@meetrue.com

password : suprise

then please visit you website/admin/login

enjoy it 😄

Done

Documentation is located in the wiki page.

Screenshot

Build Status

License

This package is open-sourced software licensed under The BSD 3-Clause License

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2016-05-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固