Laravel Tricks: Store money value as a integer using "Laravel Cast" method.
I was working on a Laravel project where I was storing money values as integers in the database. I am not using any decimal type for the table, just a simple integer. This is how I have done it. To begin with, let's see an example: I am storing a pro...
Aug 19, 20232 min read222
