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
392 stars 137 forks source link

Seeder #55

Closed umbertix closed 6 years ago

umbertix commented 7 years ago

Implemented a seeder for DB with it service provider Corrected the EUR format, missing the '.' Migration table structure modified, the id is never used so deleted and now using the code as unique.

Torann commented 7 years ago

This is great work. But a little too much in one pull request. Also some of these changes are already in there.