Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

LadyNay's avatar

Save markdown as .md

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.

0 likes
2 replies
bobbybouwmann's avatar

What you're looking for sounds like Statamic: https://statamic.com/

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!

LadyNay's avatar

Yes that is the case exactly :).The info looks very good. How would one save a custom .md file though?

Please or to participate in this conversation.