(Translated by https://www.hiragana.jp/)
GitHub - anny21/quickblog
Skip to content

anny21/quickblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About QuickBlog

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published