Now when i test my aplication, i need to run the command on netbeans:
assets:install
I hate doing things over and over again… because symfony2 needs to run this command to put the modified files in the correct path.
Is there a way to run that command or change the configuration files?
Using –symlink i get this message:
[InvalidArgumentException]
The symlink() function is not available on your system. You need to install the assets without the --symlink option.
SOLVED!
My Windows version (XP) does not support –symlink. I found a Link shell extension for Windows that can do that.
Here is the program and the documentation, very easy to use it!
Thanks to all, it was very helpful.
SOLVED!
My Windows version (XP) does not support –symlink. I found a Link shell extension for Windows that can do that. Here is the program and the documentation, very easy to use it!
Link Shell Extension
Thanks to all, it was very helpful.