Git Product home page Git Product logo

muffeencms's Introduction

MuffeenCMS.

A Laravel 5.5 based CMS boilerplate to get started on any kind of project.

System Requirements

Since MuffeenCMS is based on Laravel Framework, the same requirements also applies.

  • PHP >= 7.0
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Mbstring PHP Extension
    • Tokenizer PHP Extension
    • XML PHP Extension
  • Composer installed to load the dependencies.
  • NodeJS with NPM
    • Required to push and modify CSS an JS files since these files are compiled using Webpack.

Installation

Please check the system requirements before installing MuffeenCMS.

  1. You may install by cloning from github. git clone https://github.com/mrethical/MuffeenCMS.git
  2. On the project's root directory, run composer install
  3. Rename .env.example to .env and set your database configuration there.
  4. Run php artisan key:generate
  5. Run migrations with seed: php artisan migrate --seed
  6. Setup your web server to point to the "public" folder.
  7. Run npm install
  8. Run npm run production to compiled and move css and js files to public directory
  9. You can configure the site in the config folder before production.

Permissions

MuffeenCMS may require one set of permissions to be configured to have write access by the web server. For more details on installation check laravel installation guide http://laravel.com/docs/5.4/installation

You may also take a look at this http://stackoverflow.com/questions/30639174/file-permissions-for-laravel-5-and-others#answer-37266353

Frameworks/Libraries

PHP Libraries

CSS and Javascript Libraries

Contributing, Questions and Suggestions

Thank you for considering contributing to MuffeenCMS! Please feel free to email me at [email protected].

License

MuffeenCMS is open-sourced software licensed under the MIT license.

muffeencms's People

Contributors

mrethical avatar dependabot[bot] avatar

Stargazers

Rae Kevin Turno Monzon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.