siteman/cms
最新稳定版本:0.5.1
Composer 安装命令:
composer require siteman/cms
包简介
This package contains the complete siteman CMS
README 文档
README
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
- bambamboole
- All Contributors
- datlechin/filament-menu-builder I learned so much about Filament by reimplementing this package.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 94
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-01
