white-frame/white-frame

This package is abandoned and no longer maintained. The author suggests using the white-frame/framework package instead.

White Frame Framework

5.2.0.0 2016-01-19 14:54 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:53:04 UTC


README

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

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 :

{
  // 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.

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

For Laravel, add to your config/app.php :

\WhiteFrame\Framework\FrameworkServiceProvider::class,

For Lumen, edit your bootstrap/app.php :

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

Usage

WhiteFrame have many packages. Take a look at the boilerplate.