A nice blog system with laravel and laravelpanel
3,084
52
9
Package Data
Maintainer Username: serverfire
Maintainer Contact: siavash@serverfire.net (siavash)
Package Create Date: 2015-03-01
Package Last Update: 2016-10-12
Language: CSS
License: MIT
Last Refreshed: 2024-04-18 15:13:36
Package Statistics
Total Downloads: 3,084
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 52
Total Watchers: 9
Total Forks: 32
Total Open Issues: 20

blog

A nice blog system with laravel 5 and laravelpanel

Demo

You can check the live demo here and live admin demo here . User: admin@change.me 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 : admin@change.me password : 12345

  7. check your blog at domain.com/blog