Skip to content

1.0.0-alpha

Compare
Choose a tag to compare
@akazorg akazorg released this 12 Nov 20:30
· 35 commits to master since this release
3e4b21d
  • feature: User Slugs
  • feature: Messages Delivery Status to inform when message is seen
  • docs: general changes add notes on updating Mercurius
  • chore: MigrationsHandler publish timestamped migrations

mercurius_feature_message_delivery_status_2018-11-09

Updating Instructions

Publish changes and run migration

php artisan vendor:publish --tag="mercurius-lang" --force
php artisan vendor:publish --tag="mercurius-public" --force
php artisan vendor:publish --tag="mercurius-seeds" --force
php artisan vendor:publish --tag="mercurius-migrations"
php artisan migrate

(Optional) Refresh dummy data

php artisan migrate:fresh
php artisan db:seed --class=MercuriusDatabaseSeeder