Go to file
Taylor Otwell a730623ca1 Merge pull request #3329 from driade/5.0
Minor fix 5.0
2017-05-15 19:44:30 -05:00
artisan.md use placeholder for version 2015-05-01 07:47:39 -05:00
authentication.md Fixed code formatting in 5.0's authentication page 2016-11-20 22:19:20 +02:00
billing.md use placeholder for version 2015-05-01 07:47:39 -05:00
bus.md use placeholder for version 2015-05-01 07:47:39 -05:00
cache.md Update cache.md because file support increment and decrement 2015-04-26 23:13:22 +09:00
collections.md use placeholder for version 2015-05-01 07:47:39 -05:00
commands.md use placeholder for version 2015-05-01 07:47:39 -05:00
configuration.md use placeholder for version 2015-05-01 07:47:39 -05:00
container.md use placeholder for version 2015-05-01 07:47:39 -05:00
contracts.md use placeholder for version 2015-05-01 07:47:39 -05:00
contributing.md fix version 4.2 -> 5.0 2015-03-14 01:32:00 +09:00
contributions.md Change email 2015-04-20 15:23:17 +02:00
controllers.md Fix PHP Doc 2015-05-19 20:49:14 +07:00
database.md fixes 2015-03-24 16:00:50 -05:00
documentation.md work on sidebar 2017-04-18 09:25:11 -05:00
elixir.md Fixed HTML code blocks 2016-12-08 00:51:18 +02:00
eloquent.md use placeholder for version 2015-05-01 07:47:39 -05:00
encryption.md Add to docs. 2015-01-22 09:54:31 -06:00
envoy.md Update docs for confirm feature. 2015-04-04 09:24:28 -05:00
errors.md Added missing `errorlog` logging option 2015-03-17 16:45:57 +02:00
events.md Fix docblock in code sample 2015-05-11 13:54:52 +02:00
extending.md Fixed typos 2015-03-15 07:51:23 +00:00
facades.md Update to correct cache class. 2015-05-27 13:19:58 +02:00
filesystem.md use placeholder for version 2015-05-01 07:47:39 -05:00
hashing.md Use facade instead of class. 2015-01-22 14:29:09 -06:00
helpers.md fix typo 2015-05-05 16:53:58 +09:00
homestead.md Added information on the provider for VMware Workstation (Windows) 2015-05-07 20:42:04 +02:00
installation.md Update installation.md 2016-06-19 21:09:11 +04:30
license.md added license. 2014-01-18 10:53:53 -06:00
lifecycle.md use placeholder for version 2015-05-01 07:47:39 -05:00
localization.md use placeholder for version 2015-05-01 07:47:39 -05:00
mail.md use placeholder for version 2015-05-01 07:47:39 -05:00
middleware.md Add missing use Closure 2015-05-19 19:02:04 +07:00
migrations.md use placeholder for version 2015-05-01 07:47:39 -05:00
packages.md use placeholder for version 2015-05-01 07:47:39 -05:00
pagination.md Add additional information according to Paginator Contract 2015-05-12 13:53:03 +07:00
providers.md use placeholder for version 2015-05-01 07:47:39 -05:00
queries.md fixes 2015-04-01 10:06:27 -05:00
queues.md Fix 2017-05-15 22:47:39 +02:00
readme.md Update readme.md 2015-02-05 12:24:39 +01:00
redis.md use placeholder for version 2015-05-01 07:47:39 -05:00
releases.md Fix links 2017-05-14 19:18:56 +02:00
requests.md Little fix on PHP doc 2015-05-19 20:40:44 +07:00
responses.md Replace `master` to {{version}} placeholder 2015-05-17 21:27:30 +08:00
routing.md Add missing semicolons 2015-05-26 12:39:07 +07:00
schema.md Formatting. 2015-04-12 14:32:50 -05:00
session.md use placeholder for version 2015-05-01 07:47:39 -05:00
structure.md Working on structure documentation. 2015-01-21 11:29:27 -06:00
templates.md Add compact @section() syntax example 2015-04-01 16:53:19 -07:00
testing.md [5.0] Move test seeding text below heading 2016-08-08 10:07:46 +01:00
upgrade.md Fix links 2017-05-14 19:18:56 +02:00
validation.md Prepend slash to the fully qualified class name 2015-10-21 15:35:24 +01:00
views.md $data['$key'] to $data['key'] 2015-05-25 03:59:50 +08:00

readme.md

Laravel Documentation

Contribution Guidelines

If you are submitting documentation for the current stable release, submit it to the corresponding branch. For example, documentation for Laravel 5.0 would be submitted to the 5.0 branch. Documentation intended for the next release of Laravel should be submitted to the master branch.