serverfireteam/blog is a Laravel package for a nice blog system with laravel and laravelpanel.
It currently has 52 GitHub stars and 3.104 downloads on Packagist (latest version 2.0).
Install it with composer require serverfireteam/blog.
Discover more Laravel packages by serverfireteam
or browse all Laravel packages to compare alternatives.
Last updated
A nice blog system with laravel 5 and laravelpanel
You can check the live demo here and live admin demo here . User: [email protected] Pass: 12345

##Installations for laravel 5 Note: if you face any problem in any of the steps you should report it at github
First you need to create a laravel 5 project
Add our package to require section of composer : for laravel 5.2
{
"require": {
"serverfireteam/blog": "2.*"
},
}
for laravel 5.1
{
"require": {
"serverfireteam/blog": "1.*"
},
}
composer update
Add the ServiceProvider of the package to the list of providers in the config/app.php file
'providers' => array(
'Serverfireteam\Blog\BlogServiceProvider'
)
Run the following command in order to publish configs, views and assets.
php artisan blog:install
Go to your domain.com/panel and you can login with the following username and password :
user : [email protected] password : 12345
check your blog at domain.com/blog