2017 © Pedro Peláez
 

library nbblog

Blog package for Laravel

image

cherryoff/nbblog

Blog package for Laravel

  • Wednesday, November 12, 2014
  • by cherryoff
  • Repository
  • 0 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel NBBlog

Simple blog for Laravel, (*1)

  • 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:, (*2)

"cherryoff/nbblog": "dev-master"

..and run composer update., (*3)

Install

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

'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., (*5)

Migrate php artisan migrate --package="cherryoff/nbblog", (*6)

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

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

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

The Versions

12/11 2014

dev-master

9999999-dev

Blog package for Laravel

  Sources   Download

MIT

The Requires

 

by Avatar cherryoff

laravel blog