panelis-php/cms
Composer 安装命令:
composer create-project panelis-php/cms
包简介
Panelis is a modular CMS built on Laravel and Filament designed to help PHP developers build extensible applications quickly.
关键字:
README 文档
README
Panelis is a ready-to-use CMS and administration panel built with Laravel and Filament.
It provides a solid foundation for building content-driven applications, internal tools, directories, and custom business systems without starting from scratch.
Features
Current built-in features include:
- User management
- Role and permission management
- Application settings
- Location management (country, region, district)
- Modular architecture for extending functionality
More modules and features are planned for future releases.
Installation
Create a new Panelis project using Composer:
composer create-project panelis-php/cms my-project
Enter the project directory:
cd my-project
Configure your environment:
cp .env.example .env php artisan key:generate
Run migrations and seeders:
php artisan migrate --seed
Start the development server:
php artisan serve
Visit:
http://localhost:8000
Development Status
Warning
Panelis is currently under active development.
Until the first stable release (v1.0), breaking changes may occur between releases without prior notice.
We recommend using tagged releases and reviewing upgrade notes before updating existing projects.
Contributing
Contributions, bug reports, and feature suggestions are welcome.
License
Panelis is open-sourced software licensed under the MIT License.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-19