cherryoff/nbblog

Blog package for Laravel
20
Install
composer require cherryoff/nbblog
PHP:>=5.4.0
License:MIT
Last Updated:Nov 12, 2014
Links: GitHub  ·  Packagist
Maintainer: cherryoff

Laravel NBBlog

Simple blog for Laravel

  • Author: Nick Wishnyakov
  • Version: 0.1.0

Composer

To install Nbblog as a Composer package to be used with Laravel 4, simply add this to your composer.json:

"cherryoff/nbblog": "dev-master"

..and run composer update.

Install

Once it's installed, you can register the service provider in app/config/app.php in the providers array:

'providers' => array(
    'Cherryoff\Nbblog\NbblogServiceProvider',
)

Then publish the config file with php artisan config:publish cherryoff/nbblog. This will add the file app/config/packages/cherryoff/nbblog/config.php.

Migrate php artisan migrate --package="cherryoff/nbblog"

You can add 'NbblogSeeder' => 'Cherryoff\Nbblog\NbblogSeeder', in app/config/app.php in the aliases array

And seed php artisan db:seed --class="NbblogSeeder", for add initial data

Then finally you need to publish the package's assets with the php artisan asset:publish cherryoff/nbblog command

Related Packages

tyloo/tyloo

The Laravel Framework.

197 26
lasallecms/lasallecms

LaSalle Content Management System flagship app.

45 2
talvbansal/media-manager

A media browser and uploader for laravel apps written in vue js and bootstrap

28,070 207
laravel-junkies/blog

The Blog sites for The Laravel Blog Package.

10 0
tallcms/cms

TallCMS - A modern CMS for Filament admin panels. Works standalone or as a plugi...

1,606 5