1.0.0-alpha
- 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
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