https://github.com/arukomp/bloggy
A plug-in Blog for your Laravel project
https://github.com/arukomp/bloggy
blog blog-engine bloggy laravel laravel-5-package wordpress
Last synced: 6 months ago
JSON representation
A plug-in Blog for your Laravel project
- Host: GitHub
- URL: https://github.com/arukomp/bloggy
- Owner: arukomp
- License: mit
- Created: 2018-03-12T21:33:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T09:54:33.000Z (over 8 years ago)
- Last Synced: 2024-04-22T21:43:22.959Z (about 2 years ago)
- Topics: blog, blog-engine, bloggy, laravel, laravel-5-package, wordpress
- Language: PHP
- Homepage:
- Size: 220 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/arukomp/bloggy) [](https://styleci.io/repos/124954313) [](https://codeclimate.com/github/arukomp/bloggy/maintainability) [](https://codeclimate.com/github/arukomp/bloggy/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`.