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:
2525Then finally, publish the config files:
2626
2727``` php
28- php artisan vendor:publish --provider=PodPoint\JsLang\Providers\ServiceProvider
28+ php artisan vendor:publish --provider=" PodPoint\JsLang\Providers\ServiceProvider"
2929```
3030
3131## Usage
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class ServiceProvider extends LaravelServiceProvider
1717 public function boot (Factory $ view )
1818 {
1919 $ this ->publishes ([
20- __DIR__ . '/../config/javascript.php ' => config_path ('javascript.php ' ),
20+ __DIR__ . '/../../ config/javascript.php ' => config_path ('javascript.php ' ),
2121 ]);
2222
2323 $ view ->composer ('* ' , ViewComposer::class);
You can’t perform that action at this time.
0 commit comments