-
-
Notifications
You must be signed in to change notification settings - Fork 6
Web servers
Greg Bowler edited this page Jun 10, 2018
·
10 revisions
Running a PHP.Gt WebEngine application can be done by any web server, including PHP's own inbuilt webserver for development purposes. This page describes the setup process for Nginx, Apache and PHP's inbuilt server.
For development purposes, WebEngine applications can be served without the need to install a webserver because PHP itself can serve HTTP requsts.
*Warning: *
This web server was designed to aid application development. It may also be useful for testing purposes or for application demonstrations that are run in controlled environments. It is not intended to be a full-featured web server. It should not be used on a public network.
- File-based routing
- Page views
- Page logic
- Dynamic URIs
- Headers and footers
- Custom HTML components
- Page partials
- Binding data to the DOM
- DOM manipulation
- Hello You tutorial
- Todo list tutorial
- Address book tutorial WIP
- Blueprints
- Application architecture
- Coding styleguide WIP
- PHP environment setup WIP
- Web servers WIP
- Background cron tasks
- Database setup WIP
- Client-side compilation WIP
- Testing WebEngine applications WIP
- Production checklist WIP
- Security WIP