Download the PHP package tyondo/aggregator without Composer
On this page you can find all versions of the php package tyondo/aggregator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tyondo/aggregator
More information about tyondo/aggregator
Files in tyondo/aggregator
Package aggregator
Short Description A simple blog package
License MIT
Homepage https://github.com/Rndwiga/mnara
Informations about the package aggregator
Production ready but still under ACTIVE development:
This is a blog package for laravel. Most of the packages available tend to force the user to use an administration panel or have them as the base package.
This package is meant to be dropped into an existing app to provide blogging functionality with media management capability.
Installation
The package can be used from laravel 5.3 and above. To install:
Run:
in the config/app.php add:
If you are a developer, you can contribute and extend by cloning it in:
packages/tyondo folder and then in your composer.json file add:
` and then require the extra packages used by aggregator:
`
After either of the above steps. Run
` This will install the package fully
Features
- Create different post types (standard, video, audio)
- Use of Tags
- Use of categories
- Generation of youtube video thumbnails
- Media manager for managing images, audios and videos
- Integrated media manager in the text editor (ckeditor used)
- Image resizing
Pending features
- Parametrizing the image resizing funtionality
- Building blog API end points.
- Blog settings
- Blog user profile
- Blog contributors
Usage
Accessing posts
There are several ways that you can retrive posts stored by the aggregator
- All posts `
- Posts based on their type (published, draft, review, inactive) `
Post return fields and method
When you retrieve a given post you will have access to the following parameters and methods
-
id
- title
- slug
- subtitle
- body
- summary
- meta_description
- post_type
- featured_content
- is_published
- user_id
- post_status
- category_id
- featured_image
- view_count
- key_words
- created_at
- updated_at
- category()
- tags()
- user()
Using on a blog
- How to access post author `
- How to access post category `
- How to access post created time in human language `
- How to access youtube thumbnail from featured content `
- How to get youtube iframe source link `
- How to access day when the post was created `
- How to access month when post was created `
- How to access post featured image `
- How to add post links `
- How to list tags `
- How to list categories `
- How to access post tags `
All versions of aggregator with dependencies
illuminate/support Version 5.3.*|5.4.*|5.5.*
laravelcollective/html Version 5.3.1|5.4.1
unisharp/laravel-filemanager Version ^1.8
intervention/image Version ^2.4
doctrine/dbal Version ^2.5
maatwebsite/excel Version ^2.1