Sharing data with all views in Provider but with Octane, it doesn't work
As written in the documentation in the View section that we can share data to all views with View::blade and placed in the boot method on the AppServiceProvider. But on the other hand, in the documentation in the Octane section it is explained that the register and boot methods on each provider are only called once when the request worker initially boots. Is there another way to share data to all views with View::blade that works correctly with Laravel Octane?