Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Save installed plugin as a dependency in .dependencies
· 10 years ago
I already have the file after installing grav through git. Problem is, every time I add a plugin, I need to manually update .dependencies file. This is because I chose to not include plugins in my git
-
Save installed plugin as a dependency in .dependencies
· 10 years ago
You can also manually build a .dependencies file like you would when building a skeleton.
-
Save installed plugin as a dependency in .dependencies
· 10 years ago
Hi, i aksed myself the same question some days ago. On Github there is already an issue to this #880. Thanks to Perlkönig for the link :)
-
Save installed plugin as a dependency in .dependencies
· 10 years ago
Is there a way to auto-add a newly installed plugin as a dependency, so I can later run gpm/install on a server? Something like npm does with "npm install --save package-name"?
-
`onShutdown` not firing
· 10 years ago
Yes, you can't dump your variables to the browser, but it's possible to dump variables, e.g., to the log file or to every other file in the file system. The best way is to develop code in the onPageIn
-
`onShutdown` not firing
· 10 years ago
So you're saying that I can't dump() from it? OK. I'll move forward and test differently. Thanks!
-
`onShutdown` not firing
· 10 years ago
@Perlkönig it is fired. But this special event isn't accessible via the debugger as it fires after the connection between the client and the server has been closed.
-
`onShutdown` not firing
· 10 years ago
It's not firing in the Precache plugin either, so something wider is happening. Hrm...
-
`onShutdown` not firing
· 10 years ago
No matter how I modify my debugger settings, I can't get onShutdown to fire. Is there something else that might keep onShutdown from working? I'm confused.
-
Translate Form Plugin validation
· 10 years ago
Ah nevermind. I'm really sorry for the inconvenience. I edited the wrong file >.< Works like a charm! Thanks!