GrahamCampbell / Laravel-GitHub

A GitHub API bridge for Laravel
https://gjcampbell.co.uk
MIT License
622 stars 120 forks source link

Update commands for easier copy & paste #131

Closed vmitchell85 closed 3 years ago

vmitchell85 commented 3 years ago

Updating commands to not include the $ as it makes it difficult for copy & pasting which I presume most people will want to do.

Also updating the vendor:publish command to specify the provider.

GrahamCampbell commented 3 years ago

Thanks, but I'm fine with keeping the dollar. :)

vmitchell85 commented 3 years ago

@GrahamCampbell out of curiosity why do you prefer having the $ there? Is it to indicate the command is bash? I don't think I've come across any other Laravel packages that have their readme like this.