Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjbeaumont/packt-learning-yii-2
This repo is a sample of a "dating app for monsters," and was used as course material for "Learning Yii 2" for Packt Publishing.
https://github.com/mjbeaumont/packt-learning-yii-2
video yii
Last synced: about 1 month ago
JSON representation
This repo is a sample of a "dating app for monsters," and was used as course material for "Learning Yii 2" for Packt Publishing.
- Host: GitHub
- URL: https://github.com/mjbeaumont/packt-learning-yii-2
- Owner: mjbeaumont
- Created: 2015-09-24T20:50:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T13:28:26.000Z (about 9 years ago)
- Last Synced: 2024-04-24T11:32:16.956Z (8 months ago)
- Topics: video, yii
- Language: Ruby
- Homepage:
- Size: 2.3 MB
- Stars: 6
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Packt Publishing: Learning Yii 2 Code Samples
--------------------------------
This repository contains code samples meant to compliment the *Learning Yii 2* video course by [Packt Publishing.](https://www.packtpub.com)**Contents**
1. /Boxes/monsterslair - PuPHPet configuration files used to generate the CentOS 6 virtual server used through this course.
2. /Code/monstermash - Yii-based application**Installation**
To install the development server, follow instructions in Video 1.2 to install VirtualBox and Vagrant, and then generate PuPHPet configuration files, or use those provided in the /Boxes/monsterslair directory of this repository. Switch to that directory and type:
vagrant up
Once your box has been created, connect to it by typing:
vagrant ssh
Then you can install the Yii 2 framework files using Composer with the following commands:
cd /var/www/monstermash
composer install** Usage **
Check out the commit that corresponds to the video you are about to watch. The commits represent the state of the code samples at the beginning of each video. Changes made during the course of a video are not added until the following commit. For instance, the changes made to /views/site/about.php in Video 1.5 are not visible until you check out Video 2.1.