You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a symfony php command where the parameter expects to send a csv file path. I would like to create a csv in a custom path using VFSStream. How is it possible to achieve this please ?
I can see when I create a csv file in the root directory. I see vfs embed path like this vfs:/root/foo.csv.
Instead of the above path, I would like to create foo.csv in a custom local directory.