No description
- PHP 83.5%
- Twig 11.6%
- JavaScript 2.4%
- Vue 2.2%
- Makefile 0.1%
- Other 0.1%
|
|
||
|---|---|---|
| .woodpecker | ||
| assets | ||
| bin | ||
| config | ||
| migrations | ||
| public | ||
| src | ||
| templates | ||
| tests | ||
| translations | ||
| .env | ||
| .env.test | ||
| .eslintrc.json | ||
| .gitignore | ||
| .mage.yml.dist | ||
| .php-version | ||
| CHANGELOG.md | ||
| composer.json | ||
| composer.lock | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| phpunit.xml.dist | ||
| README.md | ||
| symfony.lock | ||
| UPGRADE.md | ||
| webpack.config.js | ||
| yarn.lock | ||
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 💜
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