-
-
Notifications
You must be signed in to change notification settings - Fork 5
Run an application
Greg Bowler edited this page May 9, 2026
·
3 revisions
-
gt servestarts the PHP development server, but in real applications there's more to running than just running a server. - Explain what
gt rundoes. - Explain when to use
gt serveandgt buildseparately.
- Explain the local server, build steps, and any background tasks.
- Explain what files are served from
www/versus processed by WebEngine.
- Cover changing the port, restarting, and checking logs or console output.
- Explain how to spot whether an issue is in static assets or page handling.
Next, let's learn about the request-response lifecycle.
- 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