Download the PHP package intermundia/yiicms without Composer

On this page you can find all versions of the php package intermundia/yiicms. 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 yiicms

Yii2 CMS core

Package contains core models, migrations, behaviors, controllers etc. for the Yii2 CMS

Installation

The preferred way to install this extension is through composer.

Either run

or add

to the require section of your composer.json file.

Upgrading from single site to Multi site

Important!!!

Make sure you do not override ContentTree::getActiveTranslation and BaseModel::getActiveTranslation methods


  1. Add user component in console/config.php

  2. Add controllers in console/config.php

  3. Configure mulsitecore component in common/config/base.php If you want to have different domains for different environments, better to create ignored file and include inside multisitecore config

    [Update].

    Each domain now can correspond to associative array in the following format

    Full Example:

  4. Add console script to run core migrations in ./migrate bash script as the first line

  5. Run migration

  6. For switch language from 'en' to 'en-US'

  7. Read languages from multiSiteCore websites and insert it in language table

  8. Add websites in contentTree

  9. Make frontend/controllers/ContentTreeController to be extend of core's FrontendContentTreeController

  1. To copy the website content when you have already run php console/yii sync/websites

    1. Copy language inside website

To update alias, alias-path for and corresponding file manager items run

SluggableBehavior will update alias and alias_path attributes for each record in content_tree_translation table that belongs to provided $websiteKey. Corresponding file_manager_item records are also updated.


Usersnap

For usersnap website_translation model have two parameters, usersnap_code where one should input code from usersnap.com and type. There are 3 different types:

  1. Disabled. (in this case usersnap is not displayed)
  2. Always display. (in this case usersnap is always visible)
  3. Display if url has usersnap=1 in get(If you want to access usersnap and this option is selected, you should pass any get param usersnap to url once, which will save status in session and display usersnap untill session will expire or will be removed manually)

All versions of yiicms with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version ~2.0.0
kartik-v/yii2-widget-select2 Version *
apollo11/yii2-logger Version ^v1.3.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 intermundia/yiicms contains the following files

Loading the files please wait ....