How to create interface module without database?

Discussion in 'Developers' Forum' started by manoaratefy, Jun 20, 2020.

  1. manoaratefy

    manoaratefy New Member

  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    These docs are pretty outdated. Furthermore, why do you want this? ISPConfig depends on the database because otherwise, it would be trying to active something that is already activated, or vice versa, it wouldn't be able to store your config to be viewed interface because it gets that information from the database
     
  3. manoaratefy

    manoaratefy New Member

    I built a webservice with Laravel to manage cache purging for Varnish.
    The ISPConfig module I'm building is intended to integrate a Varnish cache purging. Once we fill the URL and click on "Execute" button, it should call the Laravel webservice to purge cache of this URL.
     

Share This Page