承接 bitpixel/springcms 相关项目开发

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

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

bitpixel/springcms

Composer 安装命令:

composer require bitpixel/springcms

包简介

Laravel based CMS

README 文档

README

Install

  1. Install the package: composer require bitpixel/springcms:dev-master

  2. Remove the default home route from routes/web.php. This route is defined in our package

  3. This package uses the (https://github.com/UniSharp/laravel-filemanager)[https://github.com/UniSharp/laravel-filemanager] package to manage images. Run the following command to publish laravel-filemanager config && assets:

php artisan vendor:publish --tag=lfm_config --force

php artisan vendor:publish --tag=lfm_public --force

This will generate config/lfm.php. Edit this file and set use_package_routes to false.

Update filesystem config: Open config/filesystem.php & change the public disk as follows:

'public' => [
            'driver' => 'local',
            'root' => public_path('/uploads/files'),
            'url' => '/uploads/files',
            'visibility' => 'public',
            'throw' => false,
        ],
  1. Run the project using php artisan serve && open the project in your browser. It should redirect to the /install route. Complete the installation process by following the steps.

Publish docs

Go inside /docs folder then run npm run build && npm run deploy

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-18