Skip to content

ZenkyNemesis/laravel-cms

 
 

Repository files navigation

MyMo - Free Laravel CMS

About

Mymo is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again.

Screenshot Screenshot

Supported: Laravel 6

Install

Require package with composer

composer require mymocms/mymocms

Config your database

DB_CONNECTION=mysql
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

Run command install

php artisan mymo:install

Goto Admin panel: http://yoursite/admin-cp

Documentation

https://github.com/mymocms/mymocms/wiki

Contributing

Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests. https://github.com/mymocms/mymocms/blob/master/CONTRIBUTING.md

Features

  • Fully Ajax load page.
  • File manager
  • Chunk Upload File manager
  • Post Type and Taxonomy support
  • Email service
  • Email templates
  • Notification service
  • Email Log
  • Plugins
  • Themes
  • Theme Customize
  • Widgets support
  • Added default theme
  • Media manager in admin page
  • Translation cms
  • Upload themes
  • Upload plugins
  • Menu builder by post type
  • Logs view in admin page

About

MyMo is a Laravel CMS like wordpress

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.7%
  • Blade 22.4%
  • Sass 4.0%
  • JavaScript 3.0%
  • SCSS 2.2%
  • CSS 1.4%
  • HTML 0.3%