gerardojbaez / laraplans

SaaS style recurring plans for Laravel.
http://laraplans.readthedocs.io
MIT License
180 stars 81 forks source link

Custom field on table Plan #31

Closed lucassmacedo closed 6 years ago

lucassmacedo commented 6 years ago

Hello guys. Its possible add a custom field in table plan?

josteph commented 6 years ago

Yes you can. You need to create your own Plan model and modify the default plan migrations.

lucassmacedo commented 6 years ago

Thanks @josteph!