Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JaguarJack/catch-admin
CatchAdmin是一个基于对Laravel和Element Plus进行二次开发的后台管理系统。CatchAdmin仍然采用传统的前后端分离策略,其中Laravel框架仅用作Api输出。通过这种设计,成功将管理系统模块之间的耦合降至最低。
https://github.com/JaguarJack/catch-admin
admin composer elementplus laravel laravel-admin php vue-admin vue3
Last synced: about 1 month ago
JSON representation
CatchAdmin是一个基于对Laravel和Element Plus进行二次开发的后台管理系统。CatchAdmin仍然采用传统的前后端分离策略,其中Laravel框架仅用作Api输出。通过这种设计,成功将管理系统模块之间的耦合降至最低。
- Host: GitHub
- URL: https://github.com/JaguarJack/catch-admin
- Owner: JaguarJack
- License: apache-2.0
- Created: 2020-01-06T12:17:16.000Z (almost 5 years ago)
- Default Branch: server
- Last Pushed: 2024-10-26T04:37:28.000Z (about 2 months ago)
- Last Synced: 2024-10-29T17:28:44.458Z (about 1 month ago)
- Topics: admin, composer, elementplus, laravel, laravel-admin, php, vue-admin, vue3
- Language: PHP
- Homepage: https://catchadmin.com
- Size: 8.61 MB
- Stars: 716
- Watchers: 20
- Forks: 122
- Open Issues: 1
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-admin - catch-admin - admin.svg?style=social&label=Star) 一个基于对Laravel和Element Plus进行二次开发的后台管理系统 (PHP)
README
## Introduce
`CatchAdmin` is a background management system based on secondary development of [Laravel](https://laravel.com) and [Element Plus](https://element-plus.org). 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](./README.md)|[English](./README-en.md)
## Function
- [x] User management Background
- [x] Department Management Configure the company's department structure, support tree structure
- [x] Position Management Configure the position of background users
- [x] Menu Management Configure system menus, buttons, etc.
- [x] Role management Configure user roles and assign permissions
- [x] Operation log Background user operation records
- [x] Login log The login record of background system users
- [x] Code Generation Generate CURD operations on the API side
- [x] Schema management Generate table structure
- [x] module management system## Project Address
- [github catch admin](https://github.com/jaguarjack/catch-admin)
-
## Document Address
- [Document Address](https://catchadmin.com/docs/3.0/intro)## Preview
![zRrjNd.png](https://i.imgtg.com/2023/02/16/dASpg.png)
![zRsAEQ.png](https://i.imgtg.com/2023/02/16/dAsKK.png)
![zRsUv6.png](https://i.imgtg.com/2023/02/16/dA0fB.png)
![zRsV4s.png](https://i.imgtg.com/2023/02/16/dAd5s.png)## Demo Address
[demo address](https://v3.catchadmin.com)
- Account: `[email protected]`
- 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 🙏## 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
```shell
mkdir path
```
```shell
composer require --working-dir=path friendsofphp/php-cs-fixer
```
After the installation is complete, you can use
```shell
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
```shell
composer cs-diff
```## Thanks 🙏
> Ranked in no particular order- [Laravel](https://laravel.com)
- [Vue](https://cn.vuejs.org/)
- [ElementPlus](https://element-plus.org)
- [Docusaurus](https://docusaurus.com)
- [JetBrains](https://www.jetbrains.com/)