Open
Description
Aranguent is nearing the point where it can work with third party packages. I'm aiming to provide a smooth conversion with minimal extra steps for anyone implementing this driver.
If you have migrations you will need to publish and convert those.
If you have a model you will need to extend Aranguent's model or use the IsAranguentModel trait and override the key attributes (primaryKey & keyType).
These are the packages I'll be testing in the coming weeks/months:
- ✅ Laravel Horizon
- ✅ Spatie Medialibrary
- ✅ Spatie Permissions
- ✅ barryvdh/laravel-debugbar
- ✅/❌ Laravel Pulse (* see comment)
- Laravel Passport
- Laravel Sanctum
- Spatie laravel-multitenancy
- Cashier Mollie
If you have any (popular) package you'd like to see tested please put them in a comment, or better yet: help out, test it and comment your findings or help out by improving Aranguent.