- Seme Framework
- Credits
- Version 3.2.X
- Issue
- Deployment
The {{base_url}} Keyword
Seme Framework support {{base_url}} keyword for replacing the keyword with $site value in Seme Framework Configuration.
The Configuration
The BASE URL purpose is to get base url value from the configuration. Here is example codes on development.php file.
...
$site = 'http://localhost/seme_framework/';
...How It Works
This {{base_url}} keyword only processed on theme.json and script.json files.
Fallback
If configuration fails, this will be replaced by empty string.