In-Touch / laravel-newrelic

Laravel NewRelic ServiceProvider
173 stars 48 forks source link

Simple grammatical error in config publishing step in instructions #19

Closed omlid closed 9 years ago

omlid commented 9 years ago

It should be (for Laravel 4.2 at least)

php artisan config:publish intouch/laravel-newrelic

and not:

php artisan publish:config intouch/laravel-newrelic
pleckey commented 9 years ago

@punn As seen in PR (https://github.com/In-Touch/laravel-newrelic/pull/18), the master branch is being readied for Laravel 5 (due out this week). In Laravel 5, the artisan command has been changed to publish:config. The tagged versions released on Packagist have the correct syntax for L4.x.

omlid commented 9 years ago

@pleckey Sorry about that. Thanks for clearing this up.

pleckey commented 9 years ago

@punn no worries, appreciate the input. :beers: