1. 29 Mar, 2013 2 commits
  2. 28 Mar, 2013 24 commits
  3. 27 Mar, 2013 1 commit
  4. 22 Mar, 2013 6 commits
  5. 17 Mar, 2013 1 commit
  6. 12 Mar, 2013 3 commits
  7. 27 Feb, 2013 1 commit
    • David Lin's avatar
      Update laravel/request.php · 5929f8e5
      David Lin authored
      When running nginx with php-cgi (Fast-CGI): 
      
      spawn-fcgi -a 127.0.0.1 -p 10081 -C 50 -u nobody -f /usr/local/php5317/bin/php-cgi
      
      The Request::cli() method will determine the web request as run from the command line.
      Add ` PHP_SAPI != "cgi-fcgi" ` to resolve it.
      5929f8e5
  8. 26 Feb, 2013 2 commits