algolia / scout-extended

Scout Extended: The Full Power of Algolia in Laravel
https://www.algolia.com/doc/framework-integration/laravel/getting-started/introduction-to-scout-extended/
MIT License
397 stars 84 forks source link

fix: register macros and commands during boot #274

Closed DevinCodes closed 3 years ago

DevinCodes commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Need Doc update no

Describe your change

This moves the registration of our macros and commands to the boot method of our service provider, where they need to be according to the Laravel documentation. This fixes an issue that could occur where the commands from Scout took preference over the Scout Extended commands, even if we override them.