Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

amnah/yii2-angular

Repository files navigation

Yii 2 Angular

Yii 2 Angular is a boilerplate for Yii 2 + angular. It is based on Yii 2 Basic Application

DEMO

INSTALLATION

  • Download/clone this repo git clone https://github.com/amnah/yii2-angular.git
  • Copy env.php.example file to env.php and modify as needed
  • Install packages and run migration
php composer.phar global require "fxp/composer-asset-plugin:~1.1.1" --prefer-dist
php composer.phar update --prefer-dist
npm install
php yii migrate --migrationPath=@vendor/amnah/yii2-user/migrations
  • Build assets
gulp build
gulp watch # for development
  • Set up apache/nginx vhost and visit site

Yii 2 Vue

The Vue version. This is currently on a separate branch.

The instructions for setting it up are exactly the same - just download the zip archive and use that instead

DEMO

Demo

About

Boilerplate for Yii 2 + angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published