For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using custom files

You can create custom css and js files that ProjectSend will load on every request.

Current files that PS will try to load:

  • {root}/css/custom.css

  • {root}/assets/css/custom.css

  • {root}/includes/js/custom.js

  • {root}/assets/custom/custom.js

With this method you cannot control in which locations the file will be loaded, so if you need to restrict it, please use the assets manager.

Last updated