File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments