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

Custom job status model #17

Closed
vpratfr opened this issue Mar 26, 2018 · 0 comments
Closed

Custom job status model #17

vpratfr opened this issue Mar 26, 2018 · 0 comments

Comments

@vpratfr
Copy link

vpratfr commented Mar 26, 2018

Would be nice to be able to use our own job status model class when we need to add some features to it.

This should not be hard :

  • add a config file to provide the fully qualified class name
  • make migration publishable (Make migration publishable #16)
  • use the config class to get the table name in the migration
  • use the config class here and there when we need to create the model

You have a good example of how to provide such configurable model feature in spatie/laravel-model-status package

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