spatie / laravel-view-models

View models in Laravel
https://spatie.be/open-source
MIT License
1.01k stars 61 forks source link

[Proposal] Add macroable featured to extending view models #12

Closed dinhquochan closed 5 years ago

dinhquochan commented 5 years ago

Hi,

Sometime, we need add more variables to view models without edit a file, e.g: CMS, Multi packages,... Should we add Macroable to View Models?

Thanks.

freekmurze commented 5 years ago

Thank you for this, but we're not going to merge it. We want to keep this package as simple as possible, and we don't need this feature.

Feel free to fork our code and adapt it to your own needs.