Coder Social home page Coder Social logo

jalvarado91 / blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from serverfireteam/blog

0.0 2.0 0.0 5.65 MB

A nice blog system with laravel 5 and laravelpanel

License: MIT License

CSS 47.34% JavaScript 34.43% Ruby 0.17% HTML 10.85% Shell 0.01% PHP 7.20%

blog's Introduction

blog

A nice blog system with laravel 5 and laravelpanel

Demo

You can check the live demo here and live admin demo here . User: [email protected] Pass: 12345

Screen shot

  • This is a custom CRUD with few lines of code : Gallery dashboard of panel Edit Pages

##Installations for laravel 5 Note: if you face any problem in any of the steps you should report it at github

  1. First you need to create a laravel 5 project

  2. Add our package to require section of composer : for laravel 5.2

    {
        "require": {
            "serverfireteam/blog": "2.*"
        },
    }

    for laravel 5.1

    {
        "require": {
            "serverfireteam/blog": "1.*"
        },
    }
  3. composer update

  4. Add the ServiceProvider of the package to the list of providers in the config/app.php file

    'providers' => array(
        'Serverfireteam\Blog\BlogServiceProvider'
    )
  5. Run the following command in order to publish configs, views and assets.

    php artisan blog:install
    
  6. Go to your domain.com/panel and you can login with the following username and password :

    user : [email protected] password : 12345

  7. check your blog at domain.com/blog

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.