1 Star 0 Fork 353

圆六六 / catchAdmin

forked from catchadmin / catchAdmin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README-en.md 3.09 KB
一键复制 编辑 原始数据 按行查看 历史
JaguarJack 提交于 2023-02-16 16:02 . update readme

Introduce

CatchAdmin is a background management system based on secondary development of Laravel and Element Plus. The Laravel community also has many excellent background management systems, such as Nova, an official product, which is of course charged, and Filament based on Livewire is free, and Laravel Admin has to be said. CatchAdmin still adopts the traditional front-end and back-end separation strategy, and the Laravel framework is only exported as Api. Coupling between management system modules is minimized. Each module has independent controllers, routes, models, and data tables. In terms of development, the influence between modules is minimized as much as possible, which reduces the difficulty of development. Based on CatchAdmin, systems such as CMS, CRM, OA, etc. can be developed. It also encapsulates many practical tools to enhance the development experience.

Chinese|English

Function

  • User management Background
  • Department Management Configure the company's department structure, support tree structure
  • Position Management Configure the position of background users
  • Menu Management Configure system menus, buttons, etc.
  • Role management Configure user roles and assign permissions
  • Operation log Background user operation records
  • Login log The login record of background system users
  • Code Generation Generate CURD operations on the API side
  • Schema management Generate table structure
  • module management system

Project Address

Document Address

Preview

zRrjNd.png zRsAEQ.png zRsUv6.png zRsV4s.png

Demo Address

demo address

  • Account: catch@admin.com
  • Password: catchadmin

Sponsorship

If the project helps you, or saves you development time at work. If you can, you can support the Catchadmin project, thank you very much 🙏 support

Specification

###PHP Use fixer for code checking, please refer to the specifications of the .php-cs-fixer.dist.php file in the root directory for details, and the following two steps are required

mkdir path
composer require --working-dir=path friendsofphp/php-cs-fixer

After the installation is complete, you can use

composer cs

Format the code, this command will directly modify the file to complete the correction, if you only need to check whether the format is correct, then use

composer cs-diff

Thanks 🙏

Ranked in no particular order

PHP
1
https://gitee.com/circular-hexahedron/catchAdmin.git
git@gitee.com:circular-hexahedron/catchAdmin.git
circular-hexahedron
catchAdmin
catchAdmin
master

搜索帮助