Go to file
Hassan Tariq bae0792b4c
Remove API link (#8402)
2022-12-15 13:34:19 -06:00
artisan.md Use ::class notation 2015-11-25 00:15:31 +00:00
authentication.md expand url 2017-05-08 17:08:19 -05:00
authorization.md Fixed redundant language 2015-11-03 21:47:33 -07:00
billing.md Fix typo 2015-11-05 09:44:53 +11:00
blade.md tweak wordinglsls 2015-11-02 08:58:00 -06:00
cache.md Fix typo in cache.md 2015-11-19 10:27:13 +00:00
collections.md Sync collections documentation 2017-03-30 13:17:22 -03:00
container.md typo 2015-10-31 17:30:38 +00:00
contracts.md fix wording 2015-07-28 20:32:01 -05:00
contributing.md fix version 5.0 -> 5.1 2015-09-13 09:37:53 +01:00
contributions.md Added a note about import order 2016-06-19 01:18:16 +01:00
controllers.md wording 2015-10-30 08:41:43 -05:00
database.md Database - stdClass instead of StdClass 2016-02-26 16:35:06 -05:00
documentation.md Remove API link (#8402) 2022-12-15 13:34:19 -06:00
elixir.md update example to be more relevant 2015-11-13 15:28:58 -06:00
eloquent-collections.md Sync Eloquent collections documentation 2017-03-30 13:19:25 -03:00
eloquent-mutators.md disabled_at should be deleted_at 2015-12-16 17:21:42 +01:00
eloquent-relationships.md fix wording 2016-02-19 09:36:56 -06:00
eloquent-serialization.md replace all tabs with spaces (PSR-2) 2015-07-02 10:54:27 -04:00
eloquent.md update docs for connection 2015-11-10 08:28:05 -06:00
encryption.md replace all tabs with spaces (PSR-2) 2015-07-02 10:54:27 -04:00
envoy.md Fixed typo 2016-01-25 11:34:33 +00:00
errors.md Added emergency level to docs 2015-07-04 19:29:58 +02:00
events.md fix connection event 2015-12-23 22:14:23 +09:00
facades.md Change Artisan facade class reference to Illuminate\Contracts\Console\Kernel 2015-11-24 08:47:06 -06:00
filesystem.md Typo 2016-08-10 10:53:20 +02:00
hashing.md replace all tabs with spaces (PSR-2) 2015-07-02 10:54:27 -04:00
helpers.md Update helpers.md 2016-06-06 12:39:33 +02:00
homestead.md update homestead docs 2016-03-29 14:16:58 -05:00
installation.md Fix format Server Requirements (#7829) 2022-03-26 10:04:55 -05:00
license.md added license. 2014-01-18 10:53:53 -06:00
lifecycle.md working on docs 2015-05-29 12:05:31 -05:00
localization.md replace all tabs with spaces (PSR-2) 2015-07-02 10:54:27 -04:00
mail.md fix wording 2015-12-02 08:33:46 -06:00
middleware.md Fixed typo 2015-12-28 22:16:23 -05:00
migrations.md Update migrations.md 2016-04-07 15:10:07 +02:00
packages.md fix typo 2015-09-11 19:46:50 +08:00
pagination.md change to be in alpha order 2015-08-14 19:22:25 +01:00
providers.md added ::class annotation for consistency 2015-08-20 09:54:52 -07:00
queries.md Merge remote-tracking branch 'origin/5.1' into 5.1 2015-07-02 13:58:24 -05:00
queues.md update driver to connection, command expects connection 2018-10-26 14:26:17 -04:00
quickstart-intermediate.md mixed-content and link to HTTPS 2018-01-12 13:04:43 +00:00
quickstart.md mixed-content and link to HTTPS 2018-01-12 13:04:43 +00:00
readme.md Update version 2015-06-12 21:35:39 -05:00
redis.md Include key in Redis::command 2015-07-26 17:39:52 +08:00
releases.md Fix links 2017-05-14 19:23:42 +02:00
requests.md note on dynamic input access 2015-10-23 16:20:51 -05:00
responses.md replace all tabs with spaces (PSR-2) 2015-07-02 10:54:27 -04:00
routing.md Change method helper echo 2015-11-05 13:28:21 +07:00
scheduling.md Added an extra * on line 78. 2015-12-08 16:26:28 -05:00
seeding.md Merge pull request #1888 from susanBuck/patch-1 2015-11-04 09:31:38 -06:00
session.md Fix wording 2015-09-17 10:23:17 +01:00
structure.md Replaced filters with middleware 2015-12-04 15:17:49 -03:00
testing.md Corrected the mismatch in emails in the working with database example 2015-12-06 12:08:44 +05:30
upgrade.md Fix links 2017-05-14 19:23:42 +02:00
validation.md Add new line to read markdown syntax (#8040) 2022-07-13 13:30:58 -05:00
views.md A couple small typos 2015-08-06 08:50:31 -04: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.1 would be submitted to the 5.1 branch. Documentation intended for the next release of Laravel should be submitted to the master branch.