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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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.

Yii2 Total Downloads Build Status Dependency Status Code Climate Scrutinizer Code Quality Feature

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

PHP Build Version
Package Version
Requires php Version >=5.4.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package writesdown/app-cms contains the following files

Loading the files please wait ....