Skip to content

Commit

Permalink
fix: remove spatie reference from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gere-lajos committed May 10, 2024
1 parent 9c23c07 commit 23b6a67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ php artisan web-tinker:install
Optionally, you can publish the config file of the package.

```bash
php artisan vendor:publish --provider="Spatie\WebTinker\WebTinkerServiceProvider" --tag="config"
php artisan vendor:publish --provider="GereLajos\LaravelWebTinker\WebTinkerServiceProvider" --tag="config"
```

This is the content that will be published to `config/web-tinker.php`

If you previously installed Spatie's Web Tinker, you may have conflicts in the config file. You can safely remove the `web-tinker.php` file from the `config` directory.

```php
return [

Expand Down

0 comments on commit 23b6a67

Please sign in to comment.