wardrobecms / wardrobe-archived

A minimal blogging application
http://wardrobecms.com/
MIT License
704 stars 111 forks source link

Wardrobe

Latest Stable Version Total Downloads

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.

Wardobe

Requirements

Wardrobe has a few system requirements:

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:

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.