Looking to hire Laravel developers? Try LaraJobs

laravel-firefly maintained by two-faces

Description
A simple forum package for Laravel.
Last update
2021/02/08 15:15 (dev-master)
License
Links
Downloads
0

Comments
comments powered by Disqus

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