In-Touch / laravel-newrelic

Laravel NewRelic ServiceProvider
173 stars 48 forks source link

Fix typo in instructions #20

Closed zwilias closed 9 years ago

zwilias commented 9 years ago

Changed publish:config to config:publish

pleckey commented 9 years ago

@zwilias please note in the readme:

dev-master is currently undergoing updates to support Laravel 5

For Laravel 4.1/4.2 support, please use the latest 1.1.x tag. For Laravel 4.0 support, please use the latest 1.0.x tag.

If you look at the readme for the latest 1.1.x tag, the command is correct for Laravel 4.x. Laravel 5 (current stable Laravel release) has a different command to publish configs.

I will be trying to get the fully L5-compatible version up this weekend, with new functionality as well. If you're looking for L4 support, please check the tags mentioned in the readme.