2017 © Pedro Peláez
 

library laravel-feature

Disable and enable features in your application using Laravel Feature.

image

m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  • Sunday, June 3, 2018
  • by m1guelpf
  • Repository
  • 1 Watchers
  • 4 Stars
  • 192 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 83 % Grown

The README.md

Feature toggling for Laravel

Latest Version on Packagist Build Status Quality Score Total Downloads, (*1)

Disable and enable features in your application using Laravel Feature., (*2)

Installation

You can install the package via composer:, (*3)

composer require m1guelpf/laravel-feature

The package will automatically register itself., (*4)

Then, you'll need to publish the config file with:, (*5)

``` bash php artisan vendor:publish --provider="M1guelpf\Feature\FeatureServiceProvider", (*6)


## Usage You can check if a feature is enabled both by using the helper or the Facade: ``` php Feature::enabled('a-feature'); //true feature('a-feature'); //true

You can also define feature routes: ``` php Route::get('whatever', 'SomeController@index')->name('whatever')->feature('a-feature');, (*7)


Or use features on Blade: ``` blade @feature('a-feature') Some feature related-text @endfeature

Testing

bash composer test, (*8)

Contributing

Please see CONTRIBUTING for details., (*9)

Security

If you discover any security related issues, please email soy@miguelpiedrafita.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

03/06 2018

dev-master

9999999-dev https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

03/06 2018

v1.4

1.4.0.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

06/04 2018

v1.3

1.3.0.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

08/02 2018

v1.2.1

1.2.1.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

08/02 2018

v1.2

1.2.0.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

08/02 2018

v1.1.3

1.1.3.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

08/02 2018

v1.1.2

1.1.2.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

08/02 2018

v1.1.1

1.1.1.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

08/02 2018

v1.1

1.1.0.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

04/02 2018

v1.0.2

1.0.2.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

04/02 2018

v1.0.1

1.0.1.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature

04/02 2018

v1.0

1.0.0.0 https://github.com/m1guelpf/laravel-feature

Disable and enable features in your application using Laravel Feature.

  Sources   Download

MIT

The Requires

 

The Development Requires

m1guelpf laravel-feature