Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
393 stars 136 forks source link

Add optional softDeletes on a database storage currencies #113

Open putchi opened 5 years ago

putchi commented 5 years ago

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