Go to file
2022-12-19 18:35:10 +01:00
assets add internal directory 2022-06-26 19:08:40 +02:00
bin init 2022-03-06 17:51:10 +01:00
config upgrade murph 2022-12-19 18:35:10 +01:00
migrations init 2022-03-06 17:51:10 +01:00
public upgrade murph 2022-05-07 17:15:54 +02:00
src upgrade murph 2022-12-19 18:35:10 +01:00
templates fix typo 2022-07-13 11:11:00 +02:00
tests init 2022-03-06 17:51:10 +01:00
translations add fields 2022-05-17 22:19:51 +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 fields 2022-05-17 22:19:51 +02:00
.mage.yml update mage conf 2022-04-25 11:38:07 +02: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 add mails et views for expense report 2022-04-29 16:54:20 +02:00
Makefile update mage conf 2022-04-19 21:15:45 +02:00
package-lock.json init 2022-03-06 17:51:10 +01:00
package.json add internal directory 2022-06-26 19:08:40 +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 internal directory 2022-06-26 19:08:40 +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