File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add the service provider to your `config/app.php` providers array:
25
25
Then finally, publish the config files:
26
26
27
27
``` php
28
- php artisan vendor:publish --provider=PodPoint\JsLang\Providers\ServiceProvider
28
+ php artisan vendor:publish --provider=" PodPoint\JsLang\Providers\ServiceProvider"
29
29
```
30
30
31
31
## Usage
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class ServiceProvider extends LaravelServiceProvider
17
17
public function boot (Factory $ view )
18
18
{
19
19
$ this ->publishes ([
20
- __DIR__ . '/../config/javascript.php ' => config_path ('javascript.php ' ),
20
+ __DIR__ . '/../../ config/javascript.php ' => config_path ('javascript.php ' ),
21
21
]);
22
22
23
23
$ view ->composer ('* ' , ViewComposer::class);
You can’t perform that action at this time.
0 commit comments