Go to file
2022-04-18 14:22:26 +02:00
assets add debriefing front page 2022-04-18 14:22:26 +02:00
bin init 2022-03-06 17:51:10 +01:00
config add debriefing front page 2022-04-18 14:22:26 +02:00
migrations init 2022-03-06 17:51:10 +01:00
public backports murph-core 2022-03-14 10:43:56 +01:00
src add debriefing front page 2022-04-18 14:22:26 +02:00
templates add debriefing front page 2022-04-18 14:22:26 +02:00
tests init 2022-03-06 17:51:10 +01:00
translations update translations 2022-04-17 17:33:30 +02:00
.env add conferences, debriefings, projects, theme types, establishment groups 2022-04-15 16:45:58 +02:00
.env.test init 2022-03-06 17:51:10 +01:00
.eslintrc.json init 2022-03-06 17:51:10 +01:00
.gitignore add events and command to retrieve them using caldav calendars 2022-04-16 23:29:17 +02:00
.mage.yml backports murph-skeleton 2022-03-11 15:22:18 +01:00
.php-version init 2022-03-06 17:51:10 +01:00
CHANGELOG.md init 2022-03-06 17:51:10 +01:00
composer.json upgrade murph 2022-04-17 18:40:07 +02:00
Makefile backports murph-skeleton 2022-03-11 15:22:18 +01:00
package-lock.json init 2022-03-06 17:51:10 +01:00
package.json add calendar in dashboard 2022-04-17 16:38:18 +02:00
phpunit.xml.dist init 2022-03-06 17:51:10 +01:00
README.md add events and command to retrieve them using caldav calendars 2022-04-16 23:29:17 +02:00
symfony.lock init 2022-03-06 17:51:10 +01:00
UPGRADE.md init 2022-03-06 17:51:10 +01:00
webpack.config.js add debriefing front page 2022-04-18 14:22:26 +02:00
yarn.lock add calendar in dashboard 2022-04-17 16:38:18 +02:00

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