Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
W

wardrobe-archived

> 编程语言
Open source

A minimal blogging application

695 stars0 likes0 views
WebsiteGitHub

About

A minimal blogging application

Wardrobe

Wardrobe is designed to be a very minimal blogging platform with the primary focus on writing. Currently it is a work in progress but you are free to give it a try. (Just be warned this alpha/beta quality). If you have any issues or ideas please report them.

Requirements

Wardrobe has a few system requirements:

  • PHP >= 5.3.7
  • MCrypt PHP Extension
  • PDO compliant database (SQL, MySQL, PostgreSQL, SQLite)

Installing Wardrobe

Installing Wardrobe is now as simple as running composer create-project wardrobe/wardrobe. After running this command, modify your app/config/database.php file with your database credentials and visit the site in your browser.

In the browser you will be directed to the guided install process which will:

  • Prepare your database for WardrobeCMS
  • Help you create your first user
  • Help you set your site title, theme, and page values

Upgrading Wardrobe

Run composer update then php artisan wardrobe:migrate to migrate any db tables.

Theming Wardrobe

By default, your theme files are located in public/themes. You can modify these themes or create your own using the default themes as a guide. The configuration for your themes is located in app/config/packages/wardrobe/core/wardrobe.php in the theme option.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

PHP

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言