Sfoglia il codice sorgente

Merge pull request #2132 from sanjoydesk/master

Updated composer.json for installing cygnite v1.3.0
Nate 9 anni fa
parent
commit
d8f0d3ffd1

+ 1 - 1
frameworks/PHP/cygnite-php-framework/apps/configs/application.php

@@ -73,7 +73,7 @@ return array(
     * Example :
     * environment => 'development/production'
     */
-    'environment' => 'production', //Errors are turned on in development environment
+    'environment' => 'production',//Errors are turned on in development environment
 
     /*
     *--------------------------------------------------------------------------

+ 1 - 1
frameworks/PHP/cygnite-php-framework/boot/initialize.php

@@ -32,7 +32,7 @@ if (php_sapi_name() === 'cli-server' && is_file($filename)) {
 */
 $app = \Cygnite\Foundation\Application::instance();
 
-$app->importHelpers();
+//$app->importHelpers();
 /*
 |--------------------------------------------------------------------------
 | Attach Exception handler to Event Listener

+ 2 - 1
frameworks/PHP/cygnite-php-framework/composer.json

@@ -19,7 +19,8 @@
             "apps/models",
             "apps/components" ,
             "apps/extensions"
-        ]
+        ],
+		"files": ["vendor/cygnite/framework/src/Cygnite/Helpers/Support.php"]
     },
     "config": {
         "preferred-install": "dist"