Download the PHP package martyn911/yii2-easy-start without Composer

On this page you can find all versions of the php package martyn911/yii2-easy-start. 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-easy-start

Yii2 Easy Start

This is Yii2 start application template.

It was created and developing as a fast start for building an advanced sites based on Yii2.

It covers typical use cases for a new project and will help you not to waste your time doing the same work in every project

Сборка для простого старта разработки приложений, основанных на коде с yii2.

В сборке уже настроены основные компоненты и она поможет вам не тратить время, делая ту же работу в каждом проекте.

DEMO

Frontend: http://yii2-easy-start.ceprey.xyz

Backend: http://admin.yii2-easy-start.ceprey.xyz

administrator role account

manager role account

user role account

Screens

REQUIREMENTS

The minimum requirement by this application template that your Web server supports PHP 5.4.0. Required PHP extensions:

Installation

Before you begin

  1. If you do not have Composer, you may install it by following the instructions at getcomposer.org.

  2. Install composer-asset-plugin needed for yii assets management

Get source code

Download sources

https://github.com/martyn911/yii2-easy-start/archive/master.zip

Or clone repository manually

Install composer dependencies

Get source code via Composer

You can install this application template with composer using the following command:

Setup application

  1. Copy .env.dist to .env in the project root.
  2. Adjust settings in .env file

    • Set debug mode and your current environment

    • Set DB configuration

    • Set application canonical urls

    • Set email configuration
  3. Run in command line

Configure your web server

Copy vhost.conf.dist to vhost.conf, change it with your local settings and copy (symlink) it to nginx sites-enabled directory. Or configure your web server with three different web roots:

That`s all. After provision application will be accessible on http://yii2-easy-start.dev

Demo data

Demo Users

Have any questions?

mail to [email protected]

NOTE

This template was created mostly for developers NOT for end users. This is a point where you can begin your application, rather than creating it from scratch. Good luck!


All versions of yii2-easy-start with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
ext-intl Version *
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0
vlucas/phpdotenv Version ^2.4
dektrium/yii2-user Version ^0.9.12
dektrium/yii2-rbac Version ^1.0.0-alpha@dev
bower-asset/admin-lte Version ^2.3
bower-asset/font-awesome Version ^4.7
yiisoft/yii2-jui Version ^2.0
bower-asset/html5shiv Version ^3.7
bower-asset/jquery-slimscroll Version ^1.3
codemix/yii2-localeurls Version ^1.4
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 martyn911/yii2-easy-start contains the following files

Loading the files please wait ....