File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -37,21 +37,21 @@ composer require jdrda/laravel-google-custom-search-engine
3737``` php
3838'providers' => [
3939 '...',
40- 'JanDrda\LaravelGoogleCustomeSearchEngine\LaravelGoogleCustomeSearchEngineProvider '
40+ 'JanDrda\LaravelGoogleCustomSearchEngine\LaravelGoogleCustomSearchEngineProvider '
4141];
4242```
43433/ Add alias for Facade to config/app.php
4444``` php
4545'aliases' => [
4646 ...
47- 'GoogleCseSearch' => 'JanDrda\LaravelGoogleCustomeSearchEngine \Facades\LaravelGoogleCustomeSearchEngineProvider ',
47+ 'GoogleCseSearch' => 'JanDrda\LaravelGoogleCustomSearchEngine \Facades\LaravelGoogleCustomSearchEngineProvider ',
4848 ...
4949]
5050```
5151
52524/ Publish the config file
5353``` bash
54- php artisan vendor:publish --provider=" JDrda\LaravelGoogleCustomeSearchEngine\LaravelGoogleCustomeSearchEngineProvider "
54+ php artisan vendor:publish --provider=" JDrda\LaravelGoogleCustomSearchEngine\LaravelGoogleCustomSearchEngineProvider "
5555```
5656
5757## Configuration
You can’t perform that action at this time.
0 commit comments