Preview changes locally to update your docs
boot()
method is called during each Nova request and is the place to ensure that anything you need done to make your add-on work is done.
Note: in order to make add-on service providers as hands-off as possible, you will not be able to do any work in a register()
method like you would in a normal Laravel application. Any work you want to do will have to be done in the boot()
method.