laradic / idea
Laravel 5 IntelliJ IDEA / PHPStorm helpers and improvements like Advanced Metadata generators (autocompletion), fixing settings, better code completion, improved package development, etc
Installs: 1 599
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- barryvdh/laravel-ide-helper: ^2.6
- illuminate/support: ^5.0|^6.0|^7.0|^8.0|^9.0
- laradic/generators: ~2.3
- laradic/support: ~2.2
- openlss/lib-array2xml: ~1.0
This package is auto-updated.
Last update: 2024-10-28 14:32:49 UTC
README
Aimed at developers using Laravel in IntelliJ IDEA / PHPStorm, the package adds (configurable, optional) helpers, improvements and automation to the IDE. A small grasp of features:
- Advanced Metadata generators (autocompletion)
- Fixes settings
- Improves code completion
- Improved package development
- Much more...
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.
Quick Installation
Begin by installing the package through Composer.
composer require laradic/idea=~2.0
Documentation
...
Quick overview
Completion Generator
Write additional PHPDoc blocks to either the source files or in a seperate file for any class.
This is comparable to how ide-helper:model
of barryvdh/laravel-ide-helper
creates its phpdoc.