dmelo / zend-module-login
There is no license information available for the latest version (1.0.1) of this package.
Package info
github.com/dmelo/zend-module-login
Type:application
pkg:composer/dmelo/zend-module-login
1.0.1
2015-05-18 01:41 UTC
Requires
- php: >=5.4.0
- dmelo/dzend: >=1.0.0
- zendframework/zendframework1: >=1.12.0
This package is auto-updated.
Last update: 2026-03-08 10:01:10 UTC
README
copy this directory (or create a symbolic link) to application/modules/Auth/
Make sure you application.ini have the following:
autoloaderNamespaces[] = "Auth_"
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"