- 05 Jan, 2013 40 commits
-
-
Taylor Otwell authored
Added PDO error code
-
Taylor Otwell authored
Add bundle:uninstall, bundle:unpublish, migrate:rollback and migrate:reset for bundles
-
Taylor Otwell authored
segment pattern to match a single segment, also matches UTF-8 segments.
-
Taylor Otwell authored
Added output from examples to String documentation
-
Taylor Otwell authored
DB::escape()
-
Taylor Otwell authored
-
Taylor Otwell authored
Pass the response by reference so it can be overwritten in filters
-
Taylor Otwell authored
improve french translation for validation
-
Taylor Otwell authored
Add URL::to_language and HTML::link_to_language localization helpers
-
Taylor Otwell authored
Correct document page of HTML page.
-
Taylor Otwell authored
Ref #649 - Added documentation for where_between suite of methods (Ref Pull #1365)
-
Taylor Otwell authored
Make insert_get_id() work with non-auto-incrementing columns.
-
Taylor Otwell authored
-
Taylor Otwell authored
Update laravel/documentation/localization.md
-
Taylor Otwell authored
Added return value from PDO::commit
-
Taylor Otwell authored
My take at #1198
-
Taylor Otwell authored
Add Response::jsonp() to Response class.
-
Taylor Otwell authored
Fixed connector options merge bug.
-
Taylor Otwell authored
Use `mb_substr` instead of `sub_str` in order to resolve multi-language problem.
-
Taylor Otwell authored
Fix typo.
-
Taylor Otwell authored
Fix typo and update 2nd example comment for filter
-
Franz Liedke authored
-
Taylor Otwell authored
Minor corrections to the documentation and using Input::json() with Validator
-
Taylor Otwell authored
-
Taylor Otwell authored
Update laravel/validator.php
-
Taylor Otwell authored
-
Taylor Otwell authored
Update laravel/documentation/views/templating.md
-
Taylor Otwell authored
Parameter JSON_OPTIONS added to response.php
-
Taylor Otwell authored
Add 'laravel.auth: login' and 'laravel.auth: logout' events.
-
Taylor Otwell authored
Allow forward slash separators in Str::classify()
-
Taylor Otwell authored
added lists() method to the fluent documentation
-
Taylor Otwell authored
-
Taylor Otwell authored
Removed GR folder
-
Taylor Otwell authored
-
Taylor Otwell authored
Small Changes on the Language File (PT-PT)
-
Taylor Otwell authored
Automatically apply entities to output using Blade
-
Taylor Otwell authored
Fix for validate_required_with
-
Taylor Otwell authored
Allow find to be called anywhere on an Eloquent Model
-
Taylor Otwell authored
Added ability to call Eloquent::with on a Relationship instance
-
Taylor Otwell authored
bugfix: added validation message to language file for required_with
-