- 15 May, 2013 1 commit
-
-
Pavel Puchkin committed
-
- 14 May, 2013 12 commits
-
-
Taylor Otwell committed
-
Patch for ->push();
Taylor Otwell committed -
Taylor Otwell committed
-
fix incorrect padding with multibyte strings encryption
Taylor Otwell committed -
Taylor Otwell committed
-
Access foreign property in Belongs_To through a getter
Taylor Otwell committed -
Allow developers to set the Content-Disposition header in Response::download()
Taylor Otwell committed -
Even more fluent eloquent model via magic setters
Taylor Otwell committed -
Taylor Otwell committed
-
Language fix for Validation.
Taylor Otwell committed -
Update .htaccess
Taylor Otwell committed -
Added Dutch translation for validation rules "date_format" and "required_with".
Taylor Otwell committed
-
- 13 May, 2013 1 commit
-
-
Jürgen van Dijk committed
-
- 11 May, 2013 1 commit
-
-
Change link in comment. (2.2 -> current)
Maciej Czyżewski committed
-
- 08 May, 2013 3 commits
-
-
Pavel Puchkin committed
-
Now it is possible to use Eloquent's magic setters in chains. For example: $model->set_foo('foo')->take(10)->set_bar(some_function()); // ...even though setters 'foo' and 'bar' are not defined on the model
Pavel Puchkin committed -
Pavel Puchkin committed
-
- 07 May, 2013 1 commit
-
-
Jason Funk committed
-
- 05 May, 2013 5 commits
-
-
Signed-off-by: Evgeny Kovalev <Evgeny.Kovalev@gmail.com>
Evgeny Kovalev committed -
Fix for both Russian and English. NB The bug is fixed for English version V4 already. No language files for other languages for V4. Signed-off-by: Evgeny Kovalev <Evgeny.Kovalev@gmail.com>
Evgeny Kovalev committed -
As far as encrypting and paddings are concerned, we are talking about **bytes** and not **characters**. So basic strlen/substr functions must be used instead of their mbstring version.
fpirsch committed -
Update migrator.php
Taylor Otwell committed -
Taylor Otwell committed
-
- 04 May, 2013 1 commit
-
-
when used in a setup task. The output created didn't add a line ending.
dotramses committed
-
- 01 May, 2013 2 commits
-
-
Taylor Otwell committed
-
modified IoC::registred()
Taylor Otwell committed
-
- 14 Apr, 2013 1 commit
-
-
Authman Apatira committed
-
- 12 Apr, 2013 1 commit
-
-
Returns true if the instance was registered with IoC::instance
Max committed
-
- 11 Apr, 2013 2 commits
-
-
Incremented version from 3.2.13 to 3.2.14
Taylor Otwell committed -
Fixed a typo in "Contributing" chapter
Taylor Otwell committed
-
- 09 Apr, 2013 2 commits
-
-
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
aeberhardo committed -
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
aeberhardo committed
-
- 07 Apr, 2013 3 commits
-
-
Check application.ssl when setting a secure cookie
Taylor Otwell committed -
Taylor Otwell committed
-
Taylor Otwell committed
-
- 05 Apr, 2013 3 commits
-
-
Changed Laravel\ namespace prefix in some classes calls in helpers to global.
Taylor Otwell committed -
jan committed
-
global, to allow aliases to work, and allow class extending.
jan committed
-
- 04 Apr, 2013 1 commit
-
-
Add Macros to tables
Taylor Otwell committed
-