rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Publishing does not work completely #46

Closed Cyb0rk closed 9 years ago

Cyb0rk commented 9 years ago

When I try to publish it only copies the config.php.

XXX@XXX:~/XXX$ php artisan vendor:publish --provider="Conner\Tagging\TaggingServiceProvider"
Copied File [/vendor/rtconner/laravel-tagging/config/tagging.php] To [/config/tagging.php]
Publishing Complete!

I had to copy the migration files per hand.

rtconner commented 9 years ago

Dangit there was a bug in the migration publish. This is what I get for merging pull requests without testing. Thanks for the report.

rtconner commented 9 years ago

Fixed in version 1.0.7