2017 © Pedro Peláez
 

library white-frame

White Frame Framework

image

white-frame/white-frame

White Frame Framework

  • Tuesday, September 13, 2016
  • by ifnot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 300 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

WhiteFrame

White Frame is a WIP project and does have not correct versionning for the moment. Use it at your own risk., (*1)

Installation

With composer, you should use the dev branch instead releases. So you will need to lower your composer minimum-stability. Simply add at the end of your composer.json :, (*2)

{
  // Default project stuff

  "minimum-stability": "dev",
  "prefer-stable": true
}

Next, check your laravel version and use the corresponding branch. Only 5.1 Laravel LTS is supported for now., (*3)

composer require white-frame/framework:5.1.x-dev

For Laravel, add to your config/app.php :, (*4)

\WhiteFrame\Framework\FrameworkServiceProvider::class,

For Lumen, edit your bootstrap/app.php :, (*5)

$app->register(\WhiteFrame\Framework\FrameworkServiceProvider::class);

Usage

WhiteFrame have many packages. Take a look at the boilerplate., (*6)

The Versions

19/01 2016