Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB Support #72

Closed
paparyku opened this issue Jun 5, 2018 · 1 comment
Closed

MongoDB Support #72

paparyku opened this issue Jun 5, 2018 · 1 comment

Comments

@paparyku
Copy link

paparyku commented Jun 5, 2018

Support for mongodb plugin for laravel
https://github.com/jenssegers/laravel-mongodb

benifits on using mongodb over mysql is no need to make annoying migrations just add the data with eloquent as you go.

@cyrildewit
Copy link
Owner

cyrildewit commented Jun 10, 2018

I needed some time to think about it, but I don't think I want to implement this feature into this package. It's really project specific. However, this is the perfect case to use the extending feature. The documentation for this can be found at: https://github.com/cyrildewit/eloquent-viewable#extending

This feature gives you the ability to override some of the core classes with your own implementation.

For your case, you will probably have to override the View model and the ViewableService.

Anyway, thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants