PHPackages                             oluwacyna/filament-blog - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. oluwacyna/filament-blog

ActiveLibrary[Admin Panels](/categories/admin)

oluwacyna/filament-blog
=======================

An advance blog package for Filament Admin Panel

v1.2.1(1y ago)021MITPHPPHP &gt;=8.0

Since Mar 3Pushed 1y agoCompare

[ Source](https://github.com/oluwaCyna/filament-blog)[ Packagist](https://packagist.org/packages/oluwacyna/filament-blog)[ RSS](/packages/oluwacyna-filament-blog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Firefly Filament Blog
=====================

[](#firefly-filament-blog)

The Filament Blog Plugin is a feature-rich plugin designed to enhance your blogging experience on your website. It comes with a variety of powerful features to help you manage and customize your blog posts effectively.

[![Latest Version on Packagist](https://camo.githubusercontent.com/8590b039167d44ab56c34090cf2f814acd47feb05637f7b70add0af24a7070db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66697265666c792f66696c616d656e742d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/firefly/filament-blog)[![Total Downloads](https://camo.githubusercontent.com/b0ce82f6893fcd2c0dc972e56d8ac9900c13f67c0e92b4f5668fe91b1b0cb1bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66697265666c792f66696c616d656e742d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/firefly/filament-blog)[![Packagist License](https://camo.githubusercontent.com/118274c4b27d235a07983cd332b8f4ec03bed581d52aa0a501c7cfe173850246/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f66697265666c792f66696c616d656e742d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/118274c4b27d235a07983cd332b8f4ec03bed581d52aa0a501c7cfe173850246/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f66697265666c792f66696c616d656e742d626c6f672e7376673f7374796c653d666c61742d737175617265)[![GitHub forks](https://camo.githubusercontent.com/31aae583fba3beda34cd984ed81541f56c62331279e8d4e0e8f67e929e7abe5e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f74686566697265666c79746563682f66696c616d656e742d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/31aae583fba3beda34cd984ed81541f56c62331279e8d4e0e8f67e929e7abe5e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f74686566697265666c79746563682f66696c616d656e742d626c6f672e7376673f7374796c653d666c61742d737175617265)[![GitHub Org's stars](https://camo.githubusercontent.com/783ead9a2b5d589a24aaf1a0870810161838a39aa8c55948e286d32e0f6c7561/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f74686566697265666c79746563683f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/783ead9a2b5d589a24aaf1a0870810161838a39aa8c55948e286d32e0f6c7561/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f74686566697265666c79746563683f7374796c653d666c61742d737175617265)

[![Firefly Filament Blog](https://raw.githubusercontent.com/thefireflytech/filament-blog/master/images/landing.png)](https://raw.githubusercontent.com/thefireflytech/filament-blog/master/images/landing.png)

Features
--------

[](#features)

- **Easy Installation:** Simple and straightforward installation process.
- **User-Friendly Interface:** Intuitive and user-friendly interface for easy management of blog posts.
- **SEO Meta Extension:** Enhance your blog's search engine optimization with built-in meta tag customization.
- **Post Scheduled for Future:** Schedule your blog posts to be published at a future date and time.
- **Social Media Share Feature:** Allow users to easily share your blog posts on social media platforms.
- **Comment Feature:** Enable comments on your blog posts to encourage engagement and discussion.
- **Newsletter Subscription:** Integrate newsletter subscription forms to grow your email list.
- **New Post Published Notification:** Notify subscribers when a new blog post is published.
- **Category Search:** Categorize your blog posts for easy navigation and search.
- **Support**: [Laravel 11](https://laravel.com) and [Filament 3.x](https://filamentphp.com)

Demo Video
----------

[](#demo-video)

[![IMAGE ALT TEXT HERE](https://camo.githubusercontent.com/f6e14e7ed2794391fae6baee4f615081aab72e25af0cff2b6c9a70c837ee9db2/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f38556b63416963515a55632f302e6a7067)](https://www.youtube.com/watch?v=8UkcAicQZUc)

Upgrade Note
------------

[](#upgrade-note)

> Important: If you are upgrading from version 1.x to 2.x, please follow the steps below:
>
> - Backup your database before running the migration.  *This is just for safety purposes.*
> - Now you can add prefix on blog tables from the config file.

```
'tables' => [
    'prefix' => 'fblog_', // prefix for all blog tables
    ],
```

> - After set the prefix please run the migration by running the following command: `php artisan filament-blog:upgrade-tables`

Installation
------------

[](#installation)

If your project is not already using Filament, you can install it by running the following commands:

```
composer require filament/filament:"^3.2" -W
```

```
php artisan filament:install --panels
```

Install the Filament Blog Plugin by running the following command:

```
composer require firefly/filament-blog
```

Usage
-----

[](#usage)

After composer require, you can start using the Filament Blog Plugin by runing the following command:

```
php artisan filament-blog:install
```

This command will publish `filamentblog.php` config file and `create_blog_tables.php` migration file.

```
