Download the PHP package mikedeveloper/october-ide-helper without Composer
On this page you can find all versions of the php package mikedeveloper/october-ide-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mikedeveloper/october-ide-helper
More information about mikedeveloper/october-ide-helper
Files in mikedeveloper/october-ide-helper
Package october-ide-helper
Short Description October IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
License MIT
Informations about the package october-ide-helper
October IDE Helper Generator
Complete PHPDocs, directly from the source
This package generates helper files that enable your IDE to provide accurate autocompletion. Generation is done based on the files in your project, so they are always up-to-date.
Installation
Require this package with composer using the following command:
Add the following class to the providers
array in config/app.php
:
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
You can re-generate the docs yourself (for future updates)
/**
- @property integer $id
- @property integer $author_id
- @property string $title
- @property string $text
- @property \Illuminate\Support\Carbon $created_at
- @property \Illuminate\Support\Carbon $updated_at
- @property-read \User $author
- @property-read \Illuminate\Database\Eloquent\Collection|\Comment[] $comments
- @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Post newModelQuery()
- @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Post newQuery()
- @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Post query()
- @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Post whereTitle($value)
- … */
All versions of october-ide-helper with dependencies
ext-json Version *
barryvdh/reflection-docblock Version ^2.0.6
composer/composer Version ^1.6 || ^2
doctrine/dbal Version ^2.6 || ^3
illuminate/console Version ^6
illuminate/filesystem Version ^6
illuminate/support Version ^6
nikic/php-parser Version ^4.7
phpdocumentor/type-resolver Version ^1.1.0