Download the PHP package irajul/blogflow without Composer
On this page you can find all versions of the php package irajul/blogflow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download irajul/blogflow
More information about irajul/blogflow
Files in irajul/blogflow
Package blogflow
Short Description laravel filament plugin for markdown blog support in panel.
License MIT
Homepage https://github.com/irajul/blogflow
Informations about the package blogflow
Laravel Filament plugin for markdown blog support in panel.
This is opioniated laravel filament panel plugin to add markdown blog support. This is only backend plugin. As people can use any frontend framework to create frontend for blogflow.
It requires few pre requisites packages to work, so make sure they are available in your project.
Installation
You can install the package via composer:
If you haven't already done so, you need to publish the migration to create the tags table:
For more information, check out Spatie's documentation.
You must also prepare your Eloquent model for attaching media.
For more information, check out Spatie's documentation.
You can publish and run the migrations with:
You can publish the config file with:
Use Blog in Filament Panel
Manage User Relationship
Please ensure user model has relationshio with Post
Model.
Config
This package needs few config to work. make sure to set disk as per your preference. If you use S3/R2 then make sure their permission has public read access.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Rajul
- All Contributors
Sponsor
License
The MIT License (MIT). Please see License File for more information.
All versions of blogflow with dependencies
filament/filament Version ^4.0
spatie/laravel-package-tools Version ^1.15.0
filament/spatie-laravel-media-library-plugin Version ^4.0
filament/spatie-laravel-tags-plugin Version ^4.0