cyrildewit / eloquent-viewable

Associate views with Eloquent models in Laravel
MIT License
829 stars 105 forks source link

How to add some fields to table views #273

Closed adnanerlansyah403 closed 1 year ago

adnanerlansyah403 commented 2 years ago

Hello sir, I want to ask. How to add some fields to table views like add ip_address or agent_user and etc. because the default in table views does not provide it?

Thanks sir.

cyrildewit commented 2 years ago

Hey @adnanerlansyah403 ,

You can create you own database migration to adjust the views table. You're free to modify it at any time. To extend the package, you find find some help at the extending section in the documentation.