ilya / resolver
Don't let the magic confuse you - these are not static classes!
1.1
2014-03-25 14:01 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-11-23 16:19:06 UTC
README
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