laravelflare / flare
Laravel Flare
1.05
2017-08-25 01:02 UTC
Requires
- laravel/framework: 5.*
- laravelflare/fields: ~0.9
Requires (Dev)
- mockery/mockery: ~0.9.1
- orchestra/testbench: ~3.1
- phpunit/phpunit: ~4.0
Suggests
- laravelflare/cms: The base component for adding CMS functionality to Flare.
- laravelflare/pages: Provides a Pages module for the Flare CMS
This package is auto-updated.
Last update: 2026-05-26 08:56:08 UTC
README
Flare
Flare is an open-source CRUD system, currently under development, built on top of Laravel.
Quick Start Guide
First globally require the Flare installation package:
composer global require "laravelflare/install"
Now to install Flare in your current directory (on an existing Laravel Project):
flare install
If you would prefer to install Flare on a new Laravel (5.1 LTS) Project:
flare install clean
Resources
Laravel is a trademark of Taylor Otwell.
Flare is in no way associated or affiliated with Laravel or Taylor Otwell.
