https://github.com/lulco/phpstorm-meta-generator
Simple application for generating meta files for PHPStorm
https://github.com/lulco/phpstorm-meta-generator
nette-database phpstorm phpstorm-meta
Last synced: 9 months ago
JSON representation
Simple application for generating meta files for PHPStorm
- Host: GitHub
- URL: https://github.com/lulco/phpstorm-meta-generator
- Owner: lulco
- License: mit
- Created: 2020-01-30T16:18:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T11:47:11.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T22:49:10.434Z (10 months ago)
- Topics: nette-database, phpstorm, phpstorm-meta
- Language: PHP
- Size: 416 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhpStorm meta generator
Simple application for generating meta files for PhpStorm
## Description
This application generates PhpStorm meta files for [nette/database](https://github.com/nette/database) ActiveRows based on database structure.
## Installation
`git clone git@github.com:lulco/phpstorm-meta-generator.git`
or
`git clone https://github.com/lulco/phpstorm-meta-generator.git`
`composer install`
## Usage
```
php bin/phpstorm-meta-generator nette:database [--bootstrap BOOTSTRAP] [--]
Arguments:
app-root Application root path
Options:
--bootstrap=BOOTSTRAP Path to bootstrap [default: "app/bootstrap.php"]`
```
Close and reopen project where PhpStorm meta have been generated. Now you can use autocompletion suggestions for ActiveRows
Before:

After:
