1. 28 Mar, 2013 9 commits
  2. 27 Mar, 2013 1 commit
  3. 22 Mar, 2013 6 commits
  4. 17 Mar, 2013 1 commit
  5. 12 Mar, 2013 3 commits
  6. 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
  7. 26 Feb, 2013 2 commits
  8. 07 Feb, 2013 2 commits
  9. 13 Jan, 2013 3 commits
  10. 12 Jan, 2013 2 commits
  11. 10 Jan, 2013 10 commits