Commit Graph

53 Commits

Author SHA1 Message Date
Taylor Otwell e8834d764e Merge pull request #1692 from adityamenon/master
The tiniest PR you've ever seen.
2013-03-28 14:34:12 -07:00
Dave Clayton 43afc7b9fa Made how to do AND WHERE in fluent more explicit in the docs 2013-02-12 14:54:13 +01:00
aditya 8e27840718 (Very) minor typo fix. 2013-02-08 05:12:06 +05:30
Taylor Otwell 63bf89efd5 Merge branch 'develop' of github.com:laravel/laravel into develop 2013-01-10 16:21:01 -06:00
Taylor Otwell c9faa957a3 Merge branch 'master' of github.com:laravel/laravel into develop 2013-01-10 16:20:09 -06:00
Pierre Bertet a1facced9a Documentation typography: ellipses
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Andreas Heiberg 4de7510bfd fixed typo
I suppose stored is what was meant to be typed?
2013-01-09 22:31:17 +01:00
Taylor Otwell c463d2a4ab Merge pull request #1400 from sdbondi/develop
Ref #649 - Added documentation for where_between suite of methods (Ref Pull #1365)
2013-01-05 12:43:54 -08:00
Franz Liedke efdc12ed25 Fix typo. 2013-01-05 21:07:31 +01:00
Taylor Otwell e0dfd7c5d3 Merge pull request #1502 from olivervogel/develop
added lists() method to the fluent documentation
2013-01-05 11:50:51 -08:00
Taylor Otwell 153c2837f3 Update docs. 2013-01-05 13:36:02 -06:00
Taylor Otwell 2827c3fc78 Document group_by. 2013-01-05 13:04:22 -06:00
Oliver Vogel 3e4eb5fc3d added lists() method to the fluent documentation 2012-12-06 20:44:39 +01:00
Taylor Otwell c69c7cac1a Merge branch 'master' of github.com:laravel/laravel 2012-10-31 08:54:26 -05:00
sdbondi fab42949dc Added documentation for where_between suite of methods
Signed-off-by: sdbondi <sdbondi@gmail.com>
2012-10-30 09:08:51 +02:00
Anahkiasen e2b7d65c18 Added migrate:rebuild command to clean and reconstruct the database
Signed-off-by: Anahkiasen <ehtnam6@gmail.com>
2012-10-26 19:45:32 +01:00
Shawn McCool f53f07df4a Update laravel/documentation/database/eloquent.md
minor grammar update in docs
2012-10-03 13:24:05 +03:00
Shawn McCool 00edb1db8c clarified table naming conventions 2012-10-03 12:19:11 +02:00
Taylor Otwell dad0bbc688 Merge pull request #1247 from dcelasun/patch-1
Fix a tiny typo
2012-09-25 18:33:14 -07:00
Duru Can Celasun 2b787763aa Fix a tiny typo 2012-09-20 10:13:01 +03:00
Callum McIntyre c8ee7ca614 Added documentation regarding the newly public timestamp() function
Signed-off-by: Callum McIntyre <mcintyre1994@gmail.com>
2012-09-03 23:23:36 +01:00
Callum McIntyre 0161273010 Added documentation for the touch() function
Signed-off-by: Callum McIntyre <mcintyre1994@gmail.com>
2012-09-03 22:23:58 +01:00
Taylor Otwell 1b475d8f9c Merge pull request #1142 from HendrikJan/master
Improved code examples for inserting related models
2012-09-01 18:01:20 -07:00
Taylor Otwell c17c872b6a Merge pull request #1123 from daris/patch-1
Update laravel/documentation/database/fluent.md
2012-09-01 17:53:14 -07:00
H.J. van Meerveld c44e69bf80 improved code to insert related models 2012-08-25 22:09:20 +02:00
Tobsn 967d9898ae dann typo
i had one job…
2012-08-21 14:11:25 +02:00
Tobsn fa0fcff346 added unsigned() description
was missing…
2012-08-21 14:09:41 +02:00
Tobsn 161ae3f6e6 Docu on how to ensure foreign() works
tons of people are doing it wrong every day - this should fix it or at
least can be used as reference.
2012-08-21 00:12:29 +02:00
Tobsn 546c962612 Revert "Docu on how to ensure foreign() works"
This reverts commit b92f5bc854.
2012-08-21 00:10:03 +02:00
Tobsn b92f5bc854 Docu on how to ensure foreign() works
tons of people are doing it wrong every day - this should fix it or at
least can be used as reference.
2012-08-21 00:09:01 +02:00
daris be7544b67a Update laravel/documentation/database/fluent.md
Missing comma
2012-08-19 19:05:45 +03:00
Taylor Otwell 4d25f50f4b Merge pull request #1016 from purwandi/develop
Add decimal schema on docs
2012-08-09 20:45:11 -07:00
Dayle Rees 30175c2a52 fixing merge issues for comment tweaks 2012-07-31 16:55:02 +01:00
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
Purwandi c667788be7 Add decimal schema on docs
Signed-off-by: Purwandi <free6300@gmail.com>
2012-07-27 22:34:41 +07:00
Pascal Borreli 8a34aa5077 Fixed typos 2012-07-27 11:29:59 +00:00
Dayle Rees f7e7fa6299 Merge pull request #995 from cviebrock/eloquent-delete-doc
Deleting Eloquent models
2012-07-27 03:59:15 -07:00
Tobsn 1c92b907d5 fixed two typos
connecter class => connector class
Therefor => Therefore
2012-07-24 20:42:38 +02: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 a73a6fb6c4 Merge pull request #970 from franzliedke/patch-26
[Docs] Schema default helper
2012-07-17 17:15:30 -07:00
Franz Liedke a03bcb521b Mention default value helper function in database schema documentation. 2012-07-17 23:51:00 +03: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 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
Steven Lischer 72558bda3b removed extra newline 2012-07-02 12:50:26 -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
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