bambamboole/mycms 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

bambamboole/mycms

最新稳定版本:0.1.10

Composer 安装命令:

composer require bambamboole/mycms

包简介

This is my package mycms

README 文档

README

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

MyCms is my package for a simple CMS. It is based on Laravel and Filament.
Additionally it is a bit of a patch work of different packages. My goal for MyCms is to be a simple CMS which can be used as a starting point for a new project. MyCms is currently under heavy development and can change quickly.

Installation

You can install the package via composer:

composer require bambamboole/mycms

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

php artisan mycms:install

To enable the Plugin in Filament you have to add the plugin to your ServiceProvider

## Usage

```php
//...
$panel->plugin(MyCmsPlugin::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 executin the following commands:

composer install
composer prepare
composer serve

Testing

composer test

Dusk setup

I had problems with the Laravel Dusk setup and migrations so I decided to drop them for now. Looking for support getting a reliable Dusk setup running

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.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

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