Skip to content

Commit 7400e8c

Browse files
committed
install command
1 parent 158e39f commit 7400e8c

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ This is the contents of the published config file:
4848
];
4949
```
5050

51-
Optionally, you can publish the views using
52-
53-
```bash
54-
php artisan vendor:publish --tag="openai-api-views"
55-
```
56-
5751
## Usage
5852

5953
### Via Code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mastashake08/laravel-openai-api",
33
"description": "Add an OpenAI API easily into your projects.",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"keywords": [
66
"mastashake08",
77
"laravel",

src/LaravelOpenaiApiServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function configurePackage(Package $package): void
2121
->hasRoute('api')
2222
->publishesServiceProvider('Mastashake\LaravelOpenaiApi\LaravelOpenaiApiServiceProvider')
2323
->hasMigration('create_laravel-openai-api_table')
24-
->hasCommand(LaravelOpenaiApiCommand::class)
2524
->hasInstallCommand(function(InstallCommand $command) {
2625
$command
2726
->publishConfigFile()

0 commit comments

Comments
 (0)