DougSisk / laravel-country-state

A helper to list countries & states in English in Laravel 5.1+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working..

derikitz opened this issue · comments

Something is not right...

Nothing happens on the 3rd step,
where you do
php artisan vendor:publish

Make sure if you have config caching on to clear it after adding the service provider into the config.

Also try running this as another package's provider might be preventing the vendor:publish command from running properly:
php artisan vendor:publish --provider="DougSisk\CountryState\CountryStateServiceProvider"

I see.. I'll try that..