Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.5
Choose a base ref
...
head repository: Laraveles/laravel-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.5
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Oct 9, 2017

  1. Copy the full SHA
    c969818 View commit details
  2. Copy the full SHA
    4a29a36 View commit details
  3. Copy the full SHA
    0e04327 View commit details
  4. Copy the full SHA
    7224aa4 View commit details
  5. Copy the full SHA
    5fae723 View commit details
  6. Copy the full SHA
    532617e View commit details
  7. Copy the full SHA
    1e1ed09 View commit details
  8. Copy the full SHA
    fe2cca2 View commit details
  9. Copy the full SHA
    7085d9a View commit details
  10. Copy the full SHA
    0c53bd8 View commit details
  11. Copy the full SHA
    1beaeeb View commit details
  12. Copy the full SHA
    d075f64 View commit details
  13. Copy the full SHA
    2cf06b9 View commit details
  14. Copy the full SHA
    fd74553 View commit details
  15. Copy the full SHA
    c401faa View commit details
  16. Copy the full SHA
    0e804b5 View commit details
  17. Copy the full SHA
    32caa94 View commit details
  18. Copy the full SHA
    1c0685d View commit details
  19. Copy the full SHA
    63928f9 View commit details
  20. Copy the full SHA
    2ff7a50 View commit details
  21. Copy the full SHA
    0a97dd2 View commit details
  22. Copy the full SHA
    1770179 View commit details
  23. Copy the full SHA
    8583a52 View commit details
  24. Copy the full SHA
    3244166 View commit details
  25. Copy the full SHA
    5eb524b View commit details
  26. Copy the full SHA
    91d7fc8 View commit details
  27. Copy the full SHA
    790be79 View commit details
  28. Copy the full SHA
    382aad3 View commit details
  29. Copy the full SHA
    a12b1f6 View commit details
  30. Copy the full SHA
    182ace8 View commit details
  31. Copy the full SHA
    6e56064 View commit details
  32. Copy the full SHA
    ac6d082 View commit details
  33. Copy the full SHA
    ddbf199 View commit details
  34. Copy the full SHA
    f1556cc View commit details
  35. Copy the full SHA
    8fc2698 View commit details
  36. Copy the full SHA
    1e53dcc View commit details
  37. Copy the full SHA
    f10777d View commit details
  38. Copy the full SHA
    9cc2b1f View commit details
  39. Copy the full SHA
    fb31700 View commit details
  40. Copy the full SHA
    21a19fb View commit details
  41. Copy the full SHA
    4d4907a View commit details
  42. Copy the full SHA
    a24c4ce View commit details
  43. Copy the full SHA
    6500bbd View commit details
  44. Copy the full SHA
    b013af8 View commit details
  45. Copy the full SHA
    342c3e4 View commit details
  46. Copy the full SHA
    d48dd40 View commit details
  47. Copy the full SHA
    8ce08f9 View commit details
  48. Copy the full SHA
    5027165 View commit details
  49. Copy the full SHA
    5440526 View commit details
  50. Copy the full SHA
    bad2ef9 View commit details
Showing with 29,415 additions and 15 deletions.
  1. +2 −2 billing.md
  2. +1 −1 cache.md
  3. +6 −4 collections.md
  4. +1 −1 configuration.md
  5. +3 −0 crowdin.yml
  6. +534 −0 es/artisan.md
  7. +590 −0 es/authentication.md
  8. +400 −0 es/authorization.md
  9. +710 −0 es/billing.md
  10. +585 −0 es/blade.md
  11. +630 −0 es/broadcasting.md
  12. +399 −0 es/cache.md
  13. +2,125 −0 es/collections.md
  14. +117 −0 es/configuration.md
  15. +296 −0 es/container.md
  16. +262 −0 es/contracts.md
  17. +3 −0 es/contributing.md
  18. +126 −0 es/contributions.md
  19. +407 −0 es/controllers.md
  20. +83 −0 es/csrf.md
  21. +247 −0 es/database-testing.md
  22. +257 −0 es/database.md
  23. +108 −0 es/deployment.md
  24. +82 −0 es/documentation.md
  25. +1,016 −0 es/dusk.md
  26. +89 −0 es/eloquent-collections.md
  27. +241 −0 es/eloquent-mutators.md
  28. +1,152 −0 es/eloquent-relationships.md
  29. +678 −0 es/eloquent-resources.md
  30. +203 −0 es/eloquent-serialization.md
  31. +889 −0 es/eloquent.md
  32. +76 −0 es/encryption.md
  33. +211 −0 es/envoy.md
  34. +287 −0 es/errors.md
  35. +400 −0 es/events.md
  36. +298 −0 es/facades.md
  37. +435 −0 es/filesystem.md
  38. +102 −0 es/frontend.md
  39. +69 −0 es/hashing.md
  40. +1,747 −0 es/helpers.md
  41. +611 −0 es/homestead.md
  42. +224 −0 es/horizon.md
  43. +250 −0 es/http-tests.md
  44. +167 −0 es/installation.md
  45. +7 −0 es/license.md
  46. +53 −0 es/lifecycle.md
  47. +169 −0 es/localization.md
  48. +616 −0 es/mail.md
  49. +270 −0 es/middleware.md
  50. +496 −0 es/migrations.md
  51. +418 −0 es/mix.md
  52. +318 −0 es/mocking.md
  53. +997 −0 es/notifications.md
  54. +333 −0 es/packages.md
  55. +207 −0 es/pagination.md
  56. +768 −0 es/passport.md
  57. +107 −0 es/passwords.md
  58. +171 −0 es/providers.md
  59. +701 −0 es/queries.md
  60. +764 −0 es/queues.md
  61. +5 −0 es/readme.md
  62. +101 −0 es/redirects.md
  63. +258 −0 es/redis.md
  64. +525 −0 es/releases.md
  65. +466 −0 es/requests.md
  66. +304 −0 es/responses.md
  67. +403 −0 es/routing.md
  68. +266 −0 es/scheduling.md
  69. +351 −0 es/scout.md
  70. +106 −0 es/seeding.md
  71. +324 −0 es/session.md
  72. +159 −0 es/socialite.md
  73. +192 −0 es/structure.md
  74. +61 −0 es/testing.md
  75. +397 −0 es/upgrade.md
  76. +125 −0 es/urls.md
  77. +363 −0 es/valet.md
  78. +1,249 −0 es/validation.md
  79. +231 −0 es/views.md
  80. +3 −1 homestead.md
  81. +2 −2 horizon.md
  82. +1 −1 notifications.md
  83. +1 −1 routing.md
  84. +8 −2 upgrade.md
4 changes: 2 additions & 2 deletions billing.md
Original file line number Diff line number Diff line change
@@ -162,7 +162,7 @@ Next, add the `Billable` trait to your model definition:

#### API Keys

Next, You should configure the following options in your `services.php` file:
Next, you should configure the following options in your `services.php` file:

'braintree' => [
'model' => App\User::class,
@@ -369,7 +369,7 @@ The `updateCard` method may be used to update a customer's credit card informati
<a name="with-credit-card-up-front"></a>
### With Credit Card Up Front

If you would like to offer trial periods to your customers while still collecting payment method information up front, You should use the `trialDays` method when creating your subscriptions:
If you would like to offer trial periods to your customers while still collecting payment method information up front, you should use the `trialDays` method when creating your subscriptions:

$user = User::find(1);

2 changes: 1 addition & 1 deletion cache.md
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<a name="configuration"></a>
## Configuration

Laravel provides an expressive, unified API for various caching backends. The cache configuration is located at `config/cache.php`. In this file you may specify which cache driver you would like used by default throughout your application. Laravel supports popular caching backends like [Memcached](https://memcached.org) and [Redis](https://redis.io) out of the box.
Laravel provides an expressive, unified API for various caching backends. The cache configuration is located at `config/cache.php`. In this file you may specify which cache driver you would like to be used by default throughout your application. Laravel supports popular caching backends like [Memcached](https://memcached.org) and [Redis](https://redis.io) out of the box.

The cache configuration file also contains various other options, which are documented within the file, so make sure to read over these options. By default, Laravel is configured to use the `file` cache driver, which stores the serialized, cached objects in the filesystem. For larger applications, it is recommended that you use a more robust driver such as Memcached or Redis. You may even configure multiple cache configurations for the same driver.

10 changes: 6 additions & 4 deletions collections.md
Original file line number Diff line number Diff line change
@@ -373,10 +373,12 @@ The `dd` method dumps the collection's items and ends execution of the script:
$collection->dd();

/*
array:2 [
0 => "John Doe"
1 => "Jane Doe"
]
Collection {
#items: array:2 [
0 => "John Doe"
1 => "Jane Doe"
]
}
*/

If you do not want to stop executing the script, use the [`dump`](#method-dump) method instead.
2 changes: 1 addition & 1 deletion configuration.md
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ To make this a cinch, Laravel utilizes the [DotEnv](https://github.com/vlucas/ph

Your `.env` file should not be committed to your application's source control, since each developer / server using your application could require a different environment configuration. Furthermore, this would be a security risk in the event an intruder gain access to your source control repository, since any sensitive credentials would get exposed.

If you are developing with a team, you may wish to continue including a `.env.example` file with your application. By putting place-holder values in the example configuration file, other developers on your team can clearly see which environment variables are needed to run your application. You may also create a `.env.testing` file. This file will override values from the `.env` file when running PHPUnit tests or executing Artisan commands with the `--env=testing` option.
If you are developing with a team, you may wish to continue including a `.env.example` file with your application. By putting place-holder values in the example configuration file, other developers on your team can clearly see which environment variables are needed to run your application. You may also create a `.env.testing` file. This file will override the `.env` file when running PHPUnit tests or executing Artisan commands with the `--env=testing` option.

> {tip} Any variable in your `.env` file can be overridden by external environment variables such as server-level or system-level environment variables.
3 changes: 3 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- source: /*.md
translation: /%two_letters_code%/%original_file_name%
Loading