ilya-dev / resolver by ilya.s

Don't let the magic confuse you - these are not static classes!
16
2
2
Package Data
Maintainer Username: ilya.s
Maintainer Contact: public.ilya.s@gmail.com (Ilya)
Package Create Date: 2014-03-17
Package Last Update: 2014-04-15
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-05-08 03:08:08
Package Statistics
Total Downloads: 16
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

Installation

Grab it from Packagist using Composer like so:

composer require --dev "ilya/resolver:1.0"

Add the service provider in app/config/app.php:

'Ilya\Resolver\ResolverServiceProvider'

Use

Now you can try it out:

php artisan facade:resolve
php artisan facade:resolve Form
php artisan facade:resolve "C*"

Any would work.

Enjoy!

License

All code is licensed under the MIT license