Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.68 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.68 KB

Laravel Flare

Flare

Flare is an open-source CRUD system, currently under development, built on top of Laravel.

Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality SensioLabsInsight

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.