Go to file
Hassan Tariq 21f0f4de4c
Remove API link (#8403)
2022-12-15 13:34:25 -06:00
artisan.md be used to provided -> be used to provide 2016-02-08 18:58:29 -08:00
authentication.md wording 2016-07-06 15:06:15 -05:00
authorization.md Fix return of Defining Abilities example 2016-07-20 22:07:20 -03:00
billing.md Fix routing for Braintree SDK call to AppServiceProvider 2016-07-09 02:33:23 -04:00
blade.md Add a missing space to block control structures 2016-07-09 11:34:32 +03:00
cache.md adjust wording 2016-02-23 10:18:11 -06:00
collections.md Sync collections documentation 2017-03-27 04:33:02 -03:00
configuration.md remove confusign docs 2016-04-07 09:05:37 -05:00
container.md remove old refs 2015-12-22 10:39:31 -06:00
contracts.md update contract doc 2016-02-16 15:29:44 -06:00
contributing.md fix version 5.0 -> 5.1 2015-09-13 09:37:53 +01:00
contributions.md update wording 2016-06-09 15:43:27 -05:00
controllers.md cleaning up docs 2016-05-24 08:07:44 -05:00
database.md fix spelling mistake 2016-04-16 15:26:05 -05:00
documentation.md Remove API link (#8403) 2022-12-15 13:34:25 -06:00
elixir.md Updates gulp's npm global installation command 2016-07-24 04:51:53 +03:00
eloquent-collections.md Sync Eloquent collections documentation 2017-03-27 04:51:49 -03:00
eloquent-mutators.md StudlyCase instead of CamelCase 2016-07-02 19:42:12 +05:30
eloquent-relationships.md Typo fix 2016-12-08 14:41:58 -05:00
eloquent-serialization.md change wording 2016-06-10 09:55:12 -05:00
eloquent.md cursor docs 2016-07-28 09:48:14 -04:00
encryption.md fix wording 2016-01-25 21:13:20 -06:00
envoy.md Update to @after with variables 2016-05-31 15:03:15 +10:00
errors.md Add in spiel about how you can access exception variables in a view 2016-08-09 14:56:48 +01:00
events.md Remove un-used imports 2016-03-27 21:43:18 -07:00
facades.md Note on shrinkwrap 2016-02-09 23:49:32 +01:00
filesystem.md Typo 2016-08-10 10:49:16 +02:00
hashing.md replace all tabs with spaces (PSR-2) 2015-07-02 10:54:27 -04:00
helpers.md Add link to array_prepend in the Arrays method list 2016-09-25 17:14:16 +02:00
homestead.md Update homestead.md 2016-07-03 14:52:47 +02:00
installation.md Fix format Server Requirements (#7830) 2022-03-26 10:07:00 -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 cleaning up docs 2016-05-24 08:07:44 -05:00
mail.md document attachData 2016-06-03 10:51:49 -05:00
middleware.md clarifying docs 2016-03-23 17:16:18 -05:00
migrations.md Remove `php artisan migrate --reset` as it doesn't exist in Laravel 5.2 2018-06-05 12:10:16 +01:00
packages.md Fix wording 2016-04-11 10:34:11 +04:00
pagination.md Removed unessesary `!!` 2016-06-07 18:44:48 -07:00
providers.md working on service provider docs 2015-12-17 09:15:04 -06:00
queries.md fix docs 2016-07-14 17:37:36 -05:00
queues.md slight wording changes 2016-06-27 08:49:43 -05:00
quickstart-intermediate.md made user_id unsigned in quickstart-intermediate to be consistent with the sign for User->id 2016-08-07 03:00:11 +01:00
quickstart.md Do not use {!! !!} on Htmlables 2016-05-15 03:00:24 +08: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:25:33 +02:00
requests.md wording 2016-02-28 15:29:39 -06:00
responses.md add semicolon 2016-06-03 12:43:04 -05:00
routing.md clarifying docs 2016-03-23 17:16:18 -05:00
scheduling.md more scheduler examples 2016-06-03 12:54:47 -05:00
seeding.md Eloquent models are now unguarded by default 2016-04-06 15:25:59 -03:00
session.md Add missing anchor reference 2016-04-18 15:44:39 +03:00
structure.md Rename: `folder` => `directory` 2016-03-08 12:58:39 +02:00
testing.md Fix coding style to match psr-2 2016-07-08 12:22:03 +09:00
upgrade.md Fix links 2017-05-14 19:25:33 +02:00
valet.md Fixed correct name for HTTP/2 2016-06-23 22:01:43 +08:00
validation.md Required field not emply 2016-07-11 13:39:53 +05:30
views.md fix wording 2016-04-22 09:10:52 -05: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.