backstage/cms 问题修复 & 功能扩展

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

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

backstage/cms

最新稳定版本:v2.0.0-beta11

Composer 安装命令:

composer require backstage/cms

包简介

README 文档

README

Backstage

CMS done the Laravel way

Enter backstage, to be in front

Test Fresh Laravel install PHPStan Latest Version on Packagist Total Downloads

Backstage is the CMS for building the modern web. Made with Laravel and Filament.

Installation

You can install the package via composer in your (new) Laravel app:

composer require backstage/cms

Note: For now you may have to update composer.json to:

    "repositories": {
        "laravel-redirects": {
            "type": "vcs",
            "url": "git@github.com:backstagephp/laravel-redirects.git"
        },
        "filament-redirects": {
            "type": "vcs",
            "url": "git@github.com:backstagephp/redirects.git"
        },
        "backstage/media": {
            "type": "vcs",
            "url": "git@github.com:backstagephp/media.git"
        },
        "backstage/fields": {
            "type": "vcs",
            "url": "git@github.com:backstagephp/fields.git"
        },
        "backstage": {
            "type": "vcs",
            "url": "git@github.com:backstagephp/core.git"
        }
    },
    "minimum-stability": "dev",

To get started quickly, use the backstage:install command:

php artisan backstage:install

(Optional) Remove or comment the default Laravel routes:

// routes/web.php

// Route::get('/', function () {
//    return view('welcome');
//});

Advanced setup

You can publish the migrations with:

php artisan vendor:publish --tag="backstage-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="backstage-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag="backstage-views"

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.

统计信息

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

GitHub 信息

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

其他信息

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