Example #1
0
<?php

use AR\Kernel\Foundation\Application;
$rootPath = str_replace("public/index.php", "", Application::root());
return array('enable' => true, 'route' => 'backend', 'path' => 'vendor/ar-framework-labs/panel/bundles/panels/', "pathressources" => $rootPath . "vendor/ar-framework-labs/panel/bundles/panels/ressources/public", 'configured' => false, 'ajax' => array('new_seed' => 'new_seed', 'exec_migration' => 'exec_migration', 'rollback_migration' => 'rollback_migration', 'new_migration' => 'new_migration', 'new_controller' => 'new_controller', 'new_dir_lang' => 'new_dir_lang', 'new_file_lang' => 'new_file_lang', 'new_link' => 'new_link', 'new_model' => 'new_model', 'new_view' => 'new_view', 'exec_cos_migration' => 'exec_cos_migration', 'rollback_cos_migration' => 'rollback_cos_migration'));
Example #2
0
<?php

use AR\Kernel\Foundation\Application;
return array('project' => 'ARFramework', 'owner' => 'Amine Abri', 'url' => Application::root(), 'base_url' => str_replace('public/index.php', '', Application::root()), 'title' => 'AR PHP Framework', 'timezone' => 'UTC', 'unrouted' => true, 'charset' => 'utf-8', 'anonymouse' => 'Guest');