postboxcms/postbox
最新稳定版本:v2.0
Composer 安装命令:
composer require postboxcms/postbox
包简介
PostboxCMS. A simple CMS to make beautiful websites.
关键字:
README 文档
README
PostboxCMS is a simple content management system to build beautiful blogs and websites. Built on top of Laravel framework, powered with React and a customised package developed using Laravel Sail to spin up the CMS easily on your system, PostboxCMS tries to provide an easy to use end to end solution for hobbyists and content creators.
Please note, if you are using Windows then you will need to enable and install WSL2 Subsystem for Linux. Once you install WSL2 enable the WSL2 terminal from VSCode. You will need PHP, composer, nodejs installed on WSL2 terminal before you begin with the installation process. Install Docker for desktop and enable WSL2 integration to manage the containers from your system. It's recommended to install git on Windows machine and the code to be cloned onto a directory in Linux.
Install dependencies
composer installnpm install
Install Desk
php artisan desk:install
(As a reference from the official documentation of Laravel Sail,if you wish to configure alias to allow Desk commands more easily, edit ~/.bashrc and add the following snippet at the end of the file
alias desk='sh $([ -f desk ] && echo desk || echo vendor/bin/desk)')
Start the server
desk up -d
Setup the platform
desk artisan cms:setup
Add user
desk artisan cms:add-user
Optional steps
If the above steps don't work you may perform the steps mentioned below to get the app up and running.
desk artisan key:generatedesk artisan storage:link
Refresh the data
desk artisan migrate:refreshdesk artisan db:seeddesk artisan passport:install
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-12-10