assertis / xframe
Legacy MVC Framework
Installs: 10 964
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 16
Forks: 1
Open Issues: 2
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: ^6.1
- dev-master
- 3.3.0
- 3.2.10
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.13
- 1.1.12
- 1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- 1.1.2
- 1.0.0
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/phpunit/phpunit-tw-7.5
- dev-fix-error-for-annotation-routes
- dev-map-generator-fix
- dev-core-1492-sentry
This package is auto-updated.
Last update: 2024-10-29 04:09:22 UTC
README
- 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