bitpixel/springcms
Composer 安装命令:
composer require bitpixel/springcms
包简介
Laravel based CMS
关键字:
README 文档
README
Install
-
Install the package:
composer require bitpixel/springcms:dev-master -
Remove the default home route from
routes/web.php. This route is defined in our package -
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, ],
- Run the project using
php artisan serve&& open the project in your browser. It should redirect to the/installroute. 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
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-18