Good day all, sorry for not saying thank you to everyone for their help, I have relocated across the country.
I want to be able to CRUD files in laravel, but have the option to export them as .md so that I may edit them on an application I have on my computer that uses .md files.
Any suggestions or ideas would be greatly appreciated.
Software being used: Typora, and iAWriter on my cellphone. I want to have access to the files and edit them from the server without having to keep downloading them, and CRUd them on the laravel application.
Anway, you want to keep the files on the server to keep them in sync when locally editing them? If that is the case you need an SSH or (S)FTP connection between your device and the server. There are plenty of tools for that, but I'm not sure if this is what you really want!