You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
assets | 9 months ago | |
bin | 1 year ago | |
config | 3 months ago | |
migrations | 1 year ago | |
public | 11 months ago | |
src | 3 months ago | |
templates | 9 months ago | |
tests | 1 year ago | |
translations | 11 months ago | |
.env | 12 months ago | |
.env.test | 1 year ago | |
.eslintrc.json | 1 year ago | |
.gitignore | 11 months ago | |
.mage.yml | 11 months ago | |
.php-version | 1 year ago | |
CHANGELOG.md | 1 year ago | |
Makefile | 11 months ago | |
README.md | 12 months ago | |
UPGRADE.md | 1 year ago | |
composer.json | 1 month ago | |
package-lock.json | 1 year ago | |
package.json | 9 months ago | |
phpunit.xml.dist | 1 year ago | |
symfony.lock | 1 year ago | |
webpack.config.js | 12 months ago | |
yarn.lock | 9 months ago |
README.md
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