# axeadmin-laravel **Repository Path**: kphcdr/axeadmin-laravel ## Basic Information - **Project Name**: axeadmin-laravel - **Description**: 一个扩展,在已有的项目里,快速搭建一个可用的管理后台 - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-09-04 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # axeadmin-laravel [![StyleCI](https://github.styleci.io/repos/205770921/shield?branch=master)](https://github.styleci.io/repos/205770921) [![Latest Stable Version](https://poser.pugx.org/kphcdr/axeadmin-laravel/v/stable)](https://packagist.org/packages/kphcdr/axeadmin-laravel) [![Total Downloads](https://poser.pugx.org/kphcdr/axeadmin-laravel/downloads)](https://packagist.org/packages/kphcdr/axeadmin-laravel) [![Latest Unstable Version](https://poser.pugx.org/kphcdr/axeadmin-laravel/v/unstable)](https://packagist.org/packages/kphcdr/axeadmin-laravel) [![License](https://poser.pugx.org/kphcdr/axeadmin-laravel/license)](https://packagist.org/packages/kphcdr/axeadmin-laravel) axeadmin 是一套用于laravel的扩展,可以使你快速搭建一个可用的后台。 # 要求 `laravel` >= 5.5 laravel支持的数据库 # 预览 为了保证每一位的预览体验,预览版本关闭了数据修改功能 [预览版本](http://axeadmin.kphcdr.com/axe) # 安装 1. 拥有一个已经可以正常运行的laravel服务,laravel版本 >= 5.5 1. `composer require kphcdr/axeadmin-laravel` 1. `php artisan axe:install` 1. 开始使用 http://xxx.com/axe # 备忘 1. 初始管理员账号admin 密码 admin,你可以通过php artisan axe:reset-password 重置密码 1. 配置文件位于 config/axe.php,可以根据实际情况进行修改 # 致谢 axeadmin 使用了 [layuiAdmin](https://www.layui.com/admin/) axeadmin 借鉴了 [laravel-admin](https://github.com/z-song/laravel-admin) # 部分截图 ![](http://static-axe.kphcdr.com/1.png) ![](http://static-axe.kphcdr.com/2.png) ![](http://static-axe.kphcdr.com/3.png)