WardrobeCMS is a neat, new lightweight blogging platform written entirely in the Laravel PHP Framework.
Probably you’ve recently heard a lot about this new welly-aclaimed framework and are interested in trying out its performance and benefits. WardrobeCMS is a good way to see for yourself how a blogging platform powered by Laravel works.
Here’s a direct download link for the latest version from GitHub:
github.com/wardrobecms/wardrobe/archive/master.zip
All you have to do is upload it to your public_html web folder and extract it. A directory called “wardrobe” will appear.
If you leave it that way the WardrobeCMS will open in a subdirectory, e.g.:
example.com/wardrobe/
If you want it to be installed in your public_html and open at your domain just move all the files in the subdirectory to it.
After the files are present a few more adjustments are needed. You need to create a database for the application and then assign it at app/config/database.php.
Then you can proceed with the installation.