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
0726fb8e84
Merge pull request #1415 from j20/patch-1
...
Update laravel/documentation/localization.md
2013-01-05 12:36:27 -08:00
Taylor Otwell
e1d081bd54
Merge pull request #1501 from JesseObrien/master
...
Add Response::jsonp() to Response class.
2013-01-05 12:18:14 -08:00
Jesse O'Brien
e854464a21
Added section on Enabling the profiler.
...
Thanks to @sparksp for pointing it out.
2013-01-03 12:06:26 -05:00
Jesse O'Brien
4d6827ca14
Adding documentation for the Profiler logging and timers.
...
Simple as that :)
2013-01-03 12:06:26 -05:00
Jesse O'Brien
404b59730a
Added callback wrapper for JSONP auto wrapping.
2012-12-06 11:57:26 -05:00
Jesse O'Brien
cf6e2a768b
Add documentation for JSONP Response
2012-12-06 11:22:48 -05:00
Adam Becker
742eb4ea8d
fix link to #route-groups
2012-12-03 13:24:46 -05:00
Taylor Otwell
d2fefa65aa
Work on section handling.
2012-11-06 15:04:13 -06:00
j20
39320dc847
Update laravel/documentation/localization.md
...
Updated to use the two-letter, ISO standard language code for Spanish--'es' instead of 'sp'.
2012-11-03 14:54:38 -05:00
Taylor Otwell
c69c7cac1a
Merge branch 'master' of github.com:laravel/laravel
2012-10-31 08:54:26 -05:00
Taylor Otwell
b386eeec8a
update change log.
2012-10-31 08:54:07 -05:00
Zander Baldwin
a7ea27d0a0
Update "docs/views/html.md", parse error in example code.
...
The example code for the `HTML::entities()` method in the documentation had unescaped apostrophes (single quotes) in the string passed as the first parameter.
A parse error would have resulted should someone try to use that code.
2012-10-27 01:09:54 +00: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
Taylor Otwell
37cd08faea
Merge pull request #1357 from aebersold/master
...
documentation fix on validators
2012-10-25 06:14:55 -07:00
Taylor Otwell
2914471de1
Merge pull request #1381 from vFragosop/documentation/improvements
...
Improving documentation about Input::file()
2012-10-25 06:07:15 -07:00
Vinícius Fragoso
e8f08ce1f4
Fixing smal typo
2012-10-22 17:10:46 -02:00
Vinícius Fragoso
7c3d278283
Improving documentation on file uploads
...
Adding information about setting multipart/form-data on forms in order
to use file uploads.
2012-10-22 16:58:32 -02:00
Maksim Surguy
e684aa3c00
Added file input form element docs
...
The file input is in the API but not in the documentation.
2012-10-21 13:38:27 +11:00
Jason Lewis
e531cd6300
Merge pull request #1348 from matz3/master
...
Spelling mistake correction in documentation
2012-10-20 07:31:53 -07:00
aebersold
7eb5be794c
documentation error, wrong date format
2012-10-16 17:55:50 +02:00
everclear
9b63f65408
link_to_route requires 3 parameters if wildcard values are required
2012-10-15 15:50:10 +02:00
matz3
97013cd816
Spelling mistake correction in documentation
...
Added missing 's' in the word 'is' (Laravel Overview).
Signed-off-by: matz3 <osswaldm94@gmail.com>
2012-10-14 18:48:25 +02:00
Shawn McCool
2e8364994f
changed date format in validation documentation to match ISO8601
2012-10-11 08:14:55 +02:00
Taylor Otwell
3416506194
increment version. refactor eloquent eager loading matching.
2012-10-07 14:04:29 -05: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
d1c1fe4446
fix bug in eloquent model and update version.
2012-09-27 17:45:12 -04:00
Taylor Otwell
ae5331b312
Merge branch 'staging'
2012-09-27 09:08:20 -04:00
Taylor Otwell
4de8e2d717
Update change log.
2012-09-27 09:05:29 -04:00
Taylor Otwell
14c6ff1692
Increment version and change log.
2012-09-26 10:13:30 -04:00
Taylor Otwell
439f9c8055
Merge pull request #1236 from kuroi/patch-1
...
Correct broken links in docs
2012-09-25 18:33:48 -07:00
Taylor Otwell
dad0bbc688
Merge pull request #1247 from dcelasun/patch-1
...
Fix a tiny typo
2012-09-25 18:33:14 -07:00
Taylor Otwell
04f22f086d
Update change log.
2012-09-25 08:42:03 -05:00
Jason Lewis
9fae4dc8d7
Merge branch 'master' into develop
2012-09-24 01:01:53 +09:30
Jason Lewis
8c580d17fb
You can only pass the ID of a user, not an object.
...
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-09-24 01:01:14 +09:30
Duru Can Celasun
2b787763aa
Fix a tiny typo
2012-09-20 10:13:01 +03:00
Shawn McCool
33b5f6377c
Update laravel/documentation/routing.md
...
Added a warning about using Controller::detect() for routing.
2012-09-19 18:13:31 +03:00
Peter Coles
184b2989e2
Correct correction
2012-09-18 11:59:11 +02:00
Peter Coles
14eebab94a
Correct broken links in docs
2012-09-18 05:54:41 +02:00
Duru Can Celasun
1ee55a3b38
Fix a tiny typo
...
s/encourage/encouraged
2012-09-14 13:28:02 +03:00
Franz Liedke
5942771ce9
Add documentation for definition list helper.
2012-09-12 14:42:20 +03:00
Dayle Rees
38562d5007
Merge pull request #1160 from kapv89/patch-2
...
Updated Paginator to fit better with bootstrap 2.1
2012-09-11 03:20:44 -07:00
kapil verma
b63b0c0829
Updated Documentation for Bootstrap-y Pagination
...
The Docs now show bootstrap style Pagination
2012-09-11 08:09:30 +05:30
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
07bec5c043
Merge branch 'master' into staging
2012-09-01 22:16:46 -05:00
Taylor Otwell
8afab342c6
Incrementing version and updating change log.
2012-09-01 22:09:47 -05:00
Taylor Otwell
8a9acbccf0
Merge branch 'staging'
2012-09-01 21:50:41 -05:00
Taylor Otwell
cfe5fa109a
Add fix to change log.
2012-09-01 21:50:14 -05:00