Skip to content

Instantly share code, notes, and snippets.

@maxheckel
Created April 4, 2017 17:47
Show Gist options
  • Select an option

  • Save maxheckel/c053c9c809a405f81eda88dd639d2063 to your computer and use it in GitHub Desktop.

Select an option

Save maxheckel/c053c9c809a405f81eda88dd639d2063 to your computer and use it in GitHub Desktop.
<?php
return [
...
/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
|--------------------------------------------------------------------------
|
| The service providers listed here will be automatically loaded on the
| request to your application. Feel free to add your own services to
| this array to grant expanded functionality to your applications.
|
*/
'providers' => [
...
\App\Providers\UPSServiceProvider::class
],
/*
|--------------------------------------------------------------------------
| Class Aliases
|--------------------------------------------------------------------------
|
| This array of class aliases will be registered when this application
| is started. However, feel free to register as many as you wish as
| the aliases are "lazy" loaded so they don't hinder performance.
|
*/
'aliases' => [
...
'UPS'=>\App\Facades\UPS::class
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment