vkovic / laravel-custom-casts

Make your own custom cast type for Laravel model attributes
MIT License
219 stars 21 forks source link

Clear repo #12

Closed maki10 closed 5 years ago

maki10 commented 5 years ago

Let's migrations file necessary for tests, be in tests folder. Added sprintf for readability

vkovic commented 5 years ago

@maki10 thanks for the changes ... But :D, please take a look into feature/cast-type-alias branch. I'm preparing to merge it and it has tests rewritten and also migrations in tests folder. Take a look and tell me what you think - i did this to support easier testing and future features.