Go to file
Zaid Salah 18e76913ca
add passport version (#8394)
the latest version of Passport does not support Laravel 5.8,

we have to install an earlier version.
2022-12-12 08:48:21 -06:00
api-authentication.md formatting 2019-07-10 10:05:57 -05:00
artisan.md document passing artisan command as string 2019-02-19 09:41:45 -06:00
authentication.md Update authentication.md 2019-03-12 08:51:08 -05:00
authorization.md update docs on generic gates, authorizing multiple actions, and `@canany` directive 2019-07-16 13:58:32 -05:00
billing.md CASHIER_CURRENCY should be in lowercase 2019-08-29 20:49:14 +01:00
blade.md formatting 2019-06-20 08:24:27 -05:00
braintree.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
broadcasting.md missing semi-colon 2019-07-16 10:07:08 +02:00
cache.md Fix code snippet 2019-07-30 18:21:17 +02:00
collections.md [5.8] Document the `->where()` comparison operator 2019-08-27 11:26:38 -04:00
configuration.md unify placeholder spelling 2018-11-27 08:20:10 -06:00
console-tests.md Fix the command name used in the test example code to match the name of the example command specified above 2018-09-07 10:15:12 +02:00
container.md formatting 2019-03-22 20:07:07 -07:00
contracts.md Update contracts.md 2019-02-12 17:50:29 -05:00
contributions.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
controllers.md Eliminate (almost) all instances of "of course" and "as you might expect" 2019-02-13 09:13:19 -05:00
csrf.md Use an instead of a before HTML 2019-03-14 06:57:15 +08:00
database-testing.md formatting 2019-08-24 10:09:01 -05:00
database.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
deployment.md Fix SCRIPT_FILENAME can be no present on fcgi nginx params 2019-01-23 15:35:00 +01:00
documentation.md add api token documentation 2019-02-19 15:19:35 -05:00
dusk.md Update dusk installation 2020-07-17 18:47:33 +02:00
eloquent-collections.md Fixes wording for makeVisible method. 2019-07-30 13:19:30 +02:00
eloquent-mutators.md Update eloquent-mutators.md 2019-03-16 09:27:45 -05:00
eloquent-relationships.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
eloquent-resources.md update provider method code examples (#5163) 2019-04-29 07:36:27 -05:00
eloquent-serialization.md add documentation for attributesToArray (#5215) 2019-06-01 11:56:18 -05:00
eloquent.md Update eloquent.md 2019-11-20 08:35:20 -06:00
encryption.md show import 2017-01-16 10:22:51 -06:00
envoy.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
errors.md update documentation 2019-02-19 21:24:44 -05:00
events.md formatting 2019-06-30 08:49:11 -05:00
facades.md Updating Log facade docs 2019-01-09 10:02:51 -06:00
filesystem.md [5.8] Fix example. Remove last ',' in temporaryUrl 2019-08-27 21:52:02 -03:00
frontend.md added missing default call for Vue ExampleComponent 2019-08-12 08:29:54 +02:00
hashing.md Using secure external URLs where available 2019-01-24 11:10:37 -06:00
helpers.md helpers - fix minor typo 2019-09-14 20:43:17 -04:00
homestead.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
horizon.md fix broken image 2020-10-01 10:36:43 +02:00
http-tests.md Update http-tests.md 2019-08-05 09:35:03 -05:00
installation.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
license.md Update license with same one as framework 2019-02-15 11:59:44 +01:00
lifecycle.md Eliminate (almost) all instances of "of course" and "as you might expect" 2019-02-13 09:13:19 -05:00
localization.md Eliminate (almost) all instances of "of course" and "as you might expect" 2019-02-13 09:13:19 -05:00
logging.md Update logging.md 2019-03-21 16:48:13 -07:00
mail.md Fix typo 2019-08-25 02:17:25 +02:00
middleware.md simplify wording 2019-07-04 22:09:07 -06:00
migrations.md Update doc to create UUID polymorphic column 2019-08-04 10:14:25 -07:00
mix.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
mocking.md Update mocking.md 2019-07-10 21:09:01 -05:00
notifications.md update img urls for new laravel.com 2019-08-20 21:20:23 -04:00
packages.md update provider method code examples (#5163) 2019-04-29 07:36:27 -05:00
pagination.md formatting 2019-06-27 08:03:09 -05:00
passport.md add passport version (#8394) 2022-12-12 08:48:21 -06:00
passwords.md 🎨 Fully qualified class name on return added 2019-04-14 14:51:18 -06:00
providers.md [5.8] Added a line for a simple binding example (#5222) 2019-06-06 08:11:14 -05:00
queries.md formatting 2019-08-23 07:48:09 -05:00
queues.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
readme.md Update version in readme 2019-03-19 15:15:30 -04:00
redirects.md Don't say simply 2018-01-23 17:48:13 +00:00
redis.md Eliminate (almost) all instances of "of course" and "as you might expect" 2019-02-13 09:13:19 -05:00
releases.md Make link relative. 2019-03-29 15:03:32 -05:00
requests.md add FQN for cookie facade 2019-07-23 13:59:56 +02:00
responses.md fix cache.headers middlware reference and params 2019-04-09 18:00:16 -04:00
routing.md Making the 2 route examples similar for clarity (#5190) 2019-05-14 07:29:39 -06:00
scheduling.md Fix documentation after refactoring emailOnFailure (#5243) 2019-06-18 22:40:58 +02:00
scout.md Correct number of method. (#5214) 2019-05-31 07:55:10 -05:00
seeding.md Password default "secret" changed to "password" 2019-07-24 23:25:49 -03:00
session.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
socialite.md Change community Socialite drivers website URL 2019-04-05 20:25:53 -05:00
structure.md Eliminate (almost) all instances of "of course" and "as you might expect" 2019-02-13 09:13:19 -05:00
telescope.md Fix non-active cloudinary link for the Telescope screenshot (#6267) 2020-08-24 08:11:01 -05:00
testing.md Update testing.md 2019-02-03 09:41:59 -06:00
upgrade.md Fix broken bullet points (#7699) 2022-02-10 08:40:14 -06:00
urls.md Eliminate (almost) all instances of "of course" and "as you might expect" 2019-02-13 09:13:19 -05:00
valet.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
validation.md Fix incorrect formatting (#7899) 2022-04-26 09:47:30 -05:00
verification.md formatting 2018-11-02 08:29:37 -05:00
views.md update provider method code examples (#5163) 2019-04-29 07:36:27 -05:00

readme.md

Laravel Documentation

You can find the online version of the Laravel documentation at https://laravel.com/docs

Contribution Guidelines

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