Commit Graph

7484 Commits

Author SHA1 Message Date
Taylor Otwell 73bfe08cee fix resources 2018-04-18 20:53:16 -05:00
Taylor Otwell 43ae7d55b9 Merge branch '5.6' of github.com:laravel/docs into 5.6 2018-04-17 07:23:17 -05:00
Taylor Otwell f81c8bcc99 formatting 2018-04-17 07:23:04 -05:00
Taylor Otwell d8f5b62d07 Merge branch 'patch-1' of https://github.com/miyakeylab/docs into miyakeylab-patch-1 2018-04-17 07:21:39 -05:00
miyakeylab 2fa22ce24f add optonal() example 2018-04-17 20:55:14 +09:00
Taylor Otwell a82b913011
Merge pull request #4238 from staudenmeir/5.6
Add Dusk assertions
2018-04-15 07:22:40 -07:00
Jonas Staudenmeir a270b322a5 Update dusk assertions 2018-04-14 23:20:43 +02:00
Jonas Staudenmeir a15935d466 Add dusk assertions 2018-04-14 23:01:33 +02:00
Taylor Otwell fa33936482
Merge pull request #4237 from chapeupreto/patch-3
Artisan commands can be executed using class names
2018-04-14 07:40:45 -07:00
Rod Elias af46f087a7
Artisan commands can be executed using class names 2018-04-13 23:43:04 -03:00
Taylor Otwell a114b7fa1e
Merge pull request #4235 from mul14/change-user-to-flight
Change User to Flight
2018-04-13 05:59:30 -07:00
Taylor Otwell 0ffdbadc87
Merge pull request #4236 from JulianMar/5.6
HTTP status after creation should be 201 not 200
2018-04-13 05:57:14 -07:00
Julian Martin 006912eafe
changed two other wrong http codes 2018-04-13 11:27:52 +02:00
Julian Martin bf8a7b53ff
HTTP status after creation should be 201 not 200 2018-04-13 08:15:18 +02:00
Mulia Arifandi Nasution 55bd320c73
Change User to Flight
This is also helping beginners.
When they try to run `php artisan make:model User`,
that will fails, because User model already exists.

Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
2018-04-12 22:46:10 +07:00
Taylor Otwell 85ecd9b831
Merge pull request #4234 from browner12/assert-fragment
add docs for URL fragment assertions
2018-04-11 12:01:08 -07:00
Andrew 6da2ea69be add docs for URL fragment assertions
these assertions already exist in Dusk, but are not documented.
2018-04-11 10:56:45 -05:00
Taylor Otwell bbd0c27112
Merge pull request #4215 from sileence/patch-4
[5.6] Update authorization.md
2018-04-09 09:01:23 -07:00
Taylor Otwell d064a8301d Merge branch 'patch-2' of https://github.com/vinkla/docs into vinkla-patch-2 2018-04-09 10:20:35 -05:00
Taylor Otwell de68bda256 formatting 2018-04-09 10:20:09 -05:00
Vincent Klaiber 5b42917a67
Update authenticate method
Replaces #4229
2018-04-09 14:22:51 +02:00
Joe Ferguson 1e0e9b3dbe
📚 Add section on Postfix & mailhog mail handling 2018-04-09 07:22:15 -05:00
Joe Ferguson 5999d4e8d9
📚 Mention Go & Z-Ray in tools, Add note about Postfix & Mailhog usage
Added mentions of included software: Go & Zend's Z-Ray. Added section on local mail regarding default Postfix setup and that Mailhog will catch mail.
2018-04-09 07:19:33 -05:00
Taylor Otwell 7aebdfcf7f
Merge pull request #4228 from mike-healy/5.6
Specify queue sleep command time unit (seconds)
2018-04-07 12:57:35 -07:00
Taylor Otwell e77595e14d
Update queues.md 2018-04-07 14:57:29 -05:00
Taylor Otwell f28c2c93fb
Merge pull request #4226 from enderandpeter/collections-typos
Fix the wording of two sentences
2018-04-07 10:05:39 -07:00
Mike Healy 5f32644428 Specify queue sleep command's time unit (seconds) for clarity. It's different to Cache's use of minutes 2018-04-07 22:06:10 +10:00
Spencer Williams 0285eb1be2 Fix the wording of two sentences 2018-04-06 13:56:31 -06:00
Taylor Otwell 4b62d72288
Merge pull request #4224 from fridzema/patch-3
Policy namespace
2018-04-06 06:15:18 -07:00
Robert Fridzema 54cd18ae86
Policy namespace
The default example in the docs does not work, this does.
I can confirm this problem persists with a clean laravel installation. 
Also with `use App\Policies\PostPolicy;` it doesn't work.

Reference:
https://stackoverflow.com/questions/46324965/class-userpolicy-does-not-exist-view-f-xampp-htdocs-gates-policies-resources
2018-04-06 09:17:48 +02:00
Taylor Otwell 9998e5b637 formatting 2018-04-05 07:47:50 -05:00
Duilio Palacios 5cf76634c8
Update authorization.md 2018-04-05 12:54:10 +01:00
Duilio Palacios 82c44d146c
Update authorization.md 2018-04-05 11:46:31 +01:00
Taylor Otwell ed33ecfb0a
Merge pull request #4218 from enderandpeter/mixtypo
Add a missing word
2018-04-04 12:07:52 -07:00
Spencer Williams a274a10407 Add a missing word 2018-04-04 11:26:01 -06:00
Duilio Palacios 5fde086eb4
Update authorization.md 2018-04-04 11:23:24 +01:00
Taylor Otwell 4e945b001f formatting 2018-04-03 07:58:39 -05:00
Taylor Otwell 9477dc5359 Merge branch 'wait-for-route' of https://github.com/browner12/docs into browner12-wait-for-route 2018-04-03 07:57:33 -05:00
Taylor Otwell d7501e51d5
Merge pull request #4211 from tobiasdierich/5.6
Fix response status code on invalid signature
2018-04-03 05:56:48 -07:00
Tobias Dierich 97c420ef28
Fix response status code on invalid signature 2018-04-02 22:02:36 +02:00
Andrew 7dc9bfa5c5 add docs for `waitForRoute` 2018-04-02 12:23:43 -05:00
Taylor Otwell 0f68677bc0
Merge pull request #4209 from gauravmak/patch-1
A couple of collections doc updates
2018-04-02 09:50:41 -07:00
Taylor Otwell e95563d3dc more fixes 2018-04-02 08:38:57 -05:00
Taylor Otwell 087d5d23d7 clarify 2018-04-02 08:36:09 -05:00
Gaurav Makhecha d484dabbf4
Link the methods in Higher Order Messages 2018-04-02 18:40:50 +05:30
Gaurav Makhecha 2f164c5b4f
each method does not create a new collection 2018-04-02 18:35:05 +05:30
Taylor Otwell 9f48f69ea3 formatting 2018-04-02 07:53:53 -05:00
Victor Isadov c76ee934d1
Update collections.md 2018-04-01 19:17:38 +03:00
Victor Isadov c38fb57265
random doesn't always return Collection
https://github.com/laravel/framework/pull/23759
2018-04-01 11:53:03 +03:00
Taylor Otwell 758b1a57bc tweak formatting 2018-03-30 08:16:16 -05:00