bagwaa/facade-resolver

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.0) of this package.

Laravel command to resolve a facade name to an actual class name

Maintainers

👁 bagwaa

Package info

github.com/bagwaa/facade-resolver

pkg:composer/bagwaa/facade-resolver

Statistics

Installs: 132

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2013-12-01 09:14 UTC

Requires

  • php: >=5.3.0

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 359be06a56d58a9d457a57c6ff206b5a18a339a1

  • Richard Bagshaw <richard.woop@bagshaw.co.uk>

laravelartisanfacades

This package is auto-updated.

Last update: 2020-02-11 16:37:59 UTC


README

Laravel utility command to resolve a facade name to an actual class name.

##Usage

php artisan facade:resolve Form

##Output

The registered facade Form maps to Illuminate\Html\FormBuilder

##Screenshot

👁 screen-shot

##Installation

This package must be installed using composer, simple add the following to your composer.json file :-

"bagwaa/facade-resolver": "dev-master"

then run :-

composer update

Finally, add the following service provider to your providers array in app/config/app.php

'Bagwaa\FacadeResolver\FacadeResolverServiceProvider'

##Build Status

👁 Build Status

##Unit Test Coverage

👁 Coverage Status