algolia / laravel-scout-settings

DEPRECATED: Use of this repository is deprecated. Please use Scout Extended - https://github.com/algolia/scout-extended instead.
MIT License
23 stars 12 forks source link

Incorrect examples in Algolia.com documentation #31

Closed nullthoughts closed 5 years ago

nullthoughts commented 6 years ago

Description

The documentation on Algolia.com for laravel-scout-settings contains incorrect examples that will fail, originally corrected in PR https://github.com/algolia/laravel-scout-settings/pull/7

Steps To Reproduce

Visit https://www.algolia.com/doc/api-client/laravel/managing-settings/?language=laravel#how-to-use

Without the use of quotes around the classname, the console command is striping characters from $this->argument('model') (App\ClassName becomes AppClassName).

Possible Fixes

nunomaduro commented 5 years ago

Thank you for creating this issue.

Unfortunately this repository will not receive any more updates. We should use now Scout Extended.