Taylor Otwell
928ce7c037
Merge branch 'staging'
2012-08-28 23:56:42 -05:00
Taylor Otwell
9b902427fd
Updating version.
2012-08-28 23:55:04 -05:00
Taylor Otwell
dd01308315
Merge pull request #1098 from franzliedke/patch-35
...
[Docs] Fix contribution page links
2012-08-26 19:28:56 -07:00
Taylor Otwell
7fa54c2ed9
Merge pull request #1100 from franzliedke/patch-36
...
[Docs] Pull request guidelines
2012-08-26 19:28:30 -07:00
Taylor Otwell
b86b8ffed1
Merge pull request #1113 from HiroKws/markdown-fix/doc-change
...
Added ## Laravel 3.2.5, and changed 'Upgrading From ...' to <h3>
2012-08-26 19:26:46 -07: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
Hirohisa Kawase
359ee49f37
Added ## Laravel 3.2.5, and changed 'Upgrading From ...' to <h3>
...
Signed-off-by:Hirohisa Kawase <hiro.soft@gmail.com>
2012-08-18 20:40:56 +09:00
Taylor Otwell
1e20052b08
Merge branch 'staging'
2012-08-17 09:03:56 -05:00
Taylor Otwell
4d1405269c
Merge branch 'develop' into staging
2012-08-17 09:02:51 -05:00
Taylor Otwell
9718d5cd0d
fix nested queries.
2012-08-17 09:02:32 -05:00
Spencer Deinum
6c9d903e58
Added Command::run() to the documentation for artisan tasks.
...
Signed-off-by: Spencer Deinum <spencerdeinum@gmail.com>
2012-08-16 17:18:50 -04:00
Franz Liedke
385b776ba8
Docs: Finish section on pull request guidelines.
2012-08-15 11:47:27 -04:00
Franz Liedke
f80d694a95
Contrib docs: add section stub about pull requests.
2012-08-15 10:47:51 -04:00
Franz Liedke
67464cb0f8
Fix typo in Github page table of contents.
2012-08-15 10:45:37 -04:00
Franz Liedke
1c7297dc02
Contrib docs: Remove pointless staging branch info.
2012-08-15 17:33:22 +03:00
Franz Liedke
5359085eda
Fix contribution page links in documentation.
2012-08-15 17:27:50 +03:00
Jason Lewis
1bd157d0a6
Added in develop changes.
...
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-08-12 02:48:55 +09:30
Taylor Otwell
43614cfeb9
Merge branch 'develop' of github.com:laravel/laravel into develop
2012-08-09 22:50:22 -05:00
Taylor Otwell
749948bc9d
fix conflicts.
2012-08-09 22:49:36 -05:00
Taylor Otwell
4d25f50f4b
Merge pull request #1016 from purwandi/develop
...
Add decimal schema on docs
2012-08-09 20:45:11 -07:00
Taylor Otwell
343d132737
tweak change log.
2012-08-09 22:42:35 -05:00
Spencer Deinum
e5dc10840a
Fix documentation error in input.md
...
Documentation says "Replacing the entire input" but calls Input::merge()
instead of Input::replace().
Signed-off-by: Spencer Deinum <spencerdeinum@gmail.com>
2012-08-09 15:44:34 -04:00
Simon Aebersold
8227784e11
Documentation Error, see /laravel/html.php line 225 for reference
2012-08-07 17:24:02 +02:00
Dayle Rees
7256dc2a65
Merge pull request #1024 from Apathetic012/develop
...
add output of File::mime() example
2012-07-31 09:11:12 -07:00
Dayle Rees
30175c2a52
fixing merge issues for comment tweaks
2012-07-31 16:55:02 +01:00
Dayle Rees
2611c1f27a
fixing merge issue for blade comments pull
2012-07-31 14:42:23 +01:00
Dayle Rees
9ea5018372
Merge branch 'develop' of github.com:laravel/laravel into develop
2012-07-31 14:37:07 +01:00
Dayle Rees
9d9d1d010c
fixing merge for contribution docs
2012-07-31 14:36:44 +01:00
Dayle Rees
184cc090bc
Merge pull request #1026 from jbruni/patch-1
...
Update laravel/documentation/controllers.md
2012-07-31 02:16:36 -07:00
Dayle Rees
3a471de777
franz routing docs fix
2012-07-31 10:06:10 +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
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
Jakobud
2c7bf657ed
Removed empty Coding Standards doc.
...
Removed Coding Standards from Table of Contents Sidebar.
Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
2012-07-30 13:32:53 -06:00
Jakobud
fd6e73aaa7
Added TortoiseGit contribution docs.
...
Revised Command-Line contribution docs.
Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
2012-07-30 12:12:07 -06:00
Jakobud
72d091ee54
Added first draft of command-line contributing docs.
...
Added empty files for coding standards and tortoisegit docs.
Adjusted Contributions in the Table of Contents sidebar.
Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
2012-07-30 10:19:42 -06:00
J Bruni
c7890bcdc3
Update laravel/documentation/controllers.md
...
Included missing verb in "Bundles can easily configured" sentence.
2012-07-29 09:01:16 -03:00
apathetic012
5eef002374
add output of File::mime() example
...
Signed-off-by: apathetic012 <apathetic012@gmail.com>
2012-07-29 19:12:44 +08: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
Jakobud
5622f6e35c
Added basic GitHub contribution docs.
2012-07-27 11:28:40 -06: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
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