antonioribeiro / tracker

Laravel Stats Tracker
MIT License
2.9k stars 596 forks source link

"vendor:publish" doesn't publish and "artisan migrate" can't find anything #283

Open bronza opened 7 years ago

bronza commented 7 years ago

Hi I followed installation as described,

but when I'm on running "php artisan vendor:publish" I get this

Copied Directory [/vendor/cmgmyr/messenger/src/migrations] To [/database/migrations]
Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
Can't locate path: </home/vagrant/Code/AntHill/app/Providers/../config/languageswitcher.php>
Publishing complete for tag []!

seems that it has not publish anything related here..

Then when I run "php artisan migrate" terminal sais that it has nothing to migrate.

What must I do?

thank you Davide

antonioribeiro commented 7 years ago

Could you, please try this?:

    php artisan vendor:publish --provider=PragmaRX\\Tracker\\Vendor\\Laravel\\ServiceProvider

It works fine here for me.

Mahdi-Ba commented 7 years ago

I have got same Problem when run vendor:publish.... Don't published any thing i think this solve problem php artisan vendor:publish --provider=PragmaRX\Tracker\Vendor\Laravel\ServiceProvider