What does your "deployment" entail? The plugin list is stored in the database, so you should be able to restore that key if you wish.
How to develop a plugin to mount router
-
I want to add a custom route for a feature in my project,I think I need to develop a plugin for route .
But I don't know how to develop a route plugin .
Can someone give me an example ,Thanks -
I have solved it. use "static:app.load" hook , and use the method's first arguments ,we can setting routes to do what we want to do