Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akrabat/zf-tutorial
Zend Framework 1 Tutorial
https://github.com/akrabat/zf-tutorial
Last synced: 3 months ago
JSON representation
Zend Framework 1 Tutorial
- Host: GitHub
- URL: https://github.com/akrabat/zf-tutorial
- Owner: akrabat
- License: other
- Created: 2014-09-15T16:44:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T22:04:23.000Z (over 9 years ago)
- Last Synced: 2024-10-04T11:30:17.284Z (4 months ago)
- Language: PHP
- Homepage: http://akrabat.com/zend-framework-tutorial/
- Size: 4.26 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zend Framework 1 Tutorial
This is the source code to accompany
* http://akrabat.com/zend-framework-tutorial/
* http://akrabat.com/zend-auth-tutorial/# Vagrant server for PHP7
This project supports a basic [Vagrant](http://docs.vagrantup.com/v2/getting-started/index.html) configuration with an inline shell provisioner to run this application in a [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
This Vagrant server uses [Rasmus' PHP7dev box](https://github.com/rlerdorf/php7dev).
1. Run vagrant up command
vagrant up
2. Visit [http://localhost:8888](http://localhost:8888) in your browser
Look in [Vagrantfile](Vagrantfile) for configuration details.