suivi/README.md

825 B

Murph

Murph is an open-source CMF built on top of Symfony that helps you to build your own CMS with several domains and languages. It comes with:

  • A fully implemented and customizable tree manager 🌳
  • A CRUD generator ✏️
  • A global settings manager and a navigation settings manager ⚙️
  • A tasks manager 🧹
  • A basic web analytics 📊
  • 2FA authentication 🔒

Symfony developers will love build on Murph 🧪

End users will be fond of the interface and the powerful tools 💜

📗 Read the documentation

Suivi

Security

$ mkdir config/secrets
$ openssl genrsa -out config/secrets/prod.private.key 4096
$ openssl rsa -in config/secrets/prod.private.key -out config/secrets/prod.public.key -pubout -outform PEM