arukomp / bloggy
A plug-in Blog component for your Laravel project
dev-master
2018-03-18 09:54 UTC
Requires
- php: >=7.1.3
- laravel/framework: 5.6.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2024-10-16 02:43:56 UTC
README
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
.