symbolic link generation

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
mahammadareef
Posts: 54
Joined: 14 Oct 2022, 11:54

symbolic link generation

Post by mahammadareef » 24 Feb 2023, 13:14

I tried creating a symbolic link by using the below command, it works on the server but locally its returning an error
ln -s ./packages/<extname>/themes/client/html/<extname> ./public/vendor/shop/themes/<extname>
and also I want to know how to undo this.

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: symbolic link generation

Post by aimeos » 26 Feb 2023, 09:52

This is a Unix/Linux command and doesn't work on Windows without Cygwin or similar Unix-like environments.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply