Skip to content

FAQ

CSS assets are not loading

This is often related to a wrong app url in the database. You can fix this by running the following command:

bash
php artisan app:settings:change app_url
I changed the theme and now its throwing an error

This can have a few reasons. The most common is that you didn't follow the installation guide correctly. To revert back to the default theme you can run the following command:

bash
php artisan app:settings:change theme
How to configure a proxy (Cloudflare etc)

Navigate to the Paymenter admin panel and go to the settings page. On the Security tab you can fill in the ips of your proxy server.

I changed my Captcha settings and I can't log in anymore

If you changed your Captcha settings and now you can't log in anymore, you can disable the Captcha by running the following command:

bash
cd /var/www/paymenter && php artisan app:settings:change captcha disabled

Released under the MIT License.