2017 © Pedro Peláez
 

library blog

A nice blog system with laravel and laravelpanel

image

serverfireteam/blog

A nice blog system with laravel and laravelpanel

  • Wednesday, October 12, 2016
  • by serverfire
  • Repository
  • 9 Watchers
  • 50 Stars
  • 2,102 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 37 Forks
  • 19 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

blog

A nice blog system with laravel 5 and laravelpanel, (*1)

Demo

You can check the live demo here and live admin demo here . User: admin@change.me Pass: 12345, (*2)

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, (*3)

  1. First you need to create a laravel 5 project, (*4)

  2. Add our package to require section of composer : for laravel 5.2, (*5)

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

    for laravel 5.1, (*6)

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

  4. Add the ServiceProvider of the package to the list of providers in the config/app.php file, (*8)

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

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

    user : admin@change.me password : 12345, (*11)

  7. check your blog at domain.com/blog, (*12)

The Versions

12/10 2016

dev-master

9999999-dev

A nice blog system with laravel and laravelpanel

  Sources   Download

MIT

The Requires

 

by siavash
by Alireza Aboutalebi
by Hamid Reza Salimian
by Alenoosh Baghoomian

laravel cms backend admin administrator blog

20/01 2016

2.0

2.0.0.0

A nice blog system with laravel and laravelpanel

  Sources   Download

MIT

The Requires

 

by siavash
by Alireza Aboutalebi
by Hamid Reza Salimian
by Alenoosh Baghoomian

laravel cms backend admin administrator blog

13/07 2015

1.0

1.0.0.0

A nice blog system with laravel and laravelpanel

  Sources   Download

MIT

The Requires

 

by siavash
by Alireza Aboutalebi
by Hamid Reza Salimian
by Alenoosh Baghoomian

laravel cms backend admin administrator blog