PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Images are not showing on the website.

pankaj-kumar-1

Mar 22nd, 2019 06:02 PM

I have bought this script: http://pixel.devdojo.com/

I uploaded all the files and installed everythin as mentioned in the manual here: https://devdojo.com/scripts/php/pixel/documentation

But images are not appearing on the website.

here you can access my website : http://www.freedownloadgraphics.com/

derekbuntin

Mar 22nd, 2019 09:28 PM

Login to your app and run the following artisan command:

php artisan storage:link

pankaj-kumar-1

Mar 23rd, 2019 06:37 AM

Yes I run the same comand but it say "directory already exist"

andrewo0

Mar 25th, 2019 07:33 AM

You need to remove the storage link en re-create the symlink with the command @derekbuntin has posted