Go to file
Taylor Otwell 430e0e08f8 show import 2017-01-16 10:22:51 -06:00
apis.md add files 2016-08-14 13:59:00 -05:00
application-testing.md Fix links 2016-11-01 21:19:29 +00:00
artisan.md Programatically -> Programmatically 2016-12-02 10:01:40 +00:00
authentication.md Add Illuminate/Auth/Events/Failed Event to the list of events raised by Laravel during authentication. 2016-12-24 17:13:15 -05:00
authorization.md Update authorization.md 2017-01-09 10:57:52 +02:00
billing.md fix comment to maintain consistency 2016-11-02 09:16:00 -06:00
blade.md documenting various things 2017-01-16 09:08:51 -06:00
broadcasting.md documenting various things 2017-01-16 09:08:51 -06:00
cache.md Mention `false` behaviour in `Cache::has()` 2017-01-13 10:15:04 -08:00
collections.md documenting various things 2017-01-16 09:08:51 -06:00
configuration.md adjust error section and config 2016-12-16 16:02:55 -06:00
container.md update docs for resolve 2016-08-16 11:13:49 -05:00
contracts.md Fix links 2016-11-01 21:19:29 +00:00
contributing.md fix version 5.0 -> 5.1 2015-09-13 09:37:53 +01:00
contributions.md Update contributions.md 2016-11-20 10:04:44 +01:00
controllers.md Remove erroneous apostrophe 2017-01-10 13:18:29 +00:00
csrf.md Fix links 2016-11-01 21:19:29 +00:00
database-testing.md Remove example of factory type 2016-12-22 22:27:52 +03:00
database.md tweak wording 2016-12-02 07:34:48 -06:00
documentation.md note encryptString 2017-01-16 10:22:12 -06:00
elixir.md style fixes and PSR-2 2016-11-11 16:35:36 +01:00
eloquent-collections.md eloquent collection docs 2016-08-02 15:51:15 -05:00
eloquent-mutators.md Word change 2016-12-11 12:25:36 +05:30
eloquent-relationships.md Update eloquent-relationships.md 2017-01-10 17:47:21 -06:00
eloquent-serialization.md eloqeunt serialization docs 2016-08-02 16:17:18 -05:00
eloquent.md wording 2016-12-26 08:35:40 -06:00
encryption.md show import 2017-01-16 10:22:51 -06:00
envoy.md Merge branch 'katsuren-add_finished_directive' into 5.3 2016-11-09 19:57:27 -06:00
errors.md style fixes and PSR-2 2016-11-11 16:35:36 +01:00
events.md Events no longer extends App\Events\Event 2016-10-26 20:25:48 +02:00
facades.md Replace empty cells in facade reference will nbsp 2016-11-02 10:27:01 +00:00
filesystem.md grammar fix 2016-11-30 10:22:28 -06:00
frontend.md tweak sidebar 2017-01-16 10:12:12 -06:00
hashing.md various doc updates 2016-07-15 17:50:53 -07:00
helpers.md documenting various things 2017-01-16 09:08:51 -06:00
homestead.md tweak wording 2016-12-19 07:03:07 -06:00
installation.md fix wording 2017-01-03 08:12:28 -06:00
license.md added license. 2014-01-18 10:53:53 -06:00
lifecycle.md update lifecycle docs 2016-12-01 11:35:22 -06:00
localization.md work on localization docs 2017-01-16 10:06:40 -06:00
mail.md Fix links 2016-11-01 21:19:29 +00:00
middleware.md 📚 Remove reference to filters from examples 2016-12-12 21:55:10 -08:00
migrations.md made schema docs a little more consistent 2017-01-05 01:50:34 +02:00
mocking.md wording 2016-10-19 08:46:13 -07:00
notifications.md fixing typo 2017-01-09 16:56:43 +01:00
packages.md fix wording 2017-01-13 08:26:08 -06:00
pagination.md Fix links 2016-11-01 21:19:29 +00:00
passport.md wording 2016-12-22 19:34:09 -06:00
passwords.md import full class 2016-09-08 10:03:15 -05:00
providers.md Fixed typos 2016-08-16 16:27:50 +01:00
queries.md Update queries.md 2016-12-30 20:50:37 +08:00
queues.md documenting various things 2017-01-16 09:08:51 -06:00
readme.md Update version 2015-06-12 21:35:39 -05:00
redirects.md working on redirect docs 2016-07-12 15:36:55 -05:00
redis.md Fixed typo 2016-12-20 11:28:44 -05:00
releases.md Missing word in "Frontend Structure" section 2016-08-28 13:49:39 -07:00
requests.md grammar fix 2016-11-30 10:22:28 -06:00
responses.md Fix links 2016-11-01 21:19:29 +00:00
routing.md Added context to custom route model resolution example 2016-11-28 05:23:35 -05:00
scheduling.md Update scheduling.md 2017-01-06 14:32:24 +00:00
scout.md Publish only Scout Provider config 2016-09-18 23:29:16 +02:00
seeding.md style fixes and PSR-2 2016-11-11 16:35:36 +01:00
session.md style fixes and PSR-2 2016-11-11 16:35:36 +01:00
structure.md Change event:make to make:event 2016-08-30 15:33:04 -03:00
testing.md working on testing docs 2016-08-02 12:40:54 -05:00
upgrade.md update docs for guzzle 2017-01-15 15:57:55 -06:00
valet.md update readme to PHP 7.1 2016-12-28 22:07:27 +07:00
validation.md tweak wording 2016-12-16 09:20:23 -06:00
views.md Add missing .blade extention 2016-10-05 08:30:29 +02: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.