Update readme.md

This commit is contained in:
Victor Gonzalez
2019-10-15 11:25:09 -04:00
parent aa9d2905fb
commit dafbb6cb6a

View File

@@ -1,7 +1,7 @@
<p align="center">
<a href="https://packagist.org/packages/distinctm/laravel-data-sync" target="_blank"><img src="https://poser.pugx.org/distinctm/laravel-data-sync/d/total.svg" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/distinctm/laravel-data-sync" target="_blank"><img src="https://poser.pugx.org/distinctm/laravel-data-sync/v/stable.svg" alt="Latest Stable Version"></a>
<a href="https://travis-ci.com/distinctm/laravel-data-sync"><img src="https://www.travis-ci.com/distinctm/laravel-data-sync.svg?branch=master" alt="Travis CI Build Status: Master"></a>
<a href="https://travis-ci.com/distinctm/laravel-data-sync"><img src="https://api.travis-ci.com/nullthoughts/laravel-data-sync.svg?branch=master" alt="Travis CI Build Status: Master"></a>
</p>
# Laravel Data Sync
@@ -36,8 +36,8 @@ If using Laravel Forge, you can have the data sync run automatically on deploy.
```
if [ -f artisan ]
then
php artisan data:sync
php artisan migrate --force
php artisan data:sync
fi
```