Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curder/filament-study
Record some experience of using filament php panel.
https://github.com/curder/filament-study
filamentphp laravel
Last synced: 3 days ago
JSON representation
Record some experience of using filament php panel.
- Host: GitHub
- URL: https://github.com/curder/filament-study
- Owner: curder
- Created: 2024-04-07T05:11:51.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T06:33:08.000Z (4 days ago)
- Last Synced: 2024-11-11T07:19:40.550Z (4 days ago)
- Topics: filamentphp, laravel
- Homepage: https://curder.github.io/filament-study/
- Size: 46.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# Filament PHP
[FilamentPHP](https://filamentphp.com/docs/) 是一个用于 [Laravel](https://laravel.com/docs) 的开源工具集,旨在帮助开发者快速构建现代化的管理面板和后台接口。
其设计重点在于简单性和可扩展性,使得开发者能够快速构建功能丰富的后台管理系统。
## 主要特点
1. 易于使用
- FilamentPHP 提供了直观的用户界面和简单的 API,使开发者可以轻松上手。
- 其文档详尽,包含各种示例和教程,帮助用户快速掌握使用方法。2. 高度可定制
- 提供了多种组件和插件,允许开发者根据具体需求进行定制和扩展。
- 支持与其他 Laravel 生态系统内的包无缝集成。3. 现代化设计:
- 使用 [Tailwind CSS](https://tailwindcss.com/docs) 和 [Alpine.js](https://alpinejs.dev/start-here),确保管理面板具有现代化的外观和响应式设计。4. 强大的功能:
- 包含用户管理、权限管理、文件上传、数据表格、表单生成等功能,满足大多数管理系统的需求。5. 社区支持:
- FilamentPHP 有活跃的社区,用户可以通过社区获得支持、共享资源和经验。
- 社区还贡献了许多开源项目和插件,进一步扩展了 FilamentPHP 的功能。