/blog

A nice blog system with laravel 5 and laravelpanel

Primary LanguageCSSMIT LicenseMIT

blog

A nice blog system with laravel 5 and laravelpanel

##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 :

    {
        "require": {
            "serverfireteam/blog": "dev-master"
        },
    }
  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/public/panel and you can login with the following username and password :

    user : admin@change.me password : 12345