Commit Graph

46 Commits

Author SHA1 Message Date
jan 3cd624eac8 Changed Laravel\ namespace prefix in some classes calls in helpers to
global, to allow aliases to work, and allow class extending.
2013-04-05 09:18:51 +02:00
Shawn McCool e714c0b487 Update laravel/helpers.php
fixed example code in docblock for url()
2012-11-05 09:28:48 +01:00
tillsanders 00d1baf69e Update laravel/helpers.php
The e-helper and the __-Helper used the core-classes. 
So if I would like to override them, the helpers would still use the core-classes.
See this thread for further explanation: http://forums.laravel.com/viewtopic.php?id=2656
2012-10-03 15:35:34 +03:00
Sergii Grebeniuk 690e8572aa phpdoc fixes 2012-08-03 18:17:48 +03:00
Dayle Rees 4b97c28c6b Merge pull request #860 from stevefrost/develop
Updated the helper method dd()
2012-07-31 06:33:27 -07:00
Dayle Rees 2c6ed23b45 fixing merge issues 2012-07-27 13:52:15 +01:00
Franz Liedke 6b5cccc15f Move get_file_size() helper function to helpers.php. 2012-07-07 02:13:44 +02:00
Steve Frost a8b5231e57 Updated the dd function to var_dump inside pre tags, makes is a bit more readable 2012-06-25 12:16:14 +02:00
Chris Berthe fafaf724b0 Grammar/Vocabulary fixes
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
2012-06-13 11:19:20 -04:00
Phill Sparks 6151886860 Generated URLs default to use the current protocol (http or https)
Signed-off-by: Phill Sparks <phill@bulbstudios.com>
2012-05-30 13:14:16 +01:00
Colin Viebrock 319c450f6f Make Input::only() and Input::except() into array_only() and array_except() helpers.
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
2012-05-09 15:51:16 -05:00
Taylor Otwell caf0bb7cb2 Fully qualify eloquent class. 2012-05-03 20:22:03 -05:00
Taylor Otwell 9ed91af1e8 added Response::eloquent method. 2012-05-02 08:50:37 -05:00
Taylor Otwell cf29450b99 Fix bug in array_pluck helper. 2012-04-30 15:40:29 -05:00
Taylor Otwell 68d9210ef5 Added array_pluck method. 2012-04-27 14:26:46 -05:00
Taylor Otwell a92ab1ca30 Fixing bugs. 2012-04-20 11:35:47 -05:00
Taylor Otwell a19b8b9675 tweaking the value method. 2012-04-18 20:53:26 -05:00
Taylor Otwell f6388e26be added dd helper. 2012-04-16 20:38:31 -05:00
Taylor Otwell 4bee6d1bca put str_object back in. 2012-04-04 14:48:51 -05:00
Taylor Otwell 609920b0d0 Allow str_contains to take an array.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-04 14:30:32 -05:00
Taylor Otwell 89766bef84 converting to httpfoundation response. 2012-03-28 17:11:55 -05:00
Taylor Otwell 9dbbc5848b Fix blade @includes. 2012-03-24 22:37:15 -05:00
Taylor Otwell 1383edde39 Return empty string when null is passed to render helper. 2012-03-24 09:25:33 -05:00
Taylor Otwell 8e8b0b8cb3 More Blade improvements… adds template inheritance.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-23 13:01:36 -05:00
Taylor Otwell 0e4a63606f Added render_each helper. 2012-03-22 16:05:33 -05:00
Taylor Otwell 30204e082b Fixing bugs in eloquent relating to namespaces. 2012-03-21 15:45:05 -05:00
Taylor Otwell dc92dd264d Adding auto detection of intermediate table names.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-16 13:01:48 -05:00
Max Zender 5eece1f33f Added a helper method to render a given view
Signed-off-by: Max Zender <maxzender@gmail.com>
2012-03-09 17:05:29 +01:00
Taylor Otwell ca5dfa4061 fixing underscored library auto-loading.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-27 14:08:01 -06:00
Taylor Otwell b262e743c0 autoload bundles based on namespace. 2012-02-19 21:59:57 -06:00
Taylor Otwell bf6313e50b cleaning up code. 2012-02-17 14:02:53 -06:00
Taylor Otwell 9f60c5e15a https option no longer needed on path helpers. 2012-02-14 11:34:43 -06:00
Taylor Otwell 3a92facc76 updated routing to fix several issues. 2012-02-12 14:48:36 -06:00
Taylor Otwell a11318863a improving bundle workflow. 2012-02-07 15:00:35 -06:00
Taylor Otwell 8b2f3e8421 added has_php helper. 2012-02-06 09:28:29 -06:00
Phill Sparks 62072e5281 PHPDoc fixes 2012-02-04 21:30:52 +00:00
Taylor Otwell d7fcd74a02 added with helper. 2012-02-03 16:00:01 -06:00
Taylor Otwell 97fcea1e51 cleaned up paths. 2012-01-28 14:55:08 -06:00
Taylor Otwell f44c565ee4 converted path constants to $GLOBALS. 2012-01-27 16:17:43 -06:00
Taylor Otwell 7aecd7857f refactoring the router. 2012-01-27 08:47:12 -06:00
Taylor Otwell da1e2b6bf8 change lang back to __ 2012-01-26 08:35:57 -06:00
Taylor Otwell af170af12d overall code quality audit. 2012-01-25 15:31:04 -06:00
Taylor Otwell ec2fc6ddd0 fixed infinite loop when removing magic. 2012-01-24 11:29:05 -06:00
Taylor Otwell 27483835f4 always disable magic quotes at runtime. 2012-01-24 10:06:48 -06:00
Taylor Otwell b5442c67fc merged skunkworks into develop. 2012-01-16 13:59:24 -06:00
Taylor Otwell 0dc43490a6 moved functions to helpers file. 2011-11-10 22:10:18 -06:00