- 20 Aug, 2012 3 commits
-
-
tons of people are doing it wrong every day - this should fix it or at least can be used as reference.
Tobsn committed -
Taylor Otwell committed
- 17 Aug, 2012 7 commits
-
-
Added profile timers
Dayle Rees committed -
Track the running time of a function Profiler::time(function(){}); Profiler::time(function(){}, 'name'); Track a stopwatch style timer throughout your app Profiler::tick('name'); Profiler::tick('name', function($timer){});
Jesse O'Brien committed -
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
- 16 Aug, 2012 2 commits
-
-
Add Command::run() to artisan documentation.
Dayle Rees committed -
Signed-off-by: Spencer Deinum <spencerdeinum@gmail.com>
Spencer Deinum committed
-
- 14 Aug, 2012 1 commit
-
-
Dayle Rees committed
-
- 13 Aug, 2012 4 commits
-
-
Added Output Buffering
Taylor Otwell committed -
(profiler doesn't show up) laravel.done event doesn't get fired for php-fcgi users
Taylor Otwell committed -
Add support for non-string parameters in controller routes
Taylor Otwell committed -
Branch::expand()
Taylor Otwell committed
-
- 12 Aug, 2012 3 commits
-
-
added array and array count validation for multi-select input
Dayle Rees committed -
type boolean is tinyint(1)
Dayle Rees committed
-
- 11 Aug, 2012 5 commits
-
-
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Jason Lewis committed -
Added Turkish language files.
Jason Lewis committed -
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Jason Lewis committed -
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Jason Lewis committed -
Changed jQuery '$' to 'jQuery' in the Profiler
Jason Lewis committed
-
- 10 Aug, 2012 7 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Add decimal schema on docs
Taylor Otwell committed -
fix namespace issue on exception
Taylor Otwell committed -
Taylor Otwell committed
-
Taylor Otwell committed
-
- 09 Aug, 2012 3 commits
-
-
Input documentation fix.
Dayle Rees committed -
Documentation says "Replacing the entire input" but calls Input::merge() instead of Input::replace(). Signed-off-by: Spencer Deinum <spencerdeinum@gmail.com>
Spencer Deinum committed -
phpdoc fixes
Taylor Otwell committed
-
- 08 Aug, 2012 1 commit
-
-
Signed-off-by: Sinan Eldem <sinan@sinaneldem.com.tr>
Sinan Eldem committed
-
- 07 Aug, 2012 3 commits
-
-
Fix Documentation Error in html.md
Phill Sparks committed -
Simon Aebersold committed
-
Update path to index view file.
Phill Sparks committed
-
- 06 Aug, 2012 1 commit
-
-
- all tested now - ready for merge into staging :P
Tobsn committed
-