You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phased\State\Factories\VuexFactory::dd() dd's the current store data
Phased\State\Middleware\ModuleLoaderMiddleware::class module loading middleware. Can now load common vuex state for groups or routes. ->middleware('load:authors,all|posts,all|books,active,1)
Changed
Breaking moved PhaseRoutes import from @phased/webpack-plugin/routes to @phased/phase/routes when using the @phased/phase meta package. If using the webpack-plugin directly, there is no change.
Changed private methods to protected in Phased\State\Factories\VuexFactory
Fixed
laravel-mix plugin no longer requires an empty object passed as a minimum options configuration... (.phase() works again)