Commit Graph

235 Commits

Author SHA1 Message Date
Shawn McCool
1503aed7ce Merge branch 'hotfix/docs-nav-update' into develop 2012-07-11 22:43:18 +02:00
Shawn McCool
3acc64051f simplify navigation copy 2012-07-11 22:42:36 +02:00
Shawn McCool
05ada38d8f style update 2012-07-11 22:36:20 +02:00
Shawn McCool
95bb9dfee8 Merge branch 'hotfix/fix_markdown' into develop
Conflicts:
	laravel/documentation/install.md
2012-07-11 22:35:58 +02:00
Shawn McCool
a6c28050e6 style updates 2012-07-11 22:34:38 +02:00
Shawn McCool
85ec19367d fix merge 2012-07-11 22:31:46 +02:00
Shawn McCool
ee6adc26d9 fix merge 2012-07-11 22:30:38 +02:00
Shawn McCool
bcdde02229 Merge branch 'feature/docs-install' into develop
Conflicts:
	laravel/documentation/install.md
2012-07-11 22:30:21 +02:00
Shawn McCool
a66eb44809 fixed typo 2012-07-11 22:28:44 +02:00
Shawn McCool
ce1392aa82 Merge branch 'feature/docs-install'
Conflicts:
	laravel/documentation/install.md
2012-07-11 22:25:28 +02:00
Shawn McCool
49928b397a added server configuration to the documentation 2012-07-11 22:22:57 +02:00
Taylor Otwell
5f919d76a5 updated change log. 2012-07-11 10:20:12 -05:00
Anahkiasen
8a4aade8f7 Quick notes on Pivot tables 2012-07-11 16:27:11 +02:00
Tobsn
27fb9d0612 fixed "here" link 2012-07-11 12:27:29 +02:00
Taylor Otwell
1879e6575a tweak eloquent model change method to not check types. 2012-07-10 08:02:08 -05:00
Taylor Otwell
82ababb4cb Add note about making view directory writable. 2012-07-09 09:54:56 -05:00
Taylor Otwell
430eeb6da1 Merge pull request #798 from xsbeats/feature/validation_required_with
Added required_with validation rule...
2012-07-06 18:11:19 -07:00
Taylor Otwell
990f10f6de Merge pull request #854 from jasonlewis/feature/pattern-filters
Allow filter patterns to supply a name and callback as an easier alternative.
2012-07-06 17:57:46 -07:00
Taylor Otwell
f338db50db Merge pull request #888 from TommyC81/patch-3
Documentation on how to attach data to pivot table
2012-07-06 17:49:20 -07:00
Franz Liedke
d7bbdd9735 Fix anchor name for "Retrieving a language line" section on localization page. 2012-07-05 01:52:30 +03:00
Steven Lischer
72558bda3b removed extra newline 2012-07-02 12:50:26 -05:00
Steven Lischer
550913843e Merge branch 'develop' of git://github.com/laravel/laravel into develop 2012-07-02 12:44:29 -05:00
Steven Lischer
b28c5eb19f docs edit: eager loading using $includes in model 2012-07-02 12:32:14 -05:00
TommyC81
f77b22eb45 Add documentation on how to attach pivot table fields to attach command. 2012-06-30 18:11:31 +03:00
TommyC81
110078d2af Fixed typo 2012-06-29 21:55:38 +03:00
TommyC81
2159596a83 Bold characters for reflash and keep. 2012-06-29 21:49:54 +03:00
TommyC81
26623c79ed Removed empty row. 2012-06-29 21:45:31 +03:00
TommyC81
837f617627 Re-organized and added some more help on the reflash() and keep() functions. 2012-06-29 21:42:06 +03:00
TommyC81
3a504cfa8e Fixed small typo. 2012-06-29 20:34:00 +03:00
Taylor Otwell
d53ac0e9d1 update change log 2012-06-28 15:28:03 -05:00
niallobrien
9858f8aa61 Added examples for using $errors in views. 2012-06-27 14:19:21 +02:00
Shawn McCool
4d7d67dd82 Merge branch 'feature/installation' into develop 2012-06-25 13:46:01 +02:00
Shawn McCool
d08db5c26b added server configuration to install docs 2012-06-25 13:45:29 +02:00
Jason Lewis
cea48d4fe5 Updated the documentation.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-24 19:37:08 +09:30
Jeffrey Way
5a4d622bb7 Fix small typo in validation docs. 2012-06-23 14:32:27 -03:00
Tobsn
61a61fc285 Added explanation about PDO default attributes
regarding issue #788

https://github.com/laravel/laravel/issues/788
2012-06-22 06:06:54 -07:00
Tobsn
36226b99bc fixed link for query builder /query -> /fluent
thanks to @NXB
2012-06-22 03:09:50 -07:00
Taylor Otwell
7af0304fe8 Merge branch 'master' into develop 2012-06-21 11:38:50 -05:00
Taylor Otwell
fc96014c4f Merge pull request #821 from daylerees/feature/clear-input
Added clear() method to the input class
2012-06-20 09:47:02 -07:00
Tobias Orterer
c6ebf685bf Added important note about @layout on first line
leads to confusion if not pointed out.
2012-06-18 21:55:35 -07:00
Taylor Otwell
c92578b217 Merge branch 'master' of github.com:laravel/laravel 2012-06-16 15:08:38 -05:00
Taylor Otwell
681f80eafb update change log 2012-06-16 15:08:03 -05:00
Dayle Rees
e3317324b0 added clear() method to the input class
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-06-16 11:42:25 +01:00
Jason Walton
e9e8a5b32e Adds limit_exact method which will limit a string and its custom ending to a specified length
Signed-off-by: Jason Walton <jwalton512@gmail.com>
2012-06-13 10:50:50 -07:00
Taylor Otwell
b27b132128 update change log 2012-06-13 10:26:42 -05:00
dlabs88
06d7abc2d4 Route::get('admin', array('before' => 'auth', function() {}));
forgot the last )
2012-06-12 04:00:15 +03:00
Jason Walton
6881bdaf02 Added required_with validation rule to conditionally require an attribute based on the presence of another attribute
Signed-off-by: Jason Walton <jwalton512@gmail.com>
2012-06-11 09:18:42 -07:00
Aaron Kuzemchak
75033f6287 Updating docs for Blade comments 2012-06-04 14:51:42 -04:00
Franz Liedke
3ccc37bd8f Documentation: Fix typo on routing page's TOC. 2012-06-04 20:36:33 +03:00
Franz Liedke
161ea09861 Documentation: Add link to Controller Routing section to Routing submenu. 2012-06-04 20:34:04 +03:00