added examples
This commit is contained in:
6
examples/App/public/index.php
Normal file
6
examples/App/public/index.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
define('BASEPATH', dirname(__DIR__, 1));
|
||||
require_once(BASEPATH . '/vendor/4lt/novaconium/src/bootstrap.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user