Giter Site home page Giter Site logo

Project LiveCMS

##For Laravel 5.2, please checkout branch V0

How To Install :

  1. Create Composer Project

         composer create-project livecms/livecms --prefer-dist
    
  2. Edit .env in folder livecms Fill with your database settings, example :

        DB_HOST=127.0.0.1
        DB_DATABASE=livecms
        DB_USERNAME=root
        DB_PASSWORD=secret
    
  3. Do Migrate

        cd livecms 
        php artisan migrate --seed
    
  4. Run server or use php artisan server

         cd livecms 
         php artisan serve
    
  5. Open your browser If you use artisan server, go to :

        http://localhost:8000
    
  6. Login visit : http://yourdomain/login

    default username / password

    1. Admin : email : [email protected] password : admin

    2. Super Admin : email : [email protected] password : admin

More Information

Email : [email protected]

License

The LiveCMS is open-sourced software licensed under the MIT license.

livecms's Projects

core icon core

Awesome CMS Package for Laravel Project

forms icon forms

Laravel Forms for L5.5 or above

midia-js icon midia-js

Clone from https://github.com/itskodinger/midia with additional / improvement, All credit goes to the owner and contributors

transports icon transports

Transporting your code from somewhere to anywhere, just like a global variable

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.