Replies: 1 comment
-
Plugins are Laravel packages you can do whatever you want. for custom data you can handle them on service installation on the install handler. if looking for examples just look how Vito boots its built in services/site-types/server-providers/etc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a plugin for the 3x version but I'm not sure if I'm doing that the right way.
I setup my service provider as follows
I was wondering if there are kinda like a best practices for:
$this->app->booted
or should I store a flag somewhere and run installation code conditionally?RegisterServiceType::make('service-id-to-override')
Beta Was this translation helpful? Give feedback.
All reactions