garf / laravel-pinger

Ping search engines about website updates (weblog) in Laravel 5
MIT License
24 stars 7 forks source link

pingAll function #9

Closed angelocala94 closed 8 years ago

angelocala94 commented 8 years ago

Why the pingAll function takes the urls from the configuration file, instead of calling every other single function? Right now the pingAll method does not pings on PingOMatic?

garf commented 8 years ago

Good notice. Thank you. I will fix it in the next release.

angelocala94 commented 8 years ago

Thank you for this package, have a good day!

garf commented 8 years ago

@angelocala94 i've made changes.. Please update. Currently I just added pingomatic manually, because it has different logic than other services. TODO: refactor them in proper way in the future. Thank you again for your feedback.

angelocala94 commented 8 years ago

Many thanks!