two-faces/laravel-firefly

A simple forum package for Laravel.

Maintainers

Package info

github.com/Two-Faces/laravel-firefly

Language:JavaScript

pkg:composer/two-faces/laravel-firefly

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2021-02-08 14:15 UTC

This package is not auto-updated.

Last update: 2026-03-04 13:26:36 UTC


README

Build Status

Firefly

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

Installation

Install the package:

composer require two-faces/laravel-firefly

Publish files:

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

Run the migrations:

php artisan migrate