承接 webduonederland/filament-cms 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

webduonederland/filament-cms

最新稳定版本:1.3.4

Composer 安装命令:

composer require webduonederland/filament-cms

包简介

Highly advanced CMS for your Laravel website built with FilamentPHP!

README 文档

README

Highly advanced CMS for your Laravel website built with FilamentPHP!

Requirements

  • Laravel 11 or higher
  • PHP 8.3 or higher

Installation

You can install the package via composer:

composer require webduonederland/filament-cms

After installing the package, make sure you setup the Filament assets:

php artisan filament:assets

Publish the config file:

php artisan vendor:publish --provider="WebduoNederland\FilamentCms\FilamentCmsServiceProvider" --tag="config"

Run the migrations:

php artisan migrate

Add the following command to your composer.json post-autoload-dump:

"post-autoload-dump": [
    // ...
    "@php artisan filament:upgrade"
],

Creating an admin

php artisan filament-cms:create-user

Accessing the CMS

The CMS can be accessed through the /cms path.

Create your first component

php artisan filament-cms:create-component

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.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-05-20