Example #1
0
<?php

/*
|----------------------------------------
| Copyright 2016 Amine Abri, Inc.
| Licensed under MIT License
|----------------------------------------
*/
/*
|----------------------------------------------
| Framework calling
|----------------------------------------------
| Calling the AR framework
*/
require __DIR__ . '/../vendor/autoload.php';
/*
|----------------------------------------------
| Run the Framework
|----------------------------------------------
| launch the AR framework
*/
AR\Kernel\Foundation\Application::run();
Example #2
0
<?php

require __DIR__ . '/../../../autoload.php';
AR\Kernel\Foundation\Application::test();
Example #3
0
<?php

require __DIR__ . '/../vendor/autoload.php';
/*
|----------------------------------------------
| Run the console
|----------------------------------------------
| launch the ARFramework console
*/
AR\Kernel\Foundation\Application::console();