Grep names of Facades from config\app.php
grep -r 'Illuminate\\Support\\Facades' app.php | cut -d \' -f2
Those Are
App Artisan Auth Blade Cache Config Cookie Crypt DB Event File Form Hash HTML Input Lang Log Mail Paginator Password Queue Redirect Redis Request Response Route Schema Session URL Validator View
Now resolve their real name from facade using this ruby script