bonnier/context-laravel

Laravel package to implement Context Service Provider
250
Install
composer require bonnier/context-laravel
Latest Version:2.0.0
Last Updated:Apr 6, 2022
Links: GitHub  ·  Packagist
Maintainer: MFlor

Context Service Provider

Install & setup

  • Install composer require bonnier/context-laravel
  • Add to config/app.php
'providers' => [
    ...,
    Bonnier\ContextService\ContextServiceProvider::class,
    ...
],
  • Add middleware to app/Http/Kernel.php
protected $middleware = [
    ...,
    \Bonnier\ContextService\Middleware\RegisterContext::class,
];

Related Packages

mikemclin/laravel-wp-password

Laravel package that checks and creates WordPress password hashes

3,667,582 86
nnjeim/world

Laravel countries, states, cities, currencies, languages and IP geolocation

583,726 991
kavenegar/laravel

laravel 4 and 5 kavenegar integration

366,462 86