PHPackages                             andreaselia/laravel-firefly - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. andreaselia/laravel-firefly

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

andreaselia/laravel-firefly
===========================

A simple forum package for Laravel.

v1.9.1(3y ago)252338MITPHPPHP ^8.0

Since Feb 21Pushed 3y ago4 watchersCompare

[ Source](https://github.com/andreaselia/laravel-firefly)[ Packagist](https://packagist.org/packages/andreaselia/laravel-firefly)[ GitHub Sponsors](https://github.com/andreaselia)[ GitHub Sponsors](https://github.com/tomirons)[ RSS](/packages/andreaselia-laravel-firefly/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (7)Versions (18)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/a8b4354287d2af56b800d9ce1c2ddc95dce4b5c3506b077cf4dff2a94c6cdbb2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f416e6472656173456c69612f6c61726176656c2d66697265666c792e737667)](https://packagist.org/packages/AndreasElia/laravel-firefly)[![PHP version](https://camo.githubusercontent.com/33aa760b76f5e3c5db5bd1d28e308f09dbc377bec964b17f79847f987a70b158/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f416e6472656173456c69612f6c61726176656c2d66697265666c792e737667)](https://packagist.org/packages/AndreasElia/laravel-firefly)[![License](https://camo.githubusercontent.com/b3064a16d1dadad19e2083efb7a35293770eddd8525ebe49b877884bb1deccf7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f416e6472656173456c69612f6c61726176656c2d66697265666c792e737667)](https://packagist.org/packages/AndreasElia/laravel-firefly)[![StyleCI](https://camo.githubusercontent.com/ba8628398ec7d2dc08957a219e09dc1d514889979dcc507efb7f516a15416c20/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134393930393234302f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/149909240?branch=master)

[![Laravel Firefly Logo](/logo.png?raw=true "Laravel Firefly Logo")](/logo.png?raw=true)

Laravel Firefly
===============

[](#laravel-firefly)

Firefly is a simple forum package for Laravel, created for ease of use and expansion.

The package ships with a frontend included, but by publishing the packages assets you have the flexibility to customize the available templates and make them match your current applications templates, should you so desire.

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

[](#installation)

Install the package:

```
composer require andreaselia/laravel-firefly
```

Publish package files (config, migrations, assets and views):

```
php artisan vendor:publish --provider="Firefly\FireflyServiceProvider"
```

Run the migrations:

```
php artisan migrate
```

Add the FireflyUser trait to your User model:

```
