RAXON

Create Stunning Web Experiences with PHP and Raxon as Your Foundation

Docs Plugin App App built

Plugin: app.built

# In Raxon templates files
{{app.built()}}
# In Php files
<?php
use Plugin;

trait Example {
    use Plugin\App_built;

    public function example_run (){
        echo $this->app_built();
    }


Output:

2024-04-26 19:54:16

Description

Every new version of the framework gets a built time and date.

Related: