| 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: | 2025-10-30 15:00:19 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 19 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 2 | 
| Total Watchers: | 1 | 
| Total Forks: | 1 | 
| Total Open Issues: | 0 | 
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'
Now you can try it out:
php artisan facade:resolve
php artisan facade:resolve Form
php artisan facade:resolve "C*"
Any would work.

Enjoy!
All code is licensed under the MIT license