If you need to change the attribute in each controller method differently, then I would probably stick with the accessor method in the model, since you will need to convert added_timestamp
to the format to whatever you want. Then you could convert the added_timestamp
attribute based on a parameter sent to the accessor method.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community