Download the PHP package writesdown/app-cms without Composer
On this page you can find all versions of the php package writesdown/app-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download writesdown/app-cms
More information about writesdown/app-cms
Files in writesdown/app-cms
Package app-cms
Short Description CMS Developed Using Yii2 Framework
License BSD-3-Clause
Homepage http://www.writesdown.com/
Informations about the package app-cms
WritesDown CMS Based on Yii2
WritesDown is Content Management System which is developed using Yii2 Application Advanced. The application consists of three tiers: front end, back end, and console.
Application frontend is consumed by visitor of the website and search engine depends on application settings.
Backend application, more complex application, has roles consists of Super Administrator, Administrator, Editor, Author, Contributor, and Subscriber.
Feature
- Developed with Yii2 PHP Framework
- Admin-LTE version 2 for admin
- Custom taxonomies
- Custom post types
- TinyMCE as editor comes with media browser
- Support comments
- Menu builder
- Module management
- Feed generator as module
- Sitemap generator as module
- In font icon, using FontAwesome and Glyphicon by Bootstrap
- Bulk-action each index action
- User management
- Support resize and crop for images
- Widget under development
Directory Structure
Installation
Like Yii2 Application Advanced, WritesDown CMS also use composer for installation, just type the following to the command line.
The first command installs the composer asset plugin which allows managing bower and npm package dependencies through Composer. You only need to run this command once for all. The second command installs the advanced application in a directory named writesdown. You can choose a different directory name if you want.
Getting Started
Once the application has been downloaded, navigate towards the application directory and perform initialization on the command line.
Create a new database for the application, then edit the configuration on "common\config\main-local.php".
The "writesdown" above is the database that has been built up, please edit it to your database. After that, write the following code to initialize the database.
Go to the admin panel http://host/public/admin/ and change the username and password. The default username and password is superadmin/superadmin.
Done, Enjoy!
Demo
Please visit http://demo.writesdown.com/ for the demo.
All versions of app-cms with dependencies
yiisoft/yii2 Version >=2.0.4
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-swiftmailer Version *
yiisoft/yii2-imagine Version ~2.0.0
yiisoft/yii2-jui Version ~2.0.0
codezeen/yii2-adminlte Version ~1.2
codezeen/yii2-tinymce Version ~1.0
2amigos/yii2-selectize-widget Version ~1.0
2amigos/yii2-date-time-picker-widget Version ~1.0
2amigos/yii2-file-upload-widget Version ~1.0