arukomp/bloggy

A plug-in Blog component for your Laravel project

Maintainers

Package info

github.com/arukomp/bloggy

pkg:composer/arukomp/bloggy

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2018-03-18 09:54 UTC

This package is auto-updated.

Last update: 2026-03-16 05:49:20 UTC


README

Build Status StyleCI Maintainability Test Coverage

Bloggy!

Installation

Install the package via Composer:

$ composer require arukomp/bloggy

Publish Bloggy config:

$ php artisan vendor:publish --tag=bloggy_config

Check the config/bloggy.php config and ensure you're ok with the assets path. Change if necessary.

Publish Bloggy Assets:

php artisan vendor:publish --tag=bloggy_assets

Serve your Laravel app and go to /admin/dashboard.