Skip to content

Commit

Permalink
Update Laravel documentation links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Apr 11, 2024
1 parent 16dfd6b commit aa33e4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ It's important to note that your `.env` file should not be committed to your app

To learn more about managing environment variables in WordPlate, you can refer to Laravel's documentation on the topic:

- [Environment Variable Types](https://laravel.com/docs/10.x/configuration#environment-variable-types)
- [Retrieving Environment Configuration](https://laravel.com/docs/10.x/configuration#retrieving-environment-configuration)
- [Environment Variable Types](https://laravel.com/docs/11.x/configuration#environment-variable-types)
- [Retrieving Environment Configuration](https://laravel.com/docs/11.x/configuration#retrieving-environment-configuration)

### Salt Keys

Expand Down Expand Up @@ -263,7 +263,7 @@ For most applications you may leave the theme directory as it is. If you want to
<details>
<summary><strong>Can I use WordPlate with Laravel Herd or Valet?</strong></summary>

If you're using Laravel Herd or Valet together with WordPlate, you may use our [custom driver](https://laravel.com/docs/10.x/valet#custom-valet-drivers):
If you're using Laravel Herd or Valet together with WordPlate, you may use our [custom driver](https://laravel.com/docs/11.x/valet#custom-valet-drivers):

```php
<?php
Expand Down

0 comments on commit aa33e4d

Please sign in to comment.