Download the PHP package delagics/yii2-app-another without Composer

On this page you can find all versions of the php package delagics/yii2-app-another. 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 yii2-app-another

Yii 2 Another Project Template

Latest Stable Version Total Downloads Latest Unstable Version Code Climate License Yii2

Yii 2 Another Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.

The template includes three tiers: front, back, and console, each of which is a separate Yii application.

The template is designed to work in a team development environment. It supports deploying the application in different environments.

What's inside:

Note: tests are currently not included.

Requirements

The minimum requirement by this project template is that your Web server supports PHP 5.4.0. Recommended is PHP 7.

Installation

Install using composer

If you do not have Composer, follow the instructions in the Installing Yii section of the definitive guide to install it.

With Composer installed, you can then install the application using the following commands:

composer global require "fxp/composer-asset-plugin:~1.2"
composer create-project --prefer-dist delagics/yii2-app-another another.dev

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 another application in a directory named another.dev. You can choose a different directory name if you want.

Then follow the instructions given in the Preparing application section.

Install with git

Clone repository as a web root.

Directory named another.dev is your Web root.

Then install the composer asset plugin, go to the web root folder in a console terminal and run composer install:

Then follow the instructions given in the Preparing application section.

Preparing application

After you install the application, you have to conduct the following steps to initialize the installed application. You only need to do these once for all.

  1. Create a new database.

  2. Open a console terminal in the root directory of your project and execute the php yii init/environment && php yii init/initialize command, and follow the steps of the script.

When switching to production environment, execute php yii init/env and choose PROD environment.

  1. Set document roots of your web server:

    • for /path/to/another.dev/public/ and using the URL http://another.dev/

    For nginx it could be the following:

  2. Change the hosts file to point the domain to your server.

    • Windows: c:\Windows\System32\Drivers\etc\hosts
    • Linux: /etc/hosts

    Add the following lines:

To login into the application, use your username and password created when running php yii init/up command, or sing up with new credentials.

Generating apps translations

Directory structure

Made with :heart: by @delagics


All versions of yii2-app-another with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
yiisoft/yii2 Version ~2.0
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-swiftmailer Version *
codemix/yii2-localeurls Version ~1.4
dektrium/yii2-user Version 0.9.*@dev
dektrium/yii2-rbac Version dev-master
vlucas/phpdotenv Version ~2.2
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 delagics/yii2-app-another contains the following files

Loading the files please wait ....