Commit Graph

152 Commits

Author SHA1 Message Date
Dayle Rees
8c5ac60154 Merge pull request #935 from tobsn/patch-7
Added explanation about PDO default attributes
2012-07-31 01:53:41 -07:00
Jason Lewis
c9710525d9 Merge pull request #1020 from metaphox/develop
Removes status parameter for Response::view() in documentation section "Views & Responses"
2012-07-30 20:27:32 -07:00
Tao Wu
0dd1af665f changes binding data variable to an array 2012-07-29 12:44:58 +02:00
Tao Wu
a497a3efcb changed header to data 2012-07-28 13:58:11 +02:00
Tao Wu
9268b1eb4e Merge branch 'master' into develop 2012-07-28 13:49:19 +02:00
Dayle Rees
c27614b217 Merge pull request #996 from Jakobud/feature/pagination-docs
Added documentation for paginate's second optional argument.
2012-07-27 04:01:55 -07:00
Dayle Rees
f7e7fa6299 Merge pull request #995 from cviebrock/eloquent-delete-doc
Deleting Eloquent models
2012-07-27 03:59:15 -07:00
Jakobud
7475bcd348 Added documentation for the @render() Blade method
Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
2012-07-25 10:08:54 -06:00
Tao Wu
2f48bbba12 Update laravel/documentation/views/home.md
Response::view() does not take a status code as the second parameter.
2012-07-25 17:28:02 +03:00
Tobsn
1c92b907d5 fixed two typos
connecter class => connector class
Therefor => Therefore
2012-07-24 20:42:38 +02:00
Jakobud
289c02ab47 Added documentation for paginate's second optional argument.
Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
2012-07-23 15:50:04 -06:00
Colin Viebrock
c60a58ff26 Someone else can re-word this, but a easy-to-find paragraph on deleteing Eloquent models seemed missing.
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
2012-07-23 14:29:29 -05:00
Rob Meijer
84fcb60f8b Fix pivot table name in Many-to-Many section in Eloquent documentation. 2012-07-21 20:16:57 +01:00
Taylor Otwell
ec41836241 Merge pull request #938 from Anahkiasen/develop
Added quick notes on Pivot tables
2012-07-17 17:19:31 -07:00
Taylor Otwell
680407f051 Merge pull request #959 from franzliedke/patch-25
[Docs] Deleting files
2012-07-17 17:18:41 -07:00
Taylor Otwell
a73a6fb6c4 Merge pull request #970 from franzliedke/patch-26
[Docs] Schema default helper
2012-07-17 17:15:30 -07:00
Franz Liedke
02e84eb5eb Documentation: fix menu link to "Bundle Routes" section. 2012-07-17 23:56:43 +03:00
Franz Liedke
a03bcb521b Mention default value helper function in database schema documentation. 2012-07-17 23:51:00 +03:00
Franz Liedke
b973c25905 Add documentation about deleting files. 2012-07-16 14:57:35 +03:00
Shawn McCool
25b8bd889b add help:commands artisan task to documentation 2012-07-16 11:37:05 +03:00
Loic Sharma
eb76c34cd3 Added a missing parenthesis and semicolon. 2012-07-12 17:46:17 -05:00
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