<?php namespace App\Constant; class AppConstant { const APP = 'blog'; const APP_NAME = 'ModStartBlog'; const VERSION = '11.0.0'; }