Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistakes / typos in readme #3

Closed
vovanmix opened this issue Mar 29, 2016 · 3 comments
Closed

Mistakes / typos in readme #3

vovanmix opened this issue Mar 29, 2016 · 3 comments

Comments

@vovanmix
Copy link

Please fix some mistakes in readme:

composer require skagarwal/google-places-api

typo in requrire

php artisan vendor:publish --provider="SKAgarwal\GoogleApi\ServiceProvider"

quotes required

@SachinAgarwal1337
Copy link
Owner

Sorry for late, I dint see this issue earlier. And yes fixed it. And quotes are not mandatory. 😃

@codru
Copy link

codru commented May 21, 2016

Hello,

I just want to write you about quotes:

vagrant@homestead:~/Code/demo.app$ php artisan vendor:publish --provider=S
KAgarwal/GoogleApi/ServiceProvider
Nothing to publish for tag [].

vagrant@homestead:~/Code/demo.app$ php artisan vendor:publish --provider="
SKAgarwal\GoogleApi\ServiceProvider"
Copied File [/vendor/skagarwal/google-places-api/config/google.php] To [/config/google.php]
Publishing complete for tag []!

Thank you :)

@SachinAgarwal1337
Copy link
Owner

@codru Thank you for information. Fixed it. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants