File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Trait for Laravel Eloquent models to allow easy implementation of a "like" or "f
1212
1313#### Composer Install (for Laravel 5)
1414
15- composer require rtconner/laravel-likeable "~1.1 "
15+ composer require rtconner/laravel-likeable "~1.2 "
1616
1717#### Install and then run the migrations
1818
@@ -23,7 +23,7 @@ Trait for Laravel Eloquent models to allow easy implementation of a "like" or "f
2323```
2424
2525``` bash
26- php artisan vendor:publish --provider=" Conner\Likeable\LikeableServiceProvider"
26+ php artisan vendor:publish --provider=" Conner\Likeable\LikeableServiceProvider" --tag=migrations
2727php artisan migrate
2828```
2929
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ class LikeableServiceProvider extends ServiceProvider
1414 public function boot ()
1515 {
1616 $ this ->publishes ([
17- __DIR__ .'/../migrations/ ' => database_path ('migrations ' )
18- ], 'migrations ' );
17+ __DIR__ .'/../migrations/ ' => database_path ('migrations ' )
18+ ], 'migrations ' );
1919 }
2020
2121 public function register () {}
You can’t perform that action at this time.
0 commit comments