Mar 5, 2017
0
Level 1
Laravel Storage link , create two symbolic link
Hello,
i have a storage folder that conatin my document , i can access to it by going in url mydomaine.com/document/file.pdf , this link i symbolic to storage/app/public directory , i have used command
php artisan storage:link to do this .
but know i want to create another folder in storage that contain my images for exmple mydomaine.com/images/pp.jpg , i don't know how can i do it ? Please Help me
Please or to participate in this conversation.