Download the PHP package mwkcoding/laravel-feature-flags without Composer
On this page you can find all versions of the php package mwkcoding/laravel-feature-flags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mwkcoding/laravel-feature-flags
More information about mwkcoding/laravel-feature-flags
Files in mwkcoding/laravel-feature-flags
Package laravel-feature-flags
Short Description A simple Laravel package to get feature flags in your project.
License MIT
Homepage https://github.com/mwkcoding/feature-flags
Informations about the package laravel-feature-flags
Laravel Feature Flags 🚀
A Feature flag is at times referred to as a feature toggle or feature switch. Ultimately it's a coding strategy to be used along with source control to make it easier to continuously integrate and deploy. The idea of the flags works by essentially safe guarding sections of code from executing if a feature flag isn't in a switched on state.
This package aims to make implementing such flags across your application a great deal easier by providing solutions that work with not only your code but your routes, blade files, task scheduling and validations.
Installation
You can install the package via composer:
Publish the config:
Usage
In your controllers, jobs, etc.
Blade views
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Mikkel Köhler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.