multicaret/laravel-acquaintances
The package intentionally avoids auto-loading migrations by default to respect host apps that publish vendor migrations.
Key behavior:
Publish migrations with fresh timestamps:
php artisan vendor:publish --tag=acquaintances-migrations
This uses updateMigrationDate() to add current timestamps so files run in order.
Table names are configurable under config('acquaintances.tables.*'). Ensure your published migrations align with any overrides.
How can I help you explore Laravel packages today?