Our Company Logo Not Showing in Invoice

We buy Pro vision of ninja invoice but in invoice our company logo not showing.

Hi,

Does it appear if you select a different invoice design?

No Sir I Change the Invoice design but no result.

No sir don’t appear even i change different invoice design also.

It may help to add LOCAL_DOWNLOAD=true to the .env file.

How to do that? can you help me to do?

Maybe this AI response will help:

The exact steps will depend on how you are hosting the application, but the .env file is a hidden configuration file located in the root folder of your Invoice Ninja installation.

Here is how you can edit it based on your setup:

If you are using cPanel or a web host:

  1. Open your hosting control panel’s File Manager.
  2. Make sure you have “Show Hidden Files” (dotfiles) enabled in the File Manager settings.
  3. Navigate to the root folder where Invoice Ninja is installed.
  4. Right-click the .env file, select Edit, add LOCAL_DOWNLOAD=true on a new line at the bottom, and save the file.

If you are using the command line (SSH):

  1. Navigate to your Invoice Ninja root directory.
  2. Open the file in a text editor by running: nano .env
  3. Add LOCAL_DOWNLOAD=true on a new line, save, and exit.

If you are using Docker:

  1. Add the variable to your env file.
  2. Restart your containers to apply the changes.

After making the change, it may help to clear the app cache by appending ?clear_cache=true to your URL or running php artisan optimize from the command line.

Let me know if you run into any trouble or if you are using a different hosting setup!

I am using web Portal so which sheet i follow?

Ah.. the post is tagged as self-hosted but you’re using the hosted platform.

Please send an email to [email protected], they should be able to help.