Download the PHP package assertis/xframe without Composer
On this page you can find all versions of the php package assertis/xframe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package xframe
- Please note this project was deprecated years ago. You'd be insane to use it. *
GETTING THE DEMO WORKING
Virtual Host Configuration
- If you are working locally edit your hosts file to point a domain to 127.0.0.1
- Set the document root of your virtual host to the www folder
- Open up the browser and type in your domain
CREATING YOUR OWN APPLICATION
You can either modify the demo application in package/app or copy it to make your own site.
Setup
- Copy the files to another folder inside package
- Rename that folder to your application name
- Copy config/default.conf to config/[yourdomainname].conf
Config
- config/[yourdomainname].conf
- Set the APP_DIR to point to the folder with your application
- Fill in the database credentials if you need them
Virtual Host Configuration
- Create a subdomain (e.g. resource.yourdomain.com) and point the virtual host the resource folder ([APP_DIR]/resource)
- put your css/images and javascript inside app/resource
- Restart apache
ADDING ZEND CLASSES (OPTIONAL)
- Download the Zend framework
- Copy the classes you want into package/Zend
All versions of xframe with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package assertis/xframe contains the following files
Loading the files please wait ....