Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Feb 26, 2022
1 parent 9d464aa commit 7d0c348
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

::: tip

- [Laravel Sail](https://laravel.com/docs/8.x/sail) is included, providing a Docker compatible development environment.
- [Laravel Octane](https://laravel.com/docs/8.x/octane) is optional, but highly recommended.
- [Laravel Sail](https://laravel.com/docs/9.x/sail) is included, providing a Docker compatible development environment.
- [Laravel Octane](https://laravel.com/docs/9.x/octane) is optional, but highly recommended.
:::

## Installation
Expand Down Expand Up @@ -43,10 +43,9 @@ composer install
php artisan key:generate
php artisan horizon:install
php artisan telescope:install
php artisan migrate
php artisan migrate --seed
php artisan storage:link
php artisan scout:create-indexes
php artisan db:seed
```

::: tip
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ git pull
composer install
php artisan migrate
php artisan optimize
php artisan scout:create-indexes -r
php artisan scout:create-indexes
php artisan scout:sync
php artisan video:regenerate
```

::: tip

- Remember to restart services like `nginx` & `supervisor` and flush caches.
- When using [Laravel Octane](https://laravel.com/docs/8.x/octane), execute `php artisan octane:reload` after each upgrade.
- When using [Laravel Octane](https://laravel.com/docs/9.x/octane), execute `php artisan octane:reload` after each upgrade.
:::

## App
Expand Down

0 comments on commit 7d0c348

Please sign in to comment.