定制 siteman/cms 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

siteman/cms

最新稳定版本:0.5.1

Composer 安装命令:

composer require siteman/cms

包简介

This package contains the complete siteman CMS

README 文档

README

Latest Version on Packagist GitHub Tests Action Status codecov GitHub Code Style Action Status Total Downloads

Siteman Logo

Siteman leverages the power and flexibility of Laravel and Filament to provide a straightforward content management solution. It serves as a robust foundation for building custom applications, offering a seamless and efficient development experience.

Documentation

The docs can be found at siteman.io.

Installation

You can install the package via composer:

composer require siteman/cms

You can install Siteman via its own artisan command. It is interactive and will create the first user for you.

php artisan siteman:install

Normally the siteman:install command should take care of everything. If you want to install it manually, you can so by enabling the Siteman plugin in your Filament panel.

## Usage

```php
//...
$panel->plugin(SitemanPlugin::make());
//...

Development

We use orchestra/testbench for a proper development experience. To get started you should fork the repository and clone it. Next you can set up the development environment by executing the following commands:

composer install
composer prepare
composer serve

Testing

We use pest as our testing framework.

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 94
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-01