devanny/quickblog

This is a package to quickly create a simple blog application

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 1

Language:Blade

1.0.x-dev 2021-01-22 14:59 UTC

This package is auto-updated.

Last update: 2024-05-27 19:26:53 UTC


README

Quickblog is a laravel package for creating quick and fast blog for your application, It includes:

  • Auth config to restrict pages
  • Categories
  • Tags
  • Blog view that can be customized to your desire and
  • Blog banner upload

Installation

composer require devanny/quickblog

After installation publish vendor files and run migration

php artisan vendor:publish --provider="Devanny\QuickBlog\QuickBlogServiceProvider" --tag="blog"

php artisan migrate

php artisan storage:link 

Config

*** if you will be using authentication.. open config/quickblog and change auth value to 'Auth' ***

config/quickblog.php

//default
'auth' => '',

//with authentication
'auth' => 'Auth',

Routes

/posts - Get all blog posts
/categories - Get all Categories and create new category 
/tags - Get all Tags and create new tag

Premium Partners

  • Non yet

Contributors

License

The library is open-sourced software licensed under the MIT license.