Application Title System
The framework provides a flexible way to manage page titles with automatic application name prefixing:
Configure title settings in
.env
:
Use standard HTML title tags in your pages:
The framework will automatically transform titles to include the app name:
Advanced Usage
Disable for specific pages by setting
USE_APP_NAME_IN_TITLE=false
Custom separators can be configured in .env
Supports dynamic titles from PHP variables
Maintains SEO-friendly title structure
Works with SPA page transitions
Example with dynamic title:
Last updated