2017 © Pedro Peláez
 

library containeraware

Adds ContainerAware and method injection functionality to Laravel 4

image

jeremyworboys/containeraware

Adds ContainerAware and method injection functionality to Laravel 4

  • Thursday, January 29, 2015
  • by jeremyworboys
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5,305 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel Container Aware

Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

Introduction

ContainerAware adds a container aware interface, trait and base controller. The service provider will automatically inject an Illuminate\Container\Container instance to anything with JeremyWorboys\ContainerAware\ContainerAware interface., (*2)

The JeremyWorboys\ContainerAware\ContainerAwareController also comes with some helper methods for retrieving services from the container and adds method injection into your Laravel 4 controller actions (exactly the same as Laravel 5)., (*3)

Installation

Require this package with composer using the following command:, (*4)

composer require jeremyworboys/containeraware

After updating composer, add the ServiceProvider to the providers array in app/config/app.php, (*5)

'JeremyWorboys\ContainerAware\ContainerAwareServiceProvider',

License

ContainerAware is open-sourced software licensed under the MIT license, (*6)

The Versions

29/01 2015

dev-master

9999999-dev http://github.com/jeremyworboys/containeraware

Adds ContainerAware and method injection functionality to Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeremy Worboys

laravel container controller dependency injection

29/01 2015

0.2.0

0.2.0.0 http://github.com/jeremyworboys/containeraware

Adds ContainerAware and method injection functionality to Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeremy Worboys

laravel container controller dependency injection

21/01 2015

0.1.0

0.1.0.0 http://github.com/jeremyworboys/containeraware

Adds ContainerAware and method injection functionality to Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeremy Worboys

laravel container controller dependency injection