JayBizzle / Laravel-Crawler-Detect

A Laravel wrapper for CrawlerDetect - the web crawler detection library
MIT License
310 stars 30 forks source link

Update Readme #12

Closed robertem128 closed 6 years ago

robertem128 commented 6 years ago

Thanks for doing the work on this, really helped me a lot.

You may want to update the readme for new users of Laravel though.

under Aliases (in 5.4) they should use:

'Crawler'   => Jaybizzle\LaravelCrawlerDetect\Facades\LaravelCrawlerDetect::class,

and under Usage they need to add:

Use Crawler;

at the top.

Great work though, thanks.

R

JayBizzle commented 6 years ago

Updated in fdb6ab8ff03827abcd050e164a30e419ee053671

Thanks 👍