Skip to content

Commit eca698c

Browse files
committed
Update installation and update readme.md file.
1 parent 6883966 commit eca698c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Krayin REST API is a medium to use the features of the core Krayin System. By us
44

55
## 1. Requirements
66

7-
* **Krayin**: v1.2.4 and v1.3.0
7+
* **Krayin**: v2.0.0
88

99
## 2. Installation
1010

src/Console/Commands/Install.php

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public function handle()
3131
$exitStatus = null;
3232

3333
exec('php artisan vendor:publish --tag=krayin-rest-api-swagger', $output, $exitStatus);
34+
35+
exec('php artisan vendor:publish --provider="Webkul\RestApi\Providers\RestApiServiceProvider" --force', $output, $exitStatus);
3436

3537
if ($exitStatus === 0) {
3638
$this->info('📄 Provider file published successfully! 🚀');

0 commit comments

Comments
 (0)