laravel-currency
laravel-currency copied to clipboard
Add optional softDeletes on a database storage currencies
if the selected storage is Database, add optional soft deletes (deleted_at column). Backward compatible for current users.
This allows users to extend, create and manage the Currencies model in the Laravel framework