##Custom PHP Module for Joomla CMS
This module help in creating number of modules using PHP files.
- Install module
- put PHP files in [website-root]/modules/mod_customphp/files
- Go to [backend] -> module-manager -> create new custom-php module
- In configuration of module put filename to use for this module
###Installation
- Download the zip https://github.com/readybytes/mod_customphp/archive/master.zip
- Install from backend
###Usage
- You need to create a PHP file e.g.
login.php
in[website-root]/modules/mod_customphp/files
- Now to use this file
- Go to [backend] -> module-manager
- Create new custom-php module
- In parameter
includefile
putlogin
- This will render login.php in module.
####Version
0.1
####License
GNU GPL General Public License version 2 or later