postboxcms / postbox
PostboxCMS. A simple CMS to make beautiful websites.
v2.0
2024-12-08 07:14 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.0.1
- intervention/image-laravel: ^1.3
- laravel/framework: ^10.0
- laravel/passport: ^11.8
- laravel/tinker: ^2.0
- laravel/ui: ^4.2
Requires (Dev)
- fakerphp/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.0
- postboxcms/desk: ^1.2
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2025-03-12 11:53:15 UTC
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.
Install dependencies
composer install
npm install
Install Desk
php artisan desk:install
Start the server
desk up -d
Setup the platform
desk artisan cms:setup
Add user
desk artisan cms:adduser
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:generate
desk artisan storage:link
Refresh the data
desk artisan migrate:refresh
desk artisan db:seed
desk artisan passport:install