Download the PHP package andrey-helldar/laravel-ide-facades-helper without Composer
On this page you can find all versions of the php package andrey-helldar/laravel-ide-facades-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download andrey-helldar/laravel-ide-facades-helper
More information about andrey-helldar/laravel-ide-facades-helper
Files in andrey-helldar/laravel-ide-facades-helper
Package laravel-ide-facades-helper
Short Description Laravel IDE Facade Helper, generates correct PHPDocs for your Facade classes, to improve auto-completion.
License MIT
Informations about the package laravel-ide-facades-helper
Laravel IDE Facade Helper
Laravel IDE Facade Helper, generates correct PHPDocs for your Facade classes, to improve auto-completion.
Note This package has been deprecated. Use the Laravel Idea plugin instead.
Installation
Require this package with composer using the following command:
This package makes use of Laravels package auto-discovery mechanism, which means if you don't install dev dependencies in production, it also won't be loaded.
If for some reason you want manually control this:
-
add the package to the
extra.laravel.dont-discover
key incomposer.json
, e.g. -
Add the following class to the
providers
array inconfig/app.php
:If you want to manually load it only in non-production environments, instead you can add this to your
AppServiceProvider
with theregister()
method:
Note: Avoid caching the configuration in your development environment, it may cause issues after installing this package; respectively clear the cache beforehand via
php artisan cache:clear
if you encounter problems when running the commands
Usage
php artisan ide-helper:facades
- PHPDoc generation for your Facades
You can generate helpers for your facades.
You will find additional settings in the options facade_locations
and facades_visibility
of the config/ide-helper.php
file.
Note: The package uses the same file as barryvdh/laravel-ide-helper. Therefore, if you need to redefine the paths, add the configuration from this file to it.
License
This package is licensed under the MIT License.
All versions of laravel-ide-facades-helper with dependencies
dragon-code/support Version ^5.6
illuminate/console Version ^7.0 || ^8.0 || ^9.0
illuminate/container Version ^7.0 || ^8.0 || ^9.0
illuminate/contracts Version ^7.0 || ^8.0 || ^9.0
illuminate/support Version ^7.0 || ^8.0 || ^9.0
illuminate/view Version ^7.0 || ^8.0 || ^9.0
phpdocumentor/reflection-docblock Version ^5.1
symfony/finder Version ^5.0 || ^6.0