Jump to content

ardiansh

Members
  • Last visited

  • Posts

    1
  • Reputation

    1
  1. ardiansh changed their profile photo
  2. but i have fixed it with : 1. Go into the .env file, create a variable called FILESYSTEM_DRIVER, and set it to public, as shown below: FILESYSTEM_DRIVER=public Next, use the command below in order to create the symbolic link. php artisan storage:link 2. You can also go to the public directory and run: rm storage Then go to the project root and run: php artisan storage:link