Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 17, 2023
1 parent f430f1c commit a5c6c9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ You can install the package via composer:
composer require vormkracht10/laravel-seo-scanner
```

Run the install command to publish the config file and run the migrations:

```bash
php artisan seo:install
```

If you want to scan pages that are rendered using Javascript, for example Vue or React, you need to install Puppeteer. You can install it using the following command:

> If you want to know how to scan Javascript rendered pages, check out [Scanning a single route in an SPA application](#scanning-a-single-route-in-an-spa-application). Want to know more about Puppeteer? Check out the [Puppeteer documentation](https://pptr.dev/).
Expand All @@ -69,6 +63,12 @@ If you want to scan pages that are rendered using Javascript, for example Vue or
npm install puppeteer
```

Run the install command to publish the config file and run the migrations:

```bash
php artisan seo:install
```

Or you can publish the config file and run the migrations manually:

```bash
Expand Down

0 comments on commit a5c6c9b

Please sign in to comment.