We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The application class allows you get app informations or do actions regardless the Laravel or Lumen version.
You can retrieve some informations about the environment.
Check if the running framework is laravel or lumen :
WhiteFrame\Support\Application::isLumen(); WhiteFrame\Support\Application::isLaravel();
You can do actions regardless the Laravel or Lumen version.
Register an alias into the framework :
WhiteFrame\Support\Application::alias('MyClass', 'Path\To\MyFacade');