Archivo direccion windows

mis mas cordial saludo, soy nuevo en esta plataforma, de echo soy estudiante, cuando subi mi proyecto echo en laravel 10 eh pasado algunos incovenientes, pero el unico que no puedo solucionar es que una carpeta que subio con el proyecto laravel tiene por nobre la direccion que traia en windows, el archivo esta o sale de la siguiente manera: E:\ITPIAI\TMD\pagSisEden\industriaEdenV1\storage\logs, al salir con nombre o direccion de windows no me permite eliminar o modificar la carpeta, no se como solucionarlo. agradezco cualquier dato relevane que me ayude a resolver el problema.

Welcome to the forum! Remember that this is an English speaking forum. I’ve translated your message for the being:

You can manually delete the folder using file manager by referencing the path (storage/logs). Also avoid uploading the logs as laravel auto creates them.

4 Likes

Unfortunately, it’s possible to create directories with “invalid” characters through PHP, which you cannot delete using FTP or (by extension) the file manager.

The only way to delete such files is with PHP. There have been a number of similar topics about this issue, and I once shared some code to help remove such directories here:

There was also this topic from a few days ago where someone gave some additional suggestions:

And next time, please avoid uploading the bootstrap/cache folder. It contains precompiled configuration that has specific reference to the system where it was built.

7 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.