https://github.com/tavo1987/zftutorial
Repositorio para probar Zend framework 1.11 (obsoleto).
https://github.com/tavo1987/zftutorial
php zendframework zf1
Last synced: 1 day ago
JSON representation
Repositorio para probar Zend framework 1.11 (obsoleto).
- Host: GitHub
- URL: https://github.com/tavo1987/zftutorial
- Owner: tavo1987
- Created: 2018-03-21T20:28:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T17:05:19.000Z (about 8 years ago)
- Last Synced: 2025-05-23T01:11:24.937Z (about 1 year ago)
- Topics: php, zendframework, zf1
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.txt
Awesome Lists containing this project
README
README
======
This directory should be used to place project specfic documentation including
but not limited to project notes, generated API/phpdoc documentation, or
manual files generated or hand written. Ideally, this directory would remain
in your development environment only and should not be deployed with your
application to it's final production location.
Setting Up Your VHOST
=====================
The following is a sample VHOST you might want to consider for your project.
DocumentRoot "E:/laragon/www/zftutorial/public"
ServerName .local
# This should be omitted in the production environment
SetEnv APPLICATION_ENV development
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all