コード例 #1
0
ファイル: start.php プロジェクト: SerdarSanri/VaneMart
<?php

if (Laravel\Request::cli()) {
    Laravel\Request::set_env(getenv('comspec') ? 'local' : 'production');
}
Laravel\Bundle::start('plarx');
コード例 #2
0
ファイル: accept.php プロジェクト: ajb/rfpez
 public function setup()
 {
     Laravel\Request::set_env('test');
     Laravel\CLI\Command::run(array('sync:minimal'));
 }