mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f9831c5cf | ||
|
|
2cc277440a | ||
|
|
14eab5ef84 |
@@ -1,15 +0,0 @@
|
|||||||
; This file is for unifying the coding style for different editors and IDEs.
|
|
||||||
; More information at http://editorconfig.org
|
|
||||||
|
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
charset = utf-8
|
|
||||||
indent_size = 4
|
|
||||||
indent_style = space
|
|
||||||
end_of_line = lf
|
|
||||||
insert_final_newline = true
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
|
|
||||||
[*.md]
|
|
||||||
trim_trailing_whitespace = false
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
# Path-based git attributes
|
|
||||||
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
|
|
||||||
|
|
||||||
# Ignore all test and documentation with "export-ignore".
|
|
||||||
/.gitattributes export-ignore
|
|
||||||
/.github export-ignore
|
|
||||||
/.gitignore export-ignore
|
|
||||||
/phpunit.xml.dist export-ignore
|
|
||||||
/tests export-ignore
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
# These are supported funding model platforms
|
|
||||||
|
|
||||||
github: barryvdh
|
|
||||||
patreon: # Replace with a single Patreon username
|
|
||||||
open_collective: # Replace with a single Open Collective username
|
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
||||||
liberapay: # Replace with a single Liberapay username
|
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
|
||||||
otechie: # Replace with a single Otechie username
|
|
||||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
---
|
|
||||||
name: "🐛 Bug Report"
|
|
||||||
about: 'Report a general bug.'
|
|
||||||
labels: bug
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Versions:
|
|
||||||
- ide-helper Version: #.#.#
|
|
||||||
- Laravel Version: #.#.# <!-- remove if not applicable -->
|
|
||||||
- Lumen Version: #.#.# <!-- remove if not applicable -->
|
|
||||||
- PHP Version: #.#.#
|
|
||||||
|
|
||||||
### Description:
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Please describe in detail the nature of the bug, code samples, etc.
|
|
||||||
|
|
||||||
The more, the better.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Steps To Reproduce:
|
|
||||||
|
|
||||||
- …
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
name: "✨ Feature request"
|
|
||||||
about: 'Suggest a new feature or other improvements.'
|
|
||||||
labels: enhancement
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Summary
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Describe in detail what you propose, show (preferable) code examples and also signal if you're willing to work on it!
|
|
||||||
-->
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
name: "🙋🏼♂️ Support question"
|
|
||||||
about: 'I need assistance or clarification on usage of this library.'
|
|
||||||
labels: question
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Versions:
|
|
||||||
- ide-helper Version: #.#.#
|
|
||||||
- Laravel Version: #.#.# <!-- remove if not applicable -->
|
|
||||||
- Lumen Version: #.#.# <!-- remove if not applicable -->
|
|
||||||
- PHP Version: #.#.#
|
|
||||||
|
|
||||||
### Question:
|
|
||||||
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
## Summary
|
|
||||||
<!-- Please provide an exhaustive description. -->
|
|
||||||
|
|
||||||
## Type of change
|
|
||||||
|
|
||||||
<!-- Please delete options that are not relevant. -->
|
|
||||||
|
|
||||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
||||||
- [ ] New feature (non-breaking change which adds functionality)
|
|
||||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
||||||
- [ ] This change requires a documentation update
|
|
||||||
- [ ] Misc. change (internal, infrastructure, maintenance, etc.)
|
|
||||||
|
|
||||||
### Checklist
|
|
||||||
- [ ] Existing tests have been adapted and/or new tests have been added
|
|
||||||
- [ ] Add a CHANGELOG.md entry
|
|
||||||
- [ ] Update the README.md
|
|
||||||
- [ ] Code style has been fixed via `composer fix-style`
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
# Number of days of inactivity before an issue becomes stale
|
|
||||||
daysUntilStale: 90
|
|
||||||
# Number of days of inactivity before a stale issue is closed
|
|
||||||
daysUntilClose: 60
|
|
||||||
# Issues with these labels will never be considered stale
|
|
||||||
exemptLabels:
|
|
||||||
- bug
|
|
||||||
- enhancement
|
|
||||||
- discussion
|
|
||||||
# Label to use when marking an issue as stale
|
|
||||||
staleLabel: stale
|
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
||||||
markComment: >
|
|
||||||
This issue has been automatically marked as stale because it has not had
|
|
||||||
recent activity. It will be closed if no further activity occurs.
|
|
||||||
|
|
||||||
If this issue is still present on the latest version of this library on supported Laravel versions,
|
|
||||||
please let us know by replying to this issue so we can investigate further.
|
|
||||||
|
|
||||||
Thank you for your contribution! Apologies for any delayed response on our side.
|
|
||||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
||||||
closeComment: false
|
|
||||||
# Limit to only `issues` or `pulls`
|
|
||||||
only: issues
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
name: normalize composer.json
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- composer.json
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
normalize:
|
|
||||||
timeout-minutes: 15
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
steps:
|
|
||||||
- name: Git checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Validate Composer configuration
|
|
||||||
run: composer validate --strict
|
|
||||||
|
|
||||||
- name: Normalize composer.json
|
|
||||||
run: |
|
|
||||||
composer global require ergebnis/composer-normalize
|
|
||||||
composer normalize
|
|
||||||
|
|
||||||
- uses: stefanzweifel/[email protected]
|
|
||||||
with:
|
|
||||||
commit_message: normalize composer.json
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
name: Fix Code Style
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
fix-style:
|
|
||||||
name: Fix Code Style
|
|
||||||
timeout-minutes: 15
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
env:
|
|
||||||
COMPOSER_NO_INTERACTION: 1
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Setup PHP
|
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
php-version: 7.4
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: composer update --prefer-dist --no-progress
|
|
||||||
|
|
||||||
- run: composer fix-style
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
|
||||||
with:
|
|
||||||
commit_message: composer fix-style
|
|
||||||
commit_author: laravel-ide-helper <[email protected]>
|
|
||||||
@@ -1,122 +0,0 @@
|
|||||||
name: Integration Tests
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
php-lumen-integration-tests:
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
timeout-minutes: 15
|
|
||||||
env:
|
|
||||||
COMPOSER_NO_INTERACTION: 1
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
php: [8.0, 7.4, 7.3]
|
|
||||||
lumen: [8.*]
|
|
||||||
name: P${{ matrix.php }} - Lumen${{ matrix.lumen }}
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
path: src
|
|
||||||
|
|
||||||
- name: Setup PHP
|
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
php-version: ${{ matrix.php }}
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
composer create-project --prefer-dist laravel/lumen:${{ matrix.lumen }} --no-progress sample
|
|
||||||
cd sample
|
|
||||||
composer require "league/flysystem:^1" --no-update --no-progress
|
|
||||||
composer update --prefer-stable --prefer-dist --no-progress
|
|
||||||
|
|
||||||
- name: Add package from source
|
|
||||||
run: |
|
|
||||||
cd sample
|
|
||||||
sed -e 's|"type": "project",|&\n"repositories": [ { "type": "path", "url": "../src" } ],|' -i composer.json
|
|
||||||
composer require --dev "barryvdh/laravel-ide-helper:*"
|
|
||||||
|
|
||||||
- name: Insert service provider
|
|
||||||
run: sed -e 's|// \$app->register(App\\\Providers\\\EventServiceProvider::class);|&\n$app->register(\\Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider::class);|' -i sample/bootstrap/app.php
|
|
||||||
|
|
||||||
- name: Execute generate run
|
|
||||||
run: |
|
|
||||||
cd sample
|
|
||||||
php artisan ide-helper:generate
|
|
||||||
|
|
||||||
- name: Execute meta run
|
|
||||||
run: |
|
|
||||||
cd sample
|
|
||||||
php artisan ide-helper:meta
|
|
||||||
|
|
||||||
- name: Check file existence
|
|
||||||
run: |
|
|
||||||
ls sample/_ide_helper.php
|
|
||||||
ls sample/.phpstorm.meta.php
|
|
||||||
|
|
||||||
- name: Check file count in logs
|
|
||||||
run: |
|
|
||||||
if [ `ls -1q "sample/storage/logs/" | wc -l` -gt 0 ];then exit 1;fi
|
|
||||||
|
|
||||||
php-laravel-integration-tests:
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
timeout-minutes: 15
|
|
||||||
env:
|
|
||||||
COMPOSER_NO_INTERACTION: 1
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
php: [8.0, 7.4, 7.3]
|
|
||||||
laravel: [8.*]
|
|
||||||
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
path: src
|
|
||||||
|
|
||||||
- name: Setup PHP
|
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
php-version: ${{ matrix.php }}
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
composer create-project --prefer-dist laravel/laravel:${{ matrix.laravel }} --no-progress sample
|
|
||||||
cd sample
|
|
||||||
composer update --prefer-stable --prefer-dist --no-progress
|
|
||||||
|
|
||||||
- name: Add package from source
|
|
||||||
run: |
|
|
||||||
cd sample
|
|
||||||
sed -e 's|"type": "project",|&\n"repositories": [ { "type": "path", "url": "../src" } ],|' -i composer.json
|
|
||||||
composer require --dev "barryvdh/laravel-ide-helper:*"
|
|
||||||
|
|
||||||
- name: Execute generate run
|
|
||||||
run: |
|
|
||||||
cd sample
|
|
||||||
php artisan ide-helper:generate
|
|
||||||
|
|
||||||
- name: Execute meta run
|
|
||||||
run: |
|
|
||||||
cd sample
|
|
||||||
php artisan ide-helper:meta
|
|
||||||
|
|
||||||
- name: Check file existence
|
|
||||||
run: |
|
|
||||||
ls sample/_ide_helper.php
|
|
||||||
ls sample/.phpstorm.meta.php
|
|
||||||
|
|
||||||
- name: Check file count in logs
|
|
||||||
run: |
|
|
||||||
if [ `ls -1q "sample/storage/logs/" | wc -l` -gt 0 ];then exit 1;fi
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
name: Run Static Analysis
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
timeout-minutes: 15
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Setup PHP
|
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
php-version: 7.4
|
|
||||||
coverage: none
|
|
||||||
extensions: pdo_sqlite
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: composer install --prefer-dist --no-progress --no-suggest
|
|
||||||
|
|
||||||
- name: Analyze
|
|
||||||
run: composer analyze
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
name: Tests
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
php-tests:
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
timeout-minutes: 15
|
|
||||||
env:
|
|
||||||
COMPOSER_NO_INTERACTION: 1
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
php: [8.0, 7.4, 7.3]
|
|
||||||
laravel: [8.*]
|
|
||||||
dependency-version: [prefer-lowest, prefer-stable]
|
|
||||||
exclude:
|
|
||||||
- php: 8.0
|
|
||||||
dependency-version: prefer-lowest
|
|
||||||
|
|
||||||
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Setup PHP
|
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
php-version: ${{ matrix.php }}
|
|
||||||
coverage: none
|
|
||||||
extensions: pdo_sqlite
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
composer remove vimeo/psalm --no-update --dev
|
|
||||||
composer remove friendsofphp/php-cs-fixer --no-update --dev
|
|
||||||
composer require "laravel/framework:${{ matrix.laravel }}" --no-update --no-progress
|
|
||||||
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress
|
|
||||||
|
|
||||||
- name: Execute Unit Tests
|
|
||||||
run: composer test-ci
|
|
||||||
+2
-7
@@ -1,8 +1,3 @@
|
|||||||
.phpunit.result.cache
|
|
||||||
|
|
||||||
/.idea
|
|
||||||
/.php_cs
|
|
||||||
/.php_cs.cache
|
|
||||||
/.php_cs.tests.cache
|
|
||||||
/composer.lock
|
|
||||||
/vendor
|
/vendor
|
||||||
|
composer.lock
|
||||||
|
.idea
|
||||||
|
|||||||
@@ -1,63 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
// Share common rules between non-test and test files
|
|
||||||
return [
|
|
||||||
'@PSR12' => true,
|
|
||||||
'blank_line_after_opening_tag' => true,
|
|
||||||
'braces' => [
|
|
||||||
'allow_single_line_anonymous_class_with_empty_body' => true,
|
|
||||||
],
|
|
||||||
'compact_nullable_typehint' => true,
|
|
||||||
'declare_equal_normalize' => true,
|
|
||||||
'lowercase_cast' => true,
|
|
||||||
'lowercase_static_reference' => true,
|
|
||||||
'new_with_braces' => true,
|
|
||||||
'no_blank_lines_after_class_opening' => true,
|
|
||||||
'no_leading_import_slash' => true,
|
|
||||||
'no_whitespace_in_blank_line' => true,
|
|
||||||
'ordered_class_elements' => [
|
|
||||||
'order' => [
|
|
||||||
'use_trait',
|
|
||||||
],
|
|
||||||
],
|
|
||||||
'ordered_imports' => [
|
|
||||||
'imports_order' => [
|
|
||||||
'class',
|
|
||||||
'function',
|
|
||||||
'const',
|
|
||||||
],
|
|
||||||
'sort_algorithm' => 'alpha',
|
|
||||||
],
|
|
||||||
'return_type_declaration' => true,
|
|
||||||
'short_scalar_cast' => true,
|
|
||||||
'single_blank_line_before_namespace' => true,
|
|
||||||
'single_trait_insert_per_statement' => true,
|
|
||||||
'ternary_operator_spaces' => true,
|
|
||||||
'visibility_required' => [
|
|
||||||
'elements' => [
|
|
||||||
'const',
|
|
||||||
'method',
|
|
||||||
'property',
|
|
||||||
],
|
|
||||||
],
|
|
||||||
|
|
||||||
// Further quality-of-life improvements
|
|
||||||
'array_syntax' => [
|
|
||||||
'syntax' => 'short',
|
|
||||||
],
|
|
||||||
'concat_space' => [
|
|
||||||
'spacing' => 'one',
|
|
||||||
],
|
|
||||||
'fully_qualified_strict_types' => true,
|
|
||||||
'native_function_invocation' => [
|
|
||||||
'include' => [],
|
|
||||||
'strict' => true,
|
|
||||||
],
|
|
||||||
'no_unused_imports' => true,
|
|
||||||
'single_quote' => true,
|
|
||||||
'space_after_semicolon' => true,
|
|
||||||
'trailing_comma_in_multiline_array' => true,
|
|
||||||
'trim_array_spaces' => true,
|
|
||||||
'unary_operator_spaces' => true,
|
|
||||||
'whitespace_after_comma_in_array' => true,
|
|
||||||
];
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<?php
|
|
||||||
require __DIR__ . '/vendor/autoload.php';
|
|
||||||
|
|
||||||
$finder = PhpCsFixer\Finder::create()
|
|
||||||
->in(__DIR__)
|
|
||||||
->exclude('tests');
|
|
||||||
|
|
||||||
$config = require __DIR__ . '/.php_cs.common.php';
|
|
||||||
|
|
||||||
return PhpCsFixer\Config::create()
|
|
||||||
->setFinder($finder)
|
|
||||||
->setRules($config)
|
|
||||||
->setRiskyAllowed(true)
|
|
||||||
->setCacheFile(__DIR__ . '/.php_cs.cache');
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
<?php
|
|
||||||
require __DIR__ . '/vendor/autoload.php';
|
|
||||||
|
|
||||||
$finder = PhpCsFixer\Finder::create()
|
|
||||||
->in(__DIR__ . '/tests')
|
|
||||||
->exclude('__snapshots__');
|
|
||||||
|
|
||||||
$config = require __DIR__ . '/.php_cs.common.php';
|
|
||||||
|
|
||||||
// Additional rules for tests
|
|
||||||
$config = array_merge(
|
|
||||||
$config,
|
|
||||||
[
|
|
||||||
'declare_strict_types' => true,
|
|
||||||
]
|
|
||||||
);
|
|
||||||
|
|
||||||
return PhpCsFixer\Config::create()
|
|
||||||
->setFinder($finder)
|
|
||||||
->setRules($config)
|
|
||||||
->setRiskyAllowed(true)
|
|
||||||
->setCacheFile(__DIR__ . '/.php_cs.tests.cache');
|
|
||||||
-101
@@ -1,101 +0,0 @@
|
|||||||
# Changelog
|
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.9.1...master)
|
|
||||||
--------------
|
|
||||||
### Added
|
|
||||||
- Generate PHPDoc for Laravel 8.x factories [\#1074 / ahmed-aliraqi](https://github.com/barryvdh/laravel-ide-helper/pull/1074)
|
|
||||||
- Add a comment to a property like table columns [\#1168 / biiiiiigmonster](https://github.com/barryvdh/laravel-ide-helper/pull/1168)
|
|
||||||
- Added `post_migrate` hook to run commands after a migration [\#1163 / netpol](https://github.com/barryvdh/laravel-ide-helper/pull/1163)
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Error when generating helper for invokable classes [\#1124 / standaniels](https://github.com/barryvdh/laravel-ide-helper/pull/1124)
|
|
||||||
- Fix broken ReflectionUnionTypes [\#1132 / def-studio](https://github.com/barryvdh/laravel-ide-helper/pull/1132)
|
|
||||||
- Relative class names are not converted to fully-qualified class names [\#1005 / SavKS](https://github.com/barryvdh/laravel-ide-helper/pull/1005)
|
|
||||||
|
|
||||||
2020-12-30, 2.9.0
|
|
||||||
-----------------
|
|
||||||
### Changed
|
|
||||||
- Dropped support for Laravel 6 and Laravel 7, as well as support for PHP 7.2 and added support for doctrine/dbal:^3 [\#1114 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/1114)
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- `Macro::initPhpDoc()` will save original docblock if present [\#1116 / LastDragon-ru](https://github.com/barryvdh/laravel-ide-helper/pull/1116)
|
|
||||||
- `Alias` will grab macros from `\Illuminate\Database\Eloquent\Builder` too [\#1118 / LastDragon-ru](https://github.com/barryvdh/laravel-ide-helper/pull/1118)
|
|
||||||
|
|
||||||
2020-12-08, 2.8.2
|
|
||||||
-----------------
|
|
||||||
### Added
|
|
||||||
- Fix phpdoc generate for custom cast with parameter [\#986 / artelkr](https://github.com/barryvdh/laravel-ide-helper/pull/986)
|
|
||||||
- Created a possibility to add custom relation type [\#987 / efinder2](https://github.com/barryvdh/laravel-ide-helper/pull/987)
|
|
||||||
- Added `@see` with macro/mixin definition location to PhpDoc [\#1054 / riesjart](https://github.com/barryvdh/laravel-ide-helper/pull/1054)
|
|
||||||
- Initial compatibility for PHP8 [\#1106 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/1106)
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- Implement DeferrableProvider [\#914 / kon-shou](https://github.com/barryvdh/laravel-ide-helper/pull/914)
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Compatibility with Lumen [\#1043 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/1043)
|
|
||||||
- Allow model_locations to have glob patterns [\#1059 / saackearl](https://github.com/barryvdh/laravel-ide-helper/pull/1059)
|
|
||||||
- Error when generating helper for macroable classes which are not facades and contain a "fake" method [\#1066 / domkrm] (https://github.com/barryvdh/laravel-ide-helper/pull/1066)
|
|
||||||
- Casts with a return type of `static` or `$this` now resolve to an instance of the cast [\#1103 / riesjart](https://github.com/barryvdh/laravel-ide-helper/pull/1103)
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
- Removed format and broken generateJsonHelper [\#1053 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/1053)
|
|
||||||
|
|
||||||
2020-09-07, 2.8.1
|
|
||||||
-----------------
|
|
||||||
### Added
|
|
||||||
- Support Laravel 8 [\#1022 / barryvdh](https://github.com/barryvdh/laravel-ide-helper/pull/1022)
|
|
||||||
- Add option to force usage of FQN [\#1031 / edvordo](https://github.com/barryvdh/laravel-ide-helper/pull/1031)
|
|
||||||
- Add support for macros of all macroable classes [\#1006 / domkrm](https://github.com/barryvdh/laravel-ide-helper/pull/1006)
|
|
||||||
|
|
||||||
2020-08-11, 2.8.0
|
|
||||||
-----------------
|
|
||||||
### Added
|
|
||||||
- Add static return type to builder methods [\#924 / dmason30](https://github.com/barryvdh/laravel-ide-helper/pull/924)
|
|
||||||
- Add `optonal` to meta generator for PhpStorm [\#932 / halaei](https://github.com/barryvdh/laravel-ide-helper/pull/932)
|
|
||||||
- Decimal columns as string in Models [\#948 / fgibaux](https://github.com/barryvdh/laravel-ide-helper/pull/948)
|
|
||||||
- Simplify full namespaces for already included resources [\#954 / LANGERGabriel](https://github.com/barryvdh/laravel-ide-helper/pull/954)
|
|
||||||
- Make writing relation count properties optional [\#969 / AegirLeet](https://github.com/barryvdh/laravel-ide-helper/pull/969)
|
|
||||||
- Add more methods able to resolve container instances [\#996 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/996)
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Test `auth` is bound before detect Auth driver [\#946 / zhwei](https://github.com/barryvdh/laravel-ide-helper/pull/946)
|
|
||||||
- Fix inline doc-block for final models [\#944 / Gummibeer](https://github.com/barryvdh/laravel-ide-helper/pull/955)
|
|
||||||
|
|
||||||
2020-04-22, 2.7.0
|
|
||||||
-----------------
|
|
||||||
### Added
|
|
||||||
- Add `ignored_models` as config option [\#890 / pataar](https://github.com/barryvdh/laravel-ide-helper/pull/890)
|
|
||||||
- Infer return type from reflection if no phpdoc given [\#906 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/906)
|
|
||||||
- Add custom collection support for get and all methods [\#903 / dmason30](https://github.com/barryvdh/laravel-ide-helper/pull/903)
|
|
||||||
- if a model implements interfaces, include them in the stub [\#920 / mr-feek](https://github.com/barryvdh/laravel-ide-helper/pull/920)
|
|
||||||
- Generate noinspections PHPStorm tags [\#905 / mzglinski](https://github.com/barryvdh/laravel-ide-helper/pull/905)
|
|
||||||
- Added support for Laravel 7 custom casts [\#913 / belamov](https://github.com/barryvdh/laravel-ide-helper/pull/913)
|
|
||||||
- Ability to use patterns for model_locations [\#921 / 4n70w4](https://github.com/barryvdh/laravel-ide-helper/pull/921)
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- MorphToMany relations with query not working [\#894 / UksusoFF](https://github.com/barryvdh/laravel-ide-helper/pull/894)
|
|
||||||
- Fix camelCase duplicated properties generator [\#881 / bop10](https://github.com/barryvdh/laravel-ide-helper/pull/881)
|
|
||||||
- Prevent generation of invalid code for certain parameter default values [\#901 / loilo](https://github.com/barryvdh/laravel-ide-helper/pull/901)
|
|
||||||
- Make hasOne and morphOne nullable [\#864 / leo108](https://github.com/barryvdh/laravel-ide-helper/pull/864)
|
|
||||||
- Remove unnecessary and wrong definition of SoftDelete methods [\#918 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/918)
|
|
||||||
- Unregister meta command custom autoloader when it is no longer needed [\#919 / mr-feek](https://github.com/barryvdh/laravel-ide-helper/pull/919)
|
|
||||||
|
|
||||||
2020-02-25, 2.6.7
|
|
||||||
-----------------
|
|
||||||
### Added
|
|
||||||
- Support for Laravel 7 [commit by barryvdh](https://github.com/barryvdh/laravel-ide-helper/commit/edd69c5e0508972c81f1f7173236de2459c45814)
|
|
||||||
|
|
||||||
2019-12-02, 2.6.6
|
|
||||||
-----------------
|
|
||||||
### Added
|
|
||||||
- Add splat operator (...) support [\#860 / ngmy](https://github.com/barryvdh/laravel-ide-helper/pull/860)
|
|
||||||
- Add support for custom date class via Date::use() [\#859 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/859)
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Prevent undefined property errors [\#877 / matt-allan](https://github.com/barryvdh/laravel-ide-helper/pull/877)
|
|
||||||
|
|
||||||
----
|
|
||||||
Missing an older changelog? Feel free to submit a PR!
|
|
||||||
-21
@@ -1,21 +0,0 @@
|
|||||||
# The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) Barry vd. Heuvel <barryvdh@gmail.com>
|
|
||||||
|
|
||||||
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
> of this software and associated documentation files (the "Software"), to deal
|
|
||||||
> in the Software without restriction, including without limitation the rights
|
|
||||||
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
> copies of the Software, and to permit persons to whom the Software is
|
|
||||||
> furnished to do so, subject to the following conditions:
|
|
||||||
>
|
|
||||||
> The above copyright notice and this permission notice shall be included in
|
|
||||||
> all copies or substantial portions of the Software.
|
|
||||||
>
|
|
||||||
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
> THE SOFTWARE.
|
|
||||||
@@ -1,402 +0,0 @@
|
|||||||
# Laravel IDE Helper Generator
|
|
||||||
|
|
||||||
[![Latest Version on Packagist][ico-version]][link-packagist]
|
|
||||||
[![Software License][ico-license]](LICENSE.md)
|
|
||||||
[![Build Status][ico-gha]][link-gha]
|
|
||||||
[![Total Downloads][ico-downloads]][link-downloads]
|
|
||||||
|
|
||||||
**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](#installation)
|
|
||||||
- [Usage](#usage)
|
|
||||||
- [Automatic PHPDoc generation for Laravel Facades](#automatic-phpdoc-generation-for-laravel-facades)
|
|
||||||
- [Automatic PHPDocs for models](#automatic-phpdocs-for-models)
|
|
||||||
- [Automatic PHPDocs generation for Laravel Fluent methods](#automatic-phpdocs-generation-for-laravel-fluent-methods)
|
|
||||||
- [Auto-completion for factory builders](#auto-completion-for-factory-builders)
|
|
||||||
- [PhpStorm Meta for Container instances](#phpstorm-meta-for-container-instances)
|
|
||||||
- [Usage with Lumen](#usage-with-lumen)
|
|
||||||
- [Enabling Facades](#enabling-facades)
|
|
||||||
- [Adding the Service Provider](#adding-the-service-provider)
|
|
||||||
- [Adding Additional Facades](#adding-additional-facades)
|
|
||||||
- [License](#license)
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
Require this package with composer using the following command:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
composer require --dev barryvdh/laravel-ide-helper
|
|
||||||
```
|
|
||||||
|
|
||||||
This package makes use of [Laravels package auto-discovery mechanism](https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518), 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 in `composer.json`, e.g.
|
|
||||||
```json
|
|
||||||
"extra": {
|
|
||||||
"laravel": {
|
|
||||||
"dont-discover": [
|
|
||||||
"barryvdh/laravel-ide-helper"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
- Add the following class to the `providers` array in `config/app.php`:
|
|
||||||
```php
|
|
||||||
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
|
|
||||||
```
|
|
||||||
If you want to manually load it only in non-production environments, instead you can add this to your `AppServiceProvider` with the `register()` method:
|
|
||||||
```php
|
|
||||||
public function register()
|
|
||||||
{
|
|
||||||
if ($this->app->isLocal()) {
|
|
||||||
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
|
|
||||||
}
|
|
||||||
// ...
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
> 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
|
|
||||||
|
|
||||||
_Check out [this Laracasts video](https://laracasts.com/series/how-to-be-awesome-in-phpstorm/episodes/15) for a quick introduction/explanation!_
|
|
||||||
|
|
||||||
- [`php artisan ide-helper:generate` - PHPDoc generation for Laravel Facades ](#automatic-phpdoc-generation-for-laravel-facades)
|
|
||||||
- [`php artisan ide-helper:models` - PHPDocs for models](#automatic-PHPDocs-for-models)
|
|
||||||
- [`php artisan ide-helper:meta` - PhpStorm Meta file](#phpstorm-meta-for-container-instances)
|
|
||||||
|
|
||||||
|
|
||||||
Note: You do need CodeComplice for Sublime Text: https://github.com/spectacles/CodeComplice
|
|
||||||
|
|
||||||
### Automatic PHPDoc generation for Laravel Facades
|
|
||||||
|
|
||||||
You can now re-generate the docs yourself (for future updates)
|
|
||||||
|
|
||||||
```bash
|
|
||||||
php artisan ide-helper:generate
|
|
||||||
```
|
|
||||||
|
|
||||||
Note: `bootstrap/compiled.php` has to be cleared first, so run `php artisan clear-compiled` before generating.
|
|
||||||
|
|
||||||
This will generate the file `_ide_helper.php` which is expected to be additionally parsed by your IDE for autocomplete. You can use the config `filename` to change its name.
|
|
||||||
|
|
||||||
You can configure your `composer.json` to do this each time you update your dependencies:
|
|
||||||
|
|
||||||
```js
|
|
||||||
"scripts": {
|
|
||||||
"post-update-cmd": [
|
|
||||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
|
||||||
"@php artisan ide-helper:generate",
|
|
||||||
"@php artisan ide-helper:meta"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
```
|
|
||||||
|
|
||||||
You can also publish the config file to change implementations (ie. interface to specific class) or set defaults for `--helpers`.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
php artisan vendor:publish --provider="Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider" --tag=config
|
|
||||||
```
|
|
||||||
|
|
||||||
The generator tries to identify the real class, but if it cannot be found, you can define it in the config file.
|
|
||||||
|
|
||||||
Some classes need a working database connection. If you do not have a default working connection, some facades will not be included.
|
|
||||||
You can use an in-memory SQLite driver by adding the `-M` option.
|
|
||||||
|
|
||||||
You can choose to include helper files. This is not enabled by default, but you can override it with the `--helpers (-H)` option.
|
|
||||||
The `Illuminate/Support/helpers.php` is already set up, but you can add/remove your own files in the config file.
|
|
||||||
|
|
||||||
### Automatic PHPDoc generation for macros and mixins
|
|
||||||
|
|
||||||
This package can generate PHPDocs for macros and mixins which will be added to the `_ide_helper.php` file.
|
|
||||||
|
|
||||||
But this only works if you use type hinting when declaring a macro.
|
|
||||||
|
|
||||||
```php
|
|
||||||
Str::macro('concat', function(string $str1, string $str2) : string {
|
|
||||||
return $str1 . $str2;
|
|
||||||
});
|
|
||||||
```
|
|
||||||
|
|
||||||
### Automatic PHPDocs for models
|
|
||||||
|
|
||||||
If you don't want to write your properties yourself, you can use the command `php artisan ide-helper:models` to generate
|
|
||||||
PHPDocs, based on table columns, relations and getters/setters.
|
|
||||||
|
|
||||||
> Note: this command requires a working database connection to introspect the table of each model
|
|
||||||
|
|
||||||
By default, you are asked to overwrite or write to a separate file (`_ide_helper_models.php`).
|
|
||||||
You can write the comments directly to your Model file, using the `--write (-W)` option, or
|
|
||||||
force to not write with `--nowrite (-N)`.
|
|
||||||
|
|
||||||
Alternatively using the `--write-mixin (-M)` option will only add a mixin tag to your Model file,
|
|
||||||
writing the rest in (`_ide_helper_models.php`).
|
|
||||||
The class name will be different from the model, avoiding the IDE duplicate annoyance.
|
|
||||||
|
|
||||||
> Please make sure to back up your models, before writing the info.
|
|
||||||
|
|
||||||
Writing to the models should keep the existing comments and only append new properties/methods.
|
|
||||||
The existing PHPDoc is replaced, or added if not found.
|
|
||||||
With the `--reset (-R)` option, the existing PHPDocs are ignored, and only the newly found columns/relations are saved as PHPDocs.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
php artisan ide-helper:models "App\Models\Post"
|
|
||||||
```
|
|
||||||
|
|
||||||
```php
|
|
||||||
/**
|
|
||||||
* App\Models\Post
|
|
||||||
*
|
|
||||||
* @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)
|
|
||||||
* …
|
|
||||||
*/
|
|
||||||
```
|
|
||||||
|
|
||||||
With the `--write-mixin (-M)` option
|
|
||||||
```php
|
|
||||||
/**
|
|
||||||
* …
|
|
||||||
* @mixin IdeHelperPost
|
|
||||||
*/
|
|
||||||
```
|
|
||||||
|
|
||||||
By default, models in `app/models` are scanned. The optional argument tells what models to use (also outside app/models).
|
|
||||||
|
|
||||||
```bash
|
|
||||||
php artisan ide-helper:models "App\Models\Post" "App\Models\User"
|
|
||||||
```
|
|
||||||
|
|
||||||
You can also scan a different directory, using the `--dir` option (relative from the base path):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
php artisan ide-helper:models --dir="path/to/models" --dir="app/src/Model"
|
|
||||||
```
|
|
||||||
|
|
||||||
You can publish the config file (`php artisan vendor:publish`) and set the default directories.
|
|
||||||
|
|
||||||
Models can be ignored using the `--ignore (-I)` option
|
|
||||||
|
|
||||||
```bash
|
|
||||||
php artisan ide-helper:models --ignore="App\Models\Post,App\Models\User"
|
|
||||||
```
|
|
||||||
|
|
||||||
Or can be ignored by setting the `ignored_models` config
|
|
||||||
|
|
||||||
```php
|
|
||||||
'ignored_models' => [
|
|
||||||
App\Post::class,
|
|
||||||
Api\User::class
|
|
||||||
],
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Magic `where*` methods
|
|
||||||
|
|
||||||
Eloquent allows calling `where<Attribute>` on your models, e.g. `Post::whereTitle(…)` and automatically translates this to e.g. `Post::where('title', '=', '…')`.
|
|
||||||
|
|
||||||
If for some reason it's undesired to have them generated (one for each column), you can disable this via config `write_model_magic_where` and setting it to `false`.
|
|
||||||
|
|
||||||
#### Magic `*_count` properties
|
|
||||||
|
|
||||||
You may use the [`::withCount`](https://laravel.com/docs/master/eloquent-relationships#counting-related-models) method to count the number results from a relationship without actually loading them. Those results are then placed in attributes following the `<columname>_count` convention.
|
|
||||||
|
|
||||||
By default, these attributes are generated in the phpdoc. You can turn them off by setting the config `write_model_relation_count_properties` to `false`.
|
|
||||||
|
|
||||||
#### Support `@comment` based on DocBlock
|
|
||||||
|
|
||||||
In order to better support IDEs, relations and getters/setters can also add a comment to a property like table columns. Therefore a custom docblock `@comment` is used:
|
|
||||||
```php
|
|
||||||
class Users extends Model
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @comment Get User's full name
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getFullNameAttribute(): string
|
|
||||||
{
|
|
||||||
return $this->first_name . ' ' .$this->last_name ;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// => after generate models
|
|
||||||
|
|
||||||
/**
|
|
||||||
* App\Models\Users
|
|
||||||
*
|
|
||||||
* @property-read string $full_name Get User's full name
|
|
||||||
* …
|
|
||||||
*/
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Dedicated Eloquent Builder methods
|
|
||||||
|
|
||||||
A new method to the eloquent models was added called `newEloquentBuilder` [Reference](https://timacdonald.me/dedicated-eloquent-model-query-builders/) where we can
|
|
||||||
add support for creating a new dedicated class instead of using local scopes in the model itself.
|
|
||||||
|
|
||||||
If for some reason it's undesired to have them generated (one for each column), you can disable this via config `write_model_external_builder_methods` and setting it to `false`.
|
|
||||||
|
|
||||||
#### Unsupported or custom database types
|
|
||||||
|
|
||||||
Common column types (e.g. varchar, integer) are correctly mapped to PHP types (`string`, `int`).
|
|
||||||
|
|
||||||
But sometimes you may want to use custom column types in your database like `geography`, `jsonb`, `citext`, `bit`, etc. which may throw an "Unknown database type"-Exception.
|
|
||||||
|
|
||||||
For those special cases, you can map them via the config `custom_db_types`. Example:
|
|
||||||
```php
|
|
||||||
'custom_db_types' => [
|
|
||||||
'mysql' => [
|
|
||||||
'geography' => 'array',
|
|
||||||
'point' => 'array',
|
|
||||||
],
|
|
||||||
'postgresql' => [
|
|
||||||
'jsonb' => 'string',
|
|
||||||
'_int4' => 'array',
|
|
||||||
],
|
|
||||||
],
|
|
||||||
```
|
|
||||||
|
|
||||||
### Automatic PHPDocs generation for Laravel Fluent methods
|
|
||||||
|
|
||||||
If you need PHPDocs support for Fluent methods in migration, for example
|
|
||||||
|
|
||||||
```php
|
|
||||||
$table->string("somestring")->nullable()->index();
|
|
||||||
```
|
|
||||||
|
|
||||||
After publishing vendor, simply change the `include_fluent` line your `config/ide-helper.php` file into:
|
|
||||||
|
|
||||||
```php
|
|
||||||
'include_fluent' => true,
|
|
||||||
```
|
|
||||||
|
|
||||||
Then run `php artisan ide-helper:generate`, you will now see all Fluent methods recognized by your IDE.
|
|
||||||
|
|
||||||
### Auto-completion for factory builders
|
|
||||||
|
|
||||||
If you would like the `factory()->create()` and `factory()->make()` methods to return the correct model class,
|
|
||||||
you can enable custom factory builders with the `include_factory_builders` line your `config/ide-helper.php` file.
|
|
||||||
Deprecated for Laravel 8 or latest.
|
|
||||||
|
|
||||||
```php
|
|
||||||
'include_factory_builders' => true,
|
|
||||||
```
|
|
||||||
|
|
||||||
For this to work, you must also publish the PhpStorm Meta file (see below).
|
|
||||||
|
|
||||||
## PhpStorm Meta for Container instances
|
|
||||||
|
|
||||||
It's possible to generate a PhpStorm meta file to [add support for factory design pattern](https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html).
|
|
||||||
For Laravel, this means we can make PhpStorm understand what kind of object we are resolving from the IoC Container.
|
|
||||||
For example, `events` will return an `Illuminate\Events\Dispatcher` object,
|
|
||||||
so with the meta file you can call `app('events')` and it will autocomplete the Dispatcher methods.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
php artisan ide-helper:meta
|
|
||||||
```
|
|
||||||
|
|
||||||
```php
|
|
||||||
app('events')->fire();
|
|
||||||
\App::make('events')->fire();
|
|
||||||
|
|
||||||
/** @var \Illuminate\Foundation\Application $app */
|
|
||||||
$app->make('events')->fire();
|
|
||||||
|
|
||||||
// When the key is not found, it uses the argument as class name
|
|
||||||
app('App\SomeClass');
|
|
||||||
// Also works with
|
|
||||||
app(App\SomeClass::class);
|
|
||||||
```
|
|
||||||
|
|
||||||
> Note: You might need to restart PhpStorm and make sure `.phpstorm.meta.php` is indexed.
|
|
||||||
>
|
|
||||||
> Note: When you receive a FatalException: class not found, check your config
|
|
||||||
> (for example, remove S3 as cloud driver when you don't have S3 configured. Remove Redis ServiceProvider when you don't use it).
|
|
||||||
|
|
||||||
You can change the generated filename via the config `meta_filename`. This can be useful for cases you want to take advantage the PhpStorm also supports the _directory_ `.phpstorm.meta.php/` which would parse any file places there, should your want provide additional files to PhpStorm.
|
|
||||||
|
|
||||||
## Usage with Lumen
|
|
||||||
|
|
||||||
This package is focused on Laravel development, but it can also be used in Lumen with some workarounds.
|
|
||||||
Because Lumen works a little different, as it is like a bare bone version of Laravel and the main configuration
|
|
||||||
parameters are instead located in `bootstrap/app.php`, some alterations must be made.
|
|
||||||
|
|
||||||
### Enabling Facades
|
|
||||||
|
|
||||||
While Laravel IDE Helper can generate automatically default Facades for code hinting,
|
|
||||||
Lumen doesn't come with Facades activated. If you plan in using them, you must enable
|
|
||||||
them under the `Create The Application` section, uncommenting this line:
|
|
||||||
|
|
||||||
```php
|
|
||||||
// $app->withFacades();
|
|
||||||
```
|
|
||||||
|
|
||||||
From there, you should be able to use the `create_alias()` function to add additional Facades into your application.
|
|
||||||
|
|
||||||
### Adding the Service Provider
|
|
||||||
|
|
||||||
You can install Laravel IDE Helper in `app/Providers/AppServiceProvider.php`,
|
|
||||||
and uncommenting this line that registers the App Service Providers, so it can properly load.
|
|
||||||
|
|
||||||
```php
|
|
||||||
// $app->register(App\Providers\AppServiceProvider::class);
|
|
||||||
```
|
|
||||||
|
|
||||||
If you are not using that line, that is usually handy to manage gracefully multiple Laravel/Lumen installations,
|
|
||||||
you will have to add this line of code under the `Register Service Providers` section of your `bootstrap/app.php`.
|
|
||||||
|
|
||||||
```php
|
|
||||||
if ($app->environment() !== 'production') {
|
|
||||||
$app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
After that, Laravel IDE Helper should work correctly. During the generation process,
|
|
||||||
the script may throw exceptions saying that some Class(s) doesn't exist or there are some undefined indexes.
|
|
||||||
This is normal, as Lumen has some default packages stripped away, like Cookies, Storage and Session.
|
|
||||||
If you plan to add these packages, you will have to add them manually and create additional Facades if needed.
|
|
||||||
|
|
||||||
### Adding Additional Facades
|
|
||||||
|
|
||||||
Currently, Lumen IDE Helper doesn't take into account additional Facades created under `bootstrap/app.php` using `create_alias()`,
|
|
||||||
so you need to create a `config/app.php` file and add your custom aliases under an `aliases` array again, like so:
|
|
||||||
|
|
||||||
```php
|
|
||||||
return [
|
|
||||||
'aliases' => [
|
|
||||||
'CustomAliasOne' => Example\Support\Facades\CustomAliasOne::class,
|
|
||||||
'CustomAliasTwo' => Example\Support\Facades\CustomAliasTwo::class,
|
|
||||||
//...
|
|
||||||
]
|
|
||||||
];
|
|
||||||
```
|
|
||||||
|
|
||||||
After you run `php artisan ide-helper:generate`, it's recommended (but not mandatory) to rename `config/app.php` to something else,
|
|
||||||
until you have to re-generate the docs or after passing to production environment.
|
|
||||||
Lumen 5.1+ will read this file for configuration parameters if it is present, and may overlap some configurations if it is completely populated.
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
The Laravel IDE Helper Generator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
|
|
||||||
|
|
||||||
[ico-version]: https://img.shields.io/packagist/v/barryvdh/laravel-ide-helper.svg?style=flat-square
|
|
||||||
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
|
|
||||||
[ico-gha]: https://github.com/barryvdh/laravel-ide-helper/workflows/Tests/badge.svg
|
|
||||||
[ico-downloads]: https://img.shields.io/packagist/dt/barryvdh/laravel-ide-helper.svg?style=flat-square
|
|
||||||
[link-packagist]: https://packagist.org/packages/barryvdh/laravel-ide-helper
|
|
||||||
[link-gha]: https://github.com/barryvdh/laravel-ide-helper/actions
|
|
||||||
[link-downloads]: https://packagist.org/packages/barryvdh/laravel-ide-helper
|
|
||||||
+12
-64
@@ -1,17 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "barryvdh/laravel-ide-helper",
|
"name": "barryvdh/laravel-ide-helper",
|
||||||
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
|
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
|
||||||
"keywords": [
|
"keywords": ["laravel", "autocomplete", "ide", "helper", "phpstorm", "netbeans", "sublime", "codeintel", "phpdoc"],
|
||||||
"laravel",
|
|
||||||
"autocomplete",
|
|
||||||
"ide",
|
|
||||||
"helper",
|
|
||||||
"phpstorm",
|
|
||||||
"netbeans",
|
|
||||||
"sublime",
|
|
||||||
"codeintel",
|
|
||||||
"phpdoc"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@@ -20,69 +10,27 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3 || ^8.0",
|
"php": ">=5.3.0",
|
||||||
"ext-json": "*",
|
"illuminate/support": "4.x",
|
||||||
"barryvdh/reflection-docblock": "^2.0.6",
|
"illuminate/console": "4.x",
|
||||||
"composer/composer": "^1.6 || ^2",
|
"illuminate/filesystem": "4.x",
|
||||||
"doctrine/dbal": "^2.6 || ^3",
|
"phpdocumentor/reflection-docblock": "2.0.x",
|
||||||
"illuminate/console": "^8",
|
"symfony/class-loader": "~2.3"
|
||||||
"illuminate/filesystem": "^8",
|
|
||||||
"illuminate/support": "^8",
|
|
||||||
"nikic/php-parser": "^4.7",
|
|
||||||
"phpdocumentor/type-resolver": "^1.1.0"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ext-pdo_sqlite": "*",
|
"doctrine/dbal": "~2.3"
|
||||||
"friendsofphp/php-cs-fixer": "^2",
|
|
||||||
"illuminate/config": "^8",
|
|
||||||
"illuminate/view": "^8",
|
|
||||||
"mockery/mockery": "^1.4",
|
|
||||||
"orchestra/testbench": "^6",
|
|
||||||
"phpunit/phpunit": "^8.5 || ^9",
|
|
||||||
"spatie/phpunit-snapshot-assertions": "^3 || ^4",
|
|
||||||
"vimeo/psalm": "^3.12"
|
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"illuminate/events": "Required for automatic helper generation (^6|^7|^8)."
|
"doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"sort-packages": true
|
|
||||||
},
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.9-dev"
|
|
||||||
},
|
|
||||||
"laravel": {
|
|
||||||
"providers": [
|
|
||||||
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Barryvdh\\LaravelIdeHelper\\": "src"
|
"Barryvdh\\LaravelIdeHelper\\": "src"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"extra": {
|
||||||
"psr-4": {
|
"branch-alias": {
|
||||||
"Barryvdh\\LaravelIdeHelper\\Tests\\": "tests"
|
"dev-master": "1.11-dev"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"minimum-stability": "dev",
|
|
||||||
"prefer-stable": true,
|
|
||||||
"scripts": {
|
|
||||||
"analyze": "psalm",
|
|
||||||
"check-style": [
|
|
||||||
"php-cs-fixer fix --diff --diff-format=udiff --dry-run",
|
|
||||||
"php-cs-fixer fix --diff --diff-format=udiff --dry-run --config=.php_cs.tests.php"
|
|
||||||
],
|
|
||||||
"fix-style": [
|
|
||||||
"php-cs-fixer fix",
|
|
||||||
"php-cs-fixer fix --config=.php_cs.tests.php"
|
|
||||||
],
|
|
||||||
"psalm-set-baseline": "psalm --set-baseline=psalm-baseline.xml",
|
|
||||||
"test": "phpunit",
|
|
||||||
"test-ci": "phpunit -d --without-creating-snapshots",
|
|
||||||
"test-regenerate": "phpunit -d --update-snapshots"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,293 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
return [
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Filename & Format
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| The default filename
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'filename' => '_ide_helper.php',
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Where to write the PhpStorm specific meta file
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| PhpStorm also supports the directory `.phpstorm.meta.php/` with arbitrary
|
|
||||||
| files in it, should you need additional files for your project; e.g.
|
|
||||||
| `.phpstorm.meta.php/laravel_ide_Helper.php'.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
'meta_filename' => '.phpstorm.meta.php',
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Fluent helpers
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Set to true to generate commonly used Fluent methods
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'include_fluent' => false,
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Factory Builders
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Set to true to generate factory generators for better factory()
|
|
||||||
| method auto-completion.
|
|
||||||
|
|
|
||||||
| Deprecated for Laravel 8 or latest.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'include_factory_builders' => false,
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Write Model Magic methods
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Set to false to disable write magic methods of model
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'write_model_magic_where' => true,
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Write Model External Eloquent Builder methods
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Set to false to disable write external eloquent builder methods
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'write_model_external_builder_methods' => true,
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Write Model relation count properties
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Set to false to disable writing of relation count properties to model DocBlocks.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'write_model_relation_count_properties' => true,
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Write Eloquent Model Mixins
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| This will add the necessary DocBlock mixins to the model class
|
|
||||||
| contained in the Laravel Framework. This helps the IDE with
|
|
||||||
| auto-completion.
|
|
||||||
|
|
|
||||||
| Please be aware that this setting changes a file within the /vendor directory.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'write_eloquent_model_mixins' => false,
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Helper files to include
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Include helper files. By default not included, but can be toggled with the
|
|
||||||
| -- helpers (-H) option. Extra helper files can be included.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'include_helpers' => false,
|
|
||||||
|
|
||||||
'helper_files' => [
|
|
||||||
base_path() . '/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
|
|
||||||
],
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Model locations to include
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Define in which directories the ide-helper:models command should look
|
|
||||||
| for models.
|
|
||||||
|
|
|
||||||
| glob patterns are supported to easier reach models in sub-directories,
|
|
||||||
| e.g. `app/Services/* /Models` (without the space)
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'model_locations' => [
|
|
||||||
'app',
|
|
||||||
],
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Models to ignore
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Define which models should be ignored.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'ignored_models' => [
|
|
||||||
|
|
||||||
],
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Extra classes
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| These implementations are not really extended, but called with magic functions
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'extra' => [
|
|
||||||
'Eloquent' => ['Illuminate\Database\Eloquent\Builder', 'Illuminate\Database\Query\Builder'],
|
|
||||||
'Session' => ['Illuminate\Session\Store'],
|
|
||||||
],
|
|
||||||
|
|
||||||
'magic' => [],
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Interface implementations
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| These interfaces will be replaced with the implementing class. Some interfaces
|
|
||||||
| are detected by the helpers, others can be listed below.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'interfaces' => [
|
|
||||||
|
|
||||||
],
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Support for custom DB types
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| This setting allow you to map any custom database type (that you may have
|
|
||||||
| created using CREATE TYPE statement or imported using database plugin
|
|
||||||
| / extension to a Doctrine type.
|
|
||||||
|
|
|
||||||
| Each key in this array is a name of the Doctrine2 DBAL Platform. Currently valid names are:
|
|
||||||
| 'postgresql', 'db2', 'drizzle', 'mysql', 'oracle', 'sqlanywhere', 'sqlite', 'mssql'
|
|
||||||
|
|
|
||||||
| This name is returned by getName() method of the specific Doctrine/DBAL/Platforms/AbstractPlatform descendant
|
|
||||||
|
|
|
||||||
| The value of the array is an array of type mappings. Key is the name of the custom type,
|
|
||||||
| (for example, "jsonb" from Postgres 9.4) and the value is the name of the corresponding Doctrine2 type (in
|
|
||||||
| our case it is 'json_array'. Doctrine types are listed here:
|
|
||||||
| http://doctrine-dbal.readthedocs.org/en/latest/reference/types.html
|
|
||||||
|
|
|
||||||
| So to support jsonb in your models when working with Postgres, just add the following entry to the array below:
|
|
||||||
|
|
|
||||||
| "postgresql" => array(
|
|
||||||
| "jsonb" => "json_array",
|
|
||||||
| ),
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
'custom_db_types' => [
|
|
||||||
|
|
||||||
],
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Support for camel cased models
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| There are some Laravel packages (such as Eloquence) that allow for accessing
|
|
||||||
| Eloquent model properties via camel case, instead of snake case.
|
|
||||||
|
|
|
||||||
| Enabling this option will support these packages by saving all model
|
|
||||||
| properties as camel case, instead of snake case.
|
|
||||||
|
|
|
||||||
| For example, normally you would see this:
|
|
||||||
|
|
|
||||||
| * @property \Illuminate\Support\Carbon $created_at
|
|
||||||
| * @property \Illuminate\Support\Carbon $updated_at
|
|
||||||
|
|
|
||||||
| With this enabled, the properties will be this:
|
|
||||||
|
|
|
||||||
| * @property \Illuminate\Support\Carbon $createdAt
|
|
||||||
| * @property \Illuminate\Support\Carbon $updatedAt
|
|
||||||
|
|
|
||||||
| Note, it is currently an all-or-nothing option.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
'model_camel_case_properties' => false,
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Property Casts
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Cast the given "real type" to the given "type".
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
'type_overrides' => [
|
|
||||||
'integer' => 'int',
|
|
||||||
'boolean' => 'bool',
|
|
||||||
],
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Include DocBlocks from classes
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Include DocBlocks from classes to allow additional code inspection for
|
|
||||||
| magic methods and properties.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
'include_class_docblocks' => false,
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Force FQN usage
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Use the fully qualified (class) name in docBlock,
|
|
||||||
| event if class exists in a given file
|
|
||||||
| or there is an import (use className) of a given class
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
'force_fqn' => false,
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Additional relation types
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Sometimes it's needed to create custom relation types. The key of the array
|
|
||||||
| is the Relationship Method name. The value of the array is the canonical class
|
|
||||||
| name of the Relationship, e.g. `'relationName' => RelationShipClass::class`.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
'additional_relation_types' => [],
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Run artisan commands after migrations to generate model helpers
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| The specified commands should run after migrations are finished running.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
'post_migrate' => [
|
|
||||||
// 'ide-helper:models --nowrite',
|
|
||||||
],
|
|
||||||
|
|
||||||
];
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
|
||||||
bootstrap="vendor/autoload.php"
|
|
||||||
backupGlobals="false"
|
|
||||||
backupStaticAttributes="false"
|
|
||||||
colors="true"
|
|
||||||
verbose="true"
|
|
||||||
convertErrorsToExceptions="true"
|
|
||||||
convertNoticesToExceptions="true"
|
|
||||||
convertWarningsToExceptions="true"
|
|
||||||
processIsolation="false"
|
|
||||||
stopOnFailure="false">
|
|
||||||
<testsuites>
|
|
||||||
<testsuite name="Unit Tests">
|
|
||||||
<directory>tests</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
|
||||||
<coverage>
|
|
||||||
<include>
|
|
||||||
<directory suffix=".php">src/</directory>
|
|
||||||
</include>
|
|
||||||
</coverage>
|
|
||||||
</phpunit>
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"providers": [
|
||||||
|
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<files psalm-version="3.15@de6e7f324f44dde540ebe7ebd4eb481b97c86f30">
|
|
||||||
<file src="src/Factories.php">
|
|
||||||
<UndefinedClass occurrences="2">
|
|
||||||
<code>Factory</code>
|
|
||||||
<code>Factory</code>
|
|
||||||
</UndefinedClass>
|
|
||||||
</file>
|
|
||||||
<file src="src/Generator.php">
|
|
||||||
<UndefinedClass occurrences="7">
|
|
||||||
<code>\Auth</code>
|
|
||||||
<code>\DB</code>
|
|
||||||
<code>\Cache</code>
|
|
||||||
<code>\Cache</code>
|
|
||||||
<code>\Queue</code>
|
|
||||||
<code>\SSH</code>
|
|
||||||
<code>\Storage</code>
|
|
||||||
</UndefinedClass>
|
|
||||||
</file>
|
|
||||||
<file src="src/IdeHelperServiceProvider.php">
|
|
||||||
<TooFewArguments occurrences="1">
|
|
||||||
<code>new PhpEngine()</code>
|
|
||||||
</TooFewArguments>
|
|
||||||
</file>
|
|
||||||
</files>
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<psalm
|
|
||||||
errorLevel="7"
|
|
||||||
resolveFromConfigFile="true"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xmlns="https://getpsalm.org/schema/config"
|
|
||||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
|
||||||
errorBaseline="psalm-baseline.xml"
|
|
||||||
>
|
|
||||||
<projectFiles>
|
|
||||||
<directory name="src" />
|
|
||||||
<ignoreFiles>
|
|
||||||
<directory name="vendor" />
|
|
||||||
</ignoreFiles>
|
|
||||||
</projectFiles>
|
|
||||||
</psalm>
|
|
||||||
@@ -0,0 +1,99 @@
|
|||||||
|
## Laravel IDE Helper Generator
|
||||||
|
[](https://packagist.org/packages/barryvdh/laravel-ide-helper) [](https://packagist.org/packages/barryvdh/laravel-ide-helper)
|
||||||
|
|
||||||
|
### For Laravel 5, check the [2.0 branch](https://github.com/barryvdh/laravel-ide-helper)
|
||||||
|
|
||||||
|
### Complete phpDocs, directly from the source
|
||||||
|
|
||||||
|
_Checkout [this Laracasts video](https://laracasts.com/series/how-to-be-awesome-in-phpstorm/episodes/15) for a quick introduction/explanation!_
|
||||||
|
|
||||||
|
This packages generates a file that your IDE can understand, so it can provide accurate autocompletion. Generation is done, based on the files in your project, so they are alway up-to-date.
|
||||||
|
If you don't want to generate it, you can add a pre-generated file to the root folder of your laravel project. (But this isn't as up-to-date as self generated files)
|
||||||
|
|
||||||
|
* Generated version: https://gist.github.com/barryvdh/5227822
|
||||||
|
|
||||||
|
Note: You do need CodeIntel for Sublime Text: https://github.com/SublimeCodeIntel/SublimeCodeIntel
|
||||||
|
|
||||||
|
### Automatic phpDoc generation for Laravel Facades
|
||||||
|
|
||||||
|
Require this package with composer using the following command:
|
||||||
|
|
||||||
|
composer require barryvdh/laravel-ide-helper
|
||||||
|
|
||||||
|
After updating composer, add the ServiceProvider to the providers array in app/config/app.php
|
||||||
|
|
||||||
|
'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider',
|
||||||
|
|
||||||
|
You can now re-generate the docs yourself (for future updates) in artisan
|
||||||
|
|
||||||
|
php artisan ide-helper:generate
|
||||||
|
|
||||||
|
Note: bootstrap/compiled.php has to be cleared first, so run `php artisan clear-compiled` before generating (and `php artisan optimize` after..)
|
||||||
|
|
||||||
|
You can configure your composer.json to do this after each commit:
|
||||||
|
|
||||||
|
"scripts":{
|
||||||
|
"post-update-cmd":[
|
||||||
|
"php artisan clear-compiled",
|
||||||
|
"php artisan ide-helper:generate",
|
||||||
|
"php artisan optimize"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
You can also publish the config-file to change implementations (ie. interface to specific class) or set defaults for --helpers or --sublime.
|
||||||
|
|
||||||
|
php artisan config:publish barryvdh/laravel-ide-helper
|
||||||
|
|
||||||
|
The generator tries to identify the real class, but if it cannot be found, you can define it in the config file.
|
||||||
|
|
||||||
|
Some classes need a working database connection. If you do not have a working default connection, some facades will not be included.
|
||||||
|
You can use a in-memory sqlite driver, using the -M option.
|
||||||
|
|
||||||
|
You can choose to include helper files. This is not enabled by default, but you can override this with the --helpers (-H) option.
|
||||||
|
The Illuminate/Support/helpers.php is already set-up, but you can add/remove your own files in the config file.
|
||||||
|
|
||||||
|
|
||||||
|
### Automatic phpDocs for Models
|
||||||
|
|
||||||
|
> **Note:** Since v1.10 you need to require `doctrine/dbal: ~2.3` in your own composer.json.
|
||||||
|
|
||||||
|
If you don't want to write your properties yourself, you can use the command `ide-helper:models` to generate
|
||||||
|
phpDocs, based on table columns, relations and getters/setters. You can write the comments directly to your Model file, using the `--write (-W)` option. By default, you are asked to overwrite or write to a separate file (\_ide\_helper\_models.php) (You can force No with `--nowrite (-N)`).
|
||||||
|
Please make sure to backup your models, before writing the info.
|
||||||
|
It should keep the existing comments and only append new properties/methods. The existing phpdoc is replaced, or added if not found.
|
||||||
|
With the `--reset (-R)` option, the existing phpdocs are ignored, only the newly found columns/relations are saved as phpdocs.
|
||||||
|
|
||||||
|
php artisan ide-helper:models Post
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An Eloquent Model: 'Post'
|
||||||
|
*
|
||||||
|
* @property integer $id
|
||||||
|
* @property integer $author_id
|
||||||
|
* @property string $title
|
||||||
|
* @property string $text
|
||||||
|
* @property \Carbon\Carbon $created_at
|
||||||
|
* @property \Carbon\Carbon $updated_at
|
||||||
|
* @property-read \User $author
|
||||||
|
* @property-read \Illuminate\Database\Eloquent\Collection|\Comment[] $comments
|
||||||
|
*/
|
||||||
|
|
||||||
|
By default, models in app/models are scanned. The optional argument tells what models to use (also outside app/models).
|
||||||
|
|
||||||
|
php artisan ide-helper:models Post User
|
||||||
|
|
||||||
|
You can also scan a different directory, using the --dir option (relative from the base path):
|
||||||
|
|
||||||
|
php artisan ide-helper:models --dir="app/workbench/name/package/models" --dir="app/src/Model"
|
||||||
|
|
||||||
|
You can publish the config file (`php artisan config:publish barryvdh/laravel-ide-helper`) and set the default directories.
|
||||||
|
|
||||||
|
Models can be ignored using the --ignore (-I) option
|
||||||
|
|
||||||
|
php artisan ide-helper:models --ignore="Post,User"
|
||||||
|
|
||||||
|
Note: With namespaces, wrap your model name in " signs: `php artisan ide-helper:models "API\User"`, or escape the slashes (`Api\\User`)
|
||||||
|
|
||||||
|
### License
|
||||||
|
|
||||||
|
The Laravel IDE Helper Generator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
|
||||||
@@ -1,114 +0,0 @@
|
|||||||
<?= '<?php' ?>
|
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* @var \Barryvdh\LaravelIdeHelper\Alias[][] $namespaces_by_alias_ns
|
|
||||||
* @var \Barryvdh\LaravelIdeHelper\Alias[][] $namespaces_by_extends_ns
|
|
||||||
* @var bool $include_fluent
|
|
||||||
* @var string $helpers
|
|
||||||
*/
|
|
||||||
?>
|
|
||||||
|
|
||||||
// @formatter:off
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A helper file for Laravel, to provide autocomplete information to your IDE
|
|
||||||
* Generated for Laravel <?= $version ?>.
|
|
||||||
*
|
|
||||||
* This file should not be included in your code, only analyzed by your IDE!
|
|
||||||
*
|
|
||||||
* @author Barry vd. Heuvel <[email protected]>
|
|
||||||
* @see https://github.com/barryvdh/laravel-ide-helper
|
|
||||||
*/
|
|
||||||
|
|
||||||
<?php foreach ($namespaces_by_extends_ns as $namespace => $aliases) : ?>
|
|
||||||
<?php if ($namespace == '\Illuminate\Database\Eloquent') :
|
|
||||||
continue;
|
|
||||||
endif; ?>
|
|
||||||
namespace <?= $namespace == '__root' ? '' : trim($namespace, '\\') ?> {
|
|
||||||
<?php foreach ($aliases as $alias) : ?>
|
|
||||||
<?= trim($alias->getDocComment(' ')) ?>
|
|
||||||
<?= $alias->getClassType() ?> <?= $alias->getExtendsClass() ?> {
|
|
||||||
<?php foreach ($alias->getMethods() as $method) : ?>
|
|
||||||
<?= trim($method->getDocComment(' ')) ?>
|
|
||||||
public static function <?= $method->getName() ?>(<?= $method->getParamsWithDefault() ?>)
|
|
||||||
{<?php if ($method->getDeclaringClass() !== $method->getRoot()) : ?>
|
|
||||||
//Method inherited from <?= $method->getDeclaringClass() ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<?php if ($method->isInstanceCall()) : ?>
|
|
||||||
/** @var <?=$method->getRoot()?> $instance */
|
|
||||||
<?php endif?>
|
|
||||||
<?= $method->shouldReturn() ? 'return ' : '' ?><?= $method->getRootMethodCall() ?>;
|
|
||||||
}
|
|
||||||
<?php endforeach; ?>
|
|
||||||
}
|
|
||||||
<?php endforeach; ?>
|
|
||||||
}
|
|
||||||
|
|
||||||
<?php endforeach; ?>
|
|
||||||
|
|
||||||
<?php foreach ($namespaces_by_alias_ns as $namespace => $aliases) : ?>
|
|
||||||
namespace <?= $namespace == '__root' ? '' : trim($namespace, '\\') ?> {
|
|
||||||
<?php foreach ($aliases as $alias) : ?>
|
|
||||||
<?= $alias->getClassType() ?> <?= $alias->getShortName() ?> extends <?= $alias->getExtends() ?> {<?php if ($alias->getExtendsNamespace() == '\Illuminate\Database\Eloquent') : ?>
|
|
||||||
<?php foreach ($alias->getMethods() as $method) : ?>
|
|
||||||
<?= trim($method->getDocComment(' ')) ?>
|
|
||||||
public static function <?= $method->getName() ?>(<?= $method->getParamsWithDefault() ?>)
|
|
||||||
{<?php if ($method->getDeclaringClass() !== $method->getRoot()) : ?>
|
|
||||||
//Method inherited from <?= $method->getDeclaringClass() ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<?php if ($method->isInstanceCall()) : ?>
|
|
||||||
/** @var <?=$method->getRoot()?> $instance */
|
|
||||||
<?php endif?>
|
|
||||||
<?= $method->shouldReturn() ? 'return ' : '' ?><?= $method->getRootMethodCall() ?>;
|
|
||||||
}
|
|
||||||
<?php endforeach; ?>
|
|
||||||
<?php endif; ?>}
|
|
||||||
<?php endforeach; ?>
|
|
||||||
}
|
|
||||||
|
|
||||||
<?php endforeach; ?>
|
|
||||||
|
|
||||||
<?php if ($helpers) : ?>
|
|
||||||
namespace {
|
|
||||||
<?= $helpers ?>
|
|
||||||
}
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<?php if ($include_fluent) : ?>
|
|
||||||
namespace Illuminate\Support {
|
|
||||||
/**
|
|
||||||
* Methods commonly used in migrations
|
|
||||||
*
|
|
||||||
* @method Fluent after(string $column) Add the after modifier
|
|
||||||
* @method Fluent charset(string $charset) Add the character set modifier
|
|
||||||
* @method Fluent collation(string $collation) Add the collation modifier
|
|
||||||
* @method Fluent comment(string $comment) Add comment
|
|
||||||
* @method Fluent default($value) Add the default modifier
|
|
||||||
* @method Fluent first() Select first row
|
|
||||||
* @method Fluent index(string $name = null) Add the in dex clause
|
|
||||||
* @method Fluent on(string $table) `on` of a foreign key
|
|
||||||
* @method Fluent onDelete(string $action) `on delete` of a foreign key
|
|
||||||
* @method Fluent onUpdate(string $action) `on update` of a foreign key
|
|
||||||
* @method Fluent primary() Add the primary key modifier
|
|
||||||
* @method Fluent references(string $column) `references` of a foreign key
|
|
||||||
* @method Fluent nullable(bool $value = true) Add the nullable modifier
|
|
||||||
* @method Fluent unique(string $name = null) Add unique index clause
|
|
||||||
* @method Fluent unsigned() Add the unsigned modifier
|
|
||||||
* @method Fluent useCurrent() Add the default timestamp value
|
|
||||||
* @method Fluent change() Add the change modifier
|
|
||||||
*/
|
|
||||||
class Fluent {}
|
|
||||||
}
|
|
||||||
<?php endif ?>
|
|
||||||
|
|
||||||
<?php foreach ($factories as $factory) : ?>
|
|
||||||
namespace <?=$factory->getNamespaceName()?> {
|
|
||||||
/**
|
|
||||||
* @method \Illuminate\Database\Eloquent\Collection|<?=$factory->getShortName()?>[]|<?=$factory->getShortName()?> create($attributes = [])
|
|
||||||
* @method \Illuminate\Database\Eloquent\Collection|<?=$factory->getShortName()?>[]|<?=$factory->getShortName()?> make($attributes = [])
|
|
||||||
*/
|
|
||||||
class <?=$factory->getShortName()?>FactoryBuilder extends \Illuminate\Database\Eloquent\FactoryBuilder {}
|
|
||||||
}
|
|
||||||
<?php endforeach; ?>
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
<?= '<?php' ?>
|
|
||||||
|
|
||||||
// @formatter:off
|
|
||||||
|
|
||||||
namespace PHPSTORM_META {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* PhpStorm Meta file, to provide autocomplete information for PhpStorm
|
|
||||||
*
|
|
||||||
* @author Barry vd. Heuvel <[email protected]>
|
|
||||||
* @see https://github.com/barryvdh/laravel-ide-helper
|
|
||||||
*/
|
|
||||||
<?php foreach ($methods as $method) : ?>
|
|
||||||
override(<?= $method ?>, map([
|
|
||||||
'' => '@',
|
|
||||||
<?php foreach ($bindings as $abstract => $class) : ?>
|
|
||||||
'<?= $abstract ?>' => \<?= $class ?>::class,
|
|
||||||
<?php endforeach; ?>
|
|
||||||
]));
|
|
||||||
<?php endforeach; ?>
|
|
||||||
|
|
||||||
<?php if (count($factories)) : ?>
|
|
||||||
override(\factory(0), map([
|
|
||||||
'' => '@FactoryBuilder',
|
|
||||||
<?php foreach ($factories as $factory) : ?>
|
|
||||||
'<?= $factory->getName() ?>' => \<?= $factory->getName() ?>FactoryBuilder::class,
|
|
||||||
<?php endforeach; ?>
|
|
||||||
]));
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
override(\Illuminate\Support\Arr::add(0), type(0));
|
|
||||||
override(\Illuminate\Support\Arr::except(0), type(0));
|
|
||||||
override(\Illuminate\Support\Arr::first(0), elementType(0));
|
|
||||||
override(\Illuminate\Support\Arr::last(0), elementType(0));
|
|
||||||
override(\Illuminate\Support\Arr::get(0), elementType(0));
|
|
||||||
override(\Illuminate\Support\Arr::only(0), type(0));
|
|
||||||
override(\Illuminate\Support\Arr::prepend(0), type(0));
|
|
||||||
override(\Illuminate\Support\Arr::pull(0), elementType(0));
|
|
||||||
override(\Illuminate\Support\Arr::set(0), type(0));
|
|
||||||
override(\Illuminate\Support\Arr::shuffle(0), type(0));
|
|
||||||
override(\Illuminate\Support\Arr::sort(0), type(0));
|
|
||||||
override(\Illuminate\Support\Arr::sortRecursive(0), type(0));
|
|
||||||
override(\Illuminate\Support\Arr::where(0), type(0));
|
|
||||||
override(\array_add(0), type(0));
|
|
||||||
override(\array_except(0), type(0));
|
|
||||||
override(\array_first(0), elementType(0));
|
|
||||||
override(\array_last(0), elementType(0));
|
|
||||||
override(\array_get(0), elementType(0));
|
|
||||||
override(\array_only(0), type(0));
|
|
||||||
override(\array_prepend(0), type(0));
|
|
||||||
override(\array_pull(0), elementType(0));
|
|
||||||
override(\array_set(0), type(0));
|
|
||||||
override(\array_sort(0), type(0));
|
|
||||||
override(\array_sort_recursive(0), type(0));
|
|
||||||
override(\array_where(0), type(0));
|
|
||||||
override(\head(0), elementType(0));
|
|
||||||
override(\last(0), elementType(0));
|
|
||||||
override(\with(0), type(0));
|
|
||||||
override(\tap(0), type(0));
|
|
||||||
override(\optional(0), type(0));
|
|
||||||
|
|
||||||
}
|
|
||||||
+284
-473
@@ -1,473 +1,284 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
/**
|
* Laravel IDE Helper Generator
|
||||||
* Laravel IDE Helper Generator
|
*
|
||||||
*
|
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
||||||
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
* @copyright 2014 Barry vd. Heuvel / Fruitcake Studio (http://www.fruitcakestudio.nl)
|
||||||
* @copyright 2014 Barry vd. Heuvel / Fruitcake Studio (http://www.fruitcakestudio.nl)
|
* @license http://www.opensource.org/licenses/mit-license.php MIT
|
||||||
* @license http://www.opensource.org/licenses/mit-license.php MIT
|
* @link https://github.com/barryvdh/laravel-ide-helper
|
||||||
* @link https://github.com/barryvdh/laravel-ide-helper
|
*/
|
||||||
*/
|
|
||||||
|
namespace Barryvdh\LaravelIdeHelper;
|
||||||
namespace Barryvdh\LaravelIdeHelper;
|
|
||||||
|
class Alias
|
||||||
use Barryvdh\Reflection\DocBlock;
|
{
|
||||||
use Barryvdh\Reflection\DocBlock\Context;
|
protected $alias;
|
||||||
use Barryvdh\Reflection\DocBlock\Serializer as DocBlockSerializer;
|
protected $facade;
|
||||||
use Barryvdh\Reflection\DocBlock\Tag\MethodTag;
|
protected $extends = null;
|
||||||
use Closure;
|
protected $classType = 'class';
|
||||||
use Illuminate\Config\Repository as ConfigRepository;
|
protected $short;
|
||||||
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
|
protected $namespace = '__root';
|
||||||
use Illuminate\Support\Facades\Facade;
|
protected $root = null;
|
||||||
use ReflectionClass;
|
protected $classes = array();
|
||||||
|
protected $methods = array();
|
||||||
class Alias
|
protected $usedMethods = array();
|
||||||
{
|
protected $valid = false;
|
||||||
protected $alias;
|
protected $magicMethods = array();
|
||||||
/** @psalm-var class-string $facade */
|
protected $interfaces = array();
|
||||||
protected $facade;
|
|
||||||
protected $extends = null;
|
/**
|
||||||
protected $extendsClass = null;
|
* @param string $alias
|
||||||
protected $extendsNamespace = null;
|
* @param string $facade
|
||||||
protected $classType = 'class';
|
* @param array $magicMethods
|
||||||
protected $short;
|
* @param array $interfaces
|
||||||
protected $namespace = '__root';
|
*/
|
||||||
protected $root = null;
|
public function __construct($alias, $facade, $magicMethods = array(), $interfaces = array())
|
||||||
protected $classes = [];
|
{
|
||||||
protected $methods = [];
|
$this->alias = $alias;
|
||||||
protected $usedMethods = [];
|
$this->magicMethods = $magicMethods;
|
||||||
protected $valid = false;
|
$this->interfaces = $interfaces;
|
||||||
protected $magicMethods = [];
|
|
||||||
protected $interfaces = [];
|
// Make the class absolute
|
||||||
protected $phpdoc = null;
|
$facade = '\\' . ltrim($facade, '\\');
|
||||||
protected $classAliases = [];
|
$this->facade = $facade;
|
||||||
|
|
||||||
/** @var ConfigRepository */
|
$this->detectRoot();
|
||||||
protected $config;
|
|
||||||
|
if ((!$this->isTrait() && $this->root)) {
|
||||||
/**
|
$this->valid = true;
|
||||||
* @param ConfigRepository $config
|
} else {
|
||||||
* @param string $alias
|
return;
|
||||||
* @psalm-param class-string $facade
|
}
|
||||||
* @param string $facade
|
|
||||||
* @param array $magicMethods
|
$this->addClass($this->root);
|
||||||
* @param array $interfaces
|
$this->detectNamespace();
|
||||||
*/
|
$this->detectClassType();
|
||||||
public function __construct($config, $alias, $facade, $magicMethods = [], $interfaces = [])
|
|
||||||
{
|
if($facade === '\Illuminate\Database\Eloquent\Model'){
|
||||||
$this->alias = $alias;
|
$this->usedMethods = array('decrement', 'increment');
|
||||||
$this->magicMethods = $magicMethods;
|
}
|
||||||
$this->interfaces = $interfaces;
|
}
|
||||||
$this->config = $config;
|
|
||||||
|
/**
|
||||||
// Make the class absolute
|
* Add one or more classes to analyze
|
||||||
$facade = '\\' . ltrim($facade, '\\');
|
*
|
||||||
$this->facade = $facade;
|
* @param array|string $classes
|
||||||
|
*/
|
||||||
$this->detectRoot();
|
public function addClass($classes)
|
||||||
|
{
|
||||||
if (!$this->root || $this->isTrait()) {
|
$classes = (array)$classes;
|
||||||
return;
|
foreach ($classes as $class) {
|
||||||
}
|
if (class_exists($class) || interface_exists($class)) {
|
||||||
|
$this->classes[] = $class;
|
||||||
$this->valid = true;
|
}else{
|
||||||
|
echo "Class not exists: $class\r\n";
|
||||||
$this->addClass($this->root);
|
}
|
||||||
$this->detectFake();
|
}
|
||||||
$this->detectNamespace();
|
}
|
||||||
$this->detectClassType();
|
|
||||||
$this->detectExtendsNamespace();
|
/**
|
||||||
|
* Check if this class is valid to process.
|
||||||
if (!empty($this->namespace)) {
|
* @return bool
|
||||||
$this->classAliases = (new UsesResolver())->loadFromClass($this->root);
|
*/
|
||||||
|
public function isValid()
|
||||||
//Create a DocBlock and serializer instance
|
{
|
||||||
$this->phpdoc = new DocBlock(new ReflectionClass($alias), new Context($this->namespace, $this->classAliases));
|
return $this->valid;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($facade === '\Illuminate\Database\Eloquent\Model') {
|
/**
|
||||||
$this->usedMethods = ['decrement', 'increment'];
|
* Get the classtype, 'interface' or 'class'
|
||||||
}
|
*
|
||||||
}
|
* @return string
|
||||||
|
*/
|
||||||
/**
|
public function getClasstype()
|
||||||
* Add one or more classes to analyze
|
{
|
||||||
*
|
return $this->classType;
|
||||||
* @param array|string $classes
|
}
|
||||||
*/
|
|
||||||
public function addClass($classes)
|
/**
|
||||||
{
|
* Get the class which this alias extends
|
||||||
$classes = (array)$classes;
|
*
|
||||||
foreach ($classes as $class) {
|
* @return null|string
|
||||||
if (class_exists($class) || interface_exists($class)) {
|
*/
|
||||||
$this->classes[] = $class;
|
public function getExtends()
|
||||||
} else {
|
{
|
||||||
echo "Class not exists: $class\r\n";
|
return $this->extends;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
/**
|
||||||
|
* Get the Alias by which this class is called
|
||||||
/**
|
*
|
||||||
* Check if this class is valid to process.
|
* @return string
|
||||||
* @return bool
|
*/
|
||||||
*/
|
public function getAlias()
|
||||||
public function isValid()
|
{
|
||||||
{
|
return $this->alias;
|
||||||
return $this->valid;
|
}
|
||||||
}
|
|
||||||
|
/**
|
||||||
/**
|
* Return the short name (without namespace)
|
||||||
* Get the classtype, 'interface' or 'class'
|
*/
|
||||||
*
|
public function getShortName(){
|
||||||
* @return string
|
return $this->short;
|
||||||
*/
|
}
|
||||||
public function getClasstype()
|
/**
|
||||||
{
|
* Get the namespace from the alias
|
||||||
return $this->classType;
|
*
|
||||||
}
|
* @return string
|
||||||
|
*/
|
||||||
/**
|
public function getNamespace()
|
||||||
* Get the class which this alias extends
|
{
|
||||||
*
|
return $this->namespace;
|
||||||
* @return null|string
|
}
|
||||||
*/
|
|
||||||
public function getExtends()
|
/**
|
||||||
{
|
* Get the methods found by this Alias
|
||||||
return $this->extends;
|
*
|
||||||
}
|
* @return array
|
||||||
|
*/
|
||||||
/**
|
public function getMethods()
|
||||||
* Get the class short name which this alias extends
|
{
|
||||||
*
|
$this->addMagicMethods();
|
||||||
* @return null|string
|
$this->detectMethods();
|
||||||
*/
|
return $this->methods;
|
||||||
public function getExtendsClass()
|
}
|
||||||
{
|
|
||||||
return $this->extendsClass;
|
/**
|
||||||
}
|
* Detect the namespace
|
||||||
|
*/
|
||||||
/**
|
protected function detectNamespace()
|
||||||
* Get the namespace of the class which this alias extends
|
{
|
||||||
*
|
if (strpos($this->alias, '\\')) {
|
||||||
* @return null|string
|
$nsParts = explode('\\', $this->alias);
|
||||||
*/
|
$this->short = array_pop($nsParts);
|
||||||
public function getExtendsNamespace()
|
$this->namespace = implode('\\', $nsParts);
|
||||||
{
|
}else{
|
||||||
return $this->extendsNamespace;
|
$this->short = $this->alias;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/**
|
|
||||||
* Get the Alias by which this class is called
|
/**
|
||||||
*
|
* Detect the class type
|
||||||
* @return string
|
*/
|
||||||
*/
|
protected function detectClassType()
|
||||||
public function getAlias()
|
{
|
||||||
{
|
//Some classes extend the facade
|
||||||
return $this->alias;
|
if (interface_exists($this->facade)) {
|
||||||
}
|
$this->classType = 'interface';
|
||||||
|
$this->extends = $this->facade;
|
||||||
/**
|
} else {
|
||||||
* Return the short name (without namespace)
|
$this->classType = 'class';
|
||||||
*/
|
if (class_exists($this->facade)) {
|
||||||
public function getShortName()
|
$this->extends = $this->facade;
|
||||||
{
|
}
|
||||||
return $this->short;
|
}
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* Get the namespace from the alias
|
/**
|
||||||
*
|
* Get the real root of a facade
|
||||||
* @return string
|
*
|
||||||
*/
|
* @return bool|string
|
||||||
public function getNamespace()
|
*/
|
||||||
{
|
protected function detectRoot()
|
||||||
return $this->namespace;
|
{
|
||||||
}
|
$facade = $this->facade;
|
||||||
|
|
||||||
/**
|
try {
|
||||||
* Get the methods found by this Alias
|
//If possible, get the facade root
|
||||||
*
|
if (method_exists($facade, 'getFacadeRoot')) {
|
||||||
* @return array|Method[]
|
$root = get_class($facade::getFacadeRoot());
|
||||||
*/
|
} else {
|
||||||
public function getMethods()
|
$root = $facade;
|
||||||
{
|
}
|
||||||
if (count($this->methods) > 0) {
|
|
||||||
return $this->methods;
|
//If it doesn't exist, skip it
|
||||||
}
|
if (!class_exists($root) && !interface_exists($root)) {
|
||||||
|
return;
|
||||||
$this->addMagicMethods();
|
}
|
||||||
$this->detectMethods();
|
|
||||||
return $this->methods;
|
$this->root = $root;
|
||||||
}
|
|
||||||
|
//When the database connection is not set, some classes will be skipped
|
||||||
/**
|
} catch (\PDOException $e) {
|
||||||
* Detect class returned by ::fake()
|
$this->error(
|
||||||
*/
|
"PDOException: " . $e->getMessage() . "\nPlease configure your database connection correctly, or use the sqlite memory driver (-M). Skipping $facade."
|
||||||
protected function detectFake()
|
);
|
||||||
{
|
} catch (\Exception $e) {
|
||||||
$facade = $this->facade;
|
$this->error("Exception: " . $e->getMessage() . "\nSkipping $facade.");
|
||||||
|
}
|
||||||
if (!is_subclass_of($facade, Facade::class)) {
|
}
|
||||||
return;
|
|
||||||
}
|
/**
|
||||||
|
* Detect if this class is a trait or not.
|
||||||
if (!method_exists($facade, 'fake')) {
|
*
|
||||||
return;
|
* @return bool
|
||||||
}
|
*/
|
||||||
|
protected function isTrait()
|
||||||
$real = $facade::getFacadeRoot();
|
{
|
||||||
|
// Check if the facade is not a Trait
|
||||||
try {
|
if (function_exists('trait_exists') && trait_exists($this->facade)) {
|
||||||
$facade::fake();
|
return true;
|
||||||
$fake = $facade::getFacadeRoot();
|
}
|
||||||
if ($fake !== $real) {
|
return false;
|
||||||
$this->addClass(get_class($fake));
|
}
|
||||||
}
|
|
||||||
} finally {
|
/**
|
||||||
$facade::swap($real);
|
* Add magic methods, as defined in the configuration files
|
||||||
}
|
*/
|
||||||
}
|
protected function addMagicMethods()
|
||||||
|
{
|
||||||
/**
|
foreach($this->magicMethods as $magic => $real){
|
||||||
* Detect the namespace
|
list($className, $name) = explode('::', $real);
|
||||||
*/
|
if(!class_exists($className) && !interface_exists($className)){
|
||||||
protected function detectNamespace()
|
continue;
|
||||||
{
|
}
|
||||||
if (strpos($this->alias, '\\')) {
|
$method = new \ReflectionMethod($className, $name);
|
||||||
$nsParts = explode('\\', $this->alias);
|
$class = new \ReflectionClass($className);
|
||||||
$this->short = array_pop($nsParts);
|
|
||||||
$this->namespace = implode('\\', $nsParts);
|
if(!in_array($method->name, $this->usedMethods)){
|
||||||
} else {
|
if($class !== $this->root){
|
||||||
$this->short = $this->alias;
|
$this->methods[] = new Method($method, $this->alias, $class, $magic, $this->interfaces);
|
||||||
}
|
}
|
||||||
}
|
$this->usedMethods[] = $magic;
|
||||||
|
}
|
||||||
/**
|
}
|
||||||
* Detect the extends namespace
|
}
|
||||||
*/
|
|
||||||
protected function detectExtendsNamespace()
|
/**
|
||||||
{
|
* Get the methods for one or multiple classes.
|
||||||
if (strpos($this->extends, '\\') !== false) {
|
*
|
||||||
$nsParts = explode('\\', $this->extends);
|
* @return string
|
||||||
$this->extendsClass = array_pop($nsParts);
|
*/
|
||||||
$this->extendsNamespace = implode('\\', $nsParts);
|
protected function detectMethods()
|
||||||
}
|
{
|
||||||
}
|
|
||||||
|
foreach ($this->classes as $class) {
|
||||||
/**
|
$reflection = new \ReflectionClass($class);
|
||||||
* Detect the class type
|
|
||||||
*/
|
$methods = $reflection->getMethods(\ReflectionMethod::IS_PUBLIC);
|
||||||
protected function detectClassType()
|
if ($methods) {
|
||||||
{
|
foreach ($methods as $method) {
|
||||||
//Some classes extend the facade
|
if (!in_array($method->name, $this->usedMethods)) {
|
||||||
if (interface_exists($this->facade)) {
|
// Only add the methods to the output when the root is not the same as the class.
|
||||||
$this->classType = 'interface';
|
// And don't add the __*() methods
|
||||||
$this->extends = $this->facade;
|
if ($this->extends !== $class && substr($method->name, 0, 2) !== '__') {
|
||||||
} else {
|
$this->methods[] = new Method($method, $this->alias, $reflection, $method->name, $this->interfaces);
|
||||||
$this->classType = 'class';
|
}
|
||||||
if (class_exists($this->facade)) {
|
$this->usedMethods[] = $method->name;
|
||||||
$this->extends = $this->facade;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/**
|
|
||||||
* Get the real root of a facade
|
/**
|
||||||
*
|
* Output an error.
|
||||||
* @return bool|string
|
*
|
||||||
*/
|
* @param string $string
|
||||||
protected function detectRoot()
|
* @return void
|
||||||
{
|
*/
|
||||||
$facade = $this->facade;
|
protected function error($string)
|
||||||
|
{
|
||||||
try {
|
echo $string . "\r\n";
|
||||||
//If possible, get the facade root
|
}
|
||||||
if (method_exists($facade, 'getFacadeRoot')) {
|
}
|
||||||
$root = get_class($facade::getFacadeRoot());
|
|
||||||
} else {
|
|
||||||
$root = $facade;
|
|
||||||
}
|
|
||||||
|
|
||||||
//If it doesn't exist, skip it
|
|
||||||
if (!class_exists($root) && !interface_exists($root)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->root = $root;
|
|
||||||
|
|
||||||
//When the database connection is not set, some classes will be skipped
|
|
||||||
} catch (\PDOException $e) {
|
|
||||||
$this->error(
|
|
||||||
'PDOException: ' . $e->getMessage() .
|
|
||||||
"\nPlease configure your database connection correctly, or use the sqlite memory driver (-M)." .
|
|
||||||
" Skipping $facade."
|
|
||||||
);
|
|
||||||
} catch (\Exception $e) {
|
|
||||||
$this->error('Exception: ' . $e->getMessage() . "\nSkipping $facade.");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Detect if this class is a trait or not.
|
|
||||||
*
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
protected function isTrait()
|
|
||||||
{
|
|
||||||
// Check if the facade is not a Trait
|
|
||||||
return trait_exists($this->facade);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Add magic methods, as defined in the configuration files
|
|
||||||
*/
|
|
||||||
protected function addMagicMethods()
|
|
||||||
{
|
|
||||||
foreach ($this->magicMethods as $magic => $real) {
|
|
||||||
list($className, $name) = explode('::', $real);
|
|
||||||
if ((!class_exists($className) && !interface_exists($className)) || !method_exists($className, $name)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
$method = new \ReflectionMethod($className, $name);
|
|
||||||
$class = new \ReflectionClass($className);
|
|
||||||
|
|
||||||
if (!in_array($magic, $this->usedMethods)) {
|
|
||||||
if ($class !== $this->root) {
|
|
||||||
$this->methods[] = new Method($method, $this->alias, $class, $magic, $this->interfaces, $this->classAliases);
|
|
||||||
}
|
|
||||||
$this->usedMethods[] = $magic;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the methods for one or multiple classes.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
protected function detectMethods()
|
|
||||||
{
|
|
||||||
foreach ($this->classes as $class) {
|
|
||||||
$reflection = new \ReflectionClass($class);
|
|
||||||
|
|
||||||
$methods = $reflection->getMethods(\ReflectionMethod::IS_PUBLIC);
|
|
||||||
if ($methods) {
|
|
||||||
foreach ($methods as $method) {
|
|
||||||
if (!in_array($method->name, $this->usedMethods)) {
|
|
||||||
// Only add the methods to the output when the root is not the same as the class.
|
|
||||||
// And don't add the __*() methods
|
|
||||||
if ($this->extends !== $class && substr($method->name, 0, 2) !== '__') {
|
|
||||||
$this->methods[] = new Method(
|
|
||||||
$method,
|
|
||||||
$this->alias,
|
|
||||||
$reflection,
|
|
||||||
$method->name,
|
|
||||||
$this->interfaces,
|
|
||||||
$this->classAliases
|
|
||||||
);
|
|
||||||
}
|
|
||||||
$this->usedMethods[] = $method->name;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check if the class is macroable
|
|
||||||
// (Eloquent\Builder is also macroable but doesn't use Macroable trait)
|
|
||||||
$traits = collect($reflection->getTraitNames());
|
|
||||||
if ($traits->contains('Illuminate\Support\Traits\Macroable') || $class === EloquentBuilder::class) {
|
|
||||||
$properties = $reflection->getStaticProperties();
|
|
||||||
$macros = isset($properties['macros']) ? $properties['macros'] : [];
|
|
||||||
foreach ($macros as $macro_name => $macro_func) {
|
|
||||||
if (!in_array($macro_name, $this->usedMethods)) {
|
|
||||||
// Add macros
|
|
||||||
$this->methods[] = new Macro(
|
|
||||||
$this->getMacroFunction($macro_func),
|
|
||||||
$this->alias,
|
|
||||||
$reflection,
|
|
||||||
$macro_name,
|
|
||||||
$this->interfaces,
|
|
||||||
$this->classAliases
|
|
||||||
);
|
|
||||||
$this->usedMethods[] = $macro_name;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param $macro_func
|
|
||||||
*
|
|
||||||
* @return \ReflectionFunctionAbstract
|
|
||||||
* @throws \ReflectionException
|
|
||||||
*/
|
|
||||||
protected function getMacroFunction($macro_func)
|
|
||||||
{
|
|
||||||
if (is_array($macro_func) && is_callable($macro_func)) {
|
|
||||||
return new \ReflectionMethod($macro_func[0], $macro_func[1]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (is_object($macro_func) && is_callable($macro_func) && !$macro_func instanceof Closure) {
|
|
||||||
return new \ReflectionMethod($macro_func, '__invoke');
|
|
||||||
}
|
|
||||||
|
|
||||||
return new \ReflectionFunction($macro_func);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Get the docblock for this alias
|
|
||||||
*
|
|
||||||
* @param string $prefix
|
|
||||||
* @return mixed
|
|
||||||
*/
|
|
||||||
public function getDocComment($prefix = "\t\t")
|
|
||||||
{
|
|
||||||
$serializer = new DocBlockSerializer(1, $prefix);
|
|
||||||
|
|
||||||
if (!$this->phpdoc) {
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($this->config->get('ide-helper.include_class_docblocks')) {
|
|
||||||
// if a class doesn't expose any DocBlock tags
|
|
||||||
// we can perform reflection on the class and
|
|
||||||
// add in the original class DocBlock
|
|
||||||
if (count($this->phpdoc->getTags()) === 0) {
|
|
||||||
$class = new ReflectionClass($this->root);
|
|
||||||
$this->phpdoc = new DocBlock($class->getDocComment());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->removeDuplicateMethodsFromPhpDoc();
|
|
||||||
return $serializer->getDocComment($this->phpdoc);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Removes method tags from the doc comment that already appear as functions inside the class.
|
|
||||||
* This prevents duplicate function errors in the IDE.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
protected function removeDuplicateMethodsFromPhpDoc()
|
|
||||||
{
|
|
||||||
$methodNames = array_map(function (Method $method) {
|
|
||||||
return $method->getName();
|
|
||||||
}, $this->getMethods());
|
|
||||||
|
|
||||||
foreach ($this->phpdoc->getTags() as $tag) {
|
|
||||||
if ($tag instanceof MethodTag && in_array($tag->getMethodName(), $methodNames)) {
|
|
||||||
$this->phpdoc->deleteTag($tag);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Output an error.
|
|
||||||
*
|
|
||||||
* @param string $string
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
protected function error($string)
|
|
||||||
{
|
|
||||||
echo $string . "\r\n";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,62 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Laravel IDE Helper Generator - Eloquent Model Mixin
|
|
||||||
*
|
|
||||||
* @author Charles A. Peterson <artistan@gmail.com>
|
|
||||||
* @copyright 2017 Charles A. Peterson / Fruitcake Studio (http://www.fruitcakestudio.nl)
|
|
||||||
* @license http://www.opensource.org/licenses/mit-license.php MIT
|
|
||||||
* @link https://github.com/barryvdh/laravel-ide-helper
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Console;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Eloquent;
|
|
||||||
use Illuminate\Console\Command;
|
|
||||||
use Illuminate\Filesystem\Filesystem;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A command to add \Eloquent mixin to Eloquent\Model
|
|
||||||
*
|
|
||||||
* @author Charles A. Peterson <artistan@gmail.com>
|
|
||||||
*/
|
|
||||||
class EloquentCommand extends Command
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* The console command name.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $name = 'ide-helper:eloquent';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @var Filesystem $files
|
|
||||||
*/
|
|
||||||
protected $files;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The console command description.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $description = 'Add \Eloquent helper to \Eloquent\Model';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param Filesystem $files
|
|
||||||
*/
|
|
||||||
public function __construct(Filesystem $files)
|
|
||||||
{
|
|
||||||
parent::__construct();
|
|
||||||
$this->files = $files;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Execute the console command.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function handle()
|
|
||||||
{
|
|
||||||
Eloquent::writeEloquentModelHelper($this, $this->files);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Laravel IDE Helper Generator
|
* Laravel IDE Helper Generator
|
||||||
*
|
*
|
||||||
@@ -11,12 +10,13 @@
|
|||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Console;
|
namespace Barryvdh\LaravelIdeHelper\Console;
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Eloquent;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Generator;
|
use Barryvdh\LaravelIdeHelper\Generator;
|
||||||
|
use Illuminate\Config\Repository as ConfigRepository;
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Filesystem\Filesystem;
|
use Illuminate\Filesystem\Filesystem;
|
||||||
use Symfony\Component\Console\Input\InputArgument;
|
|
||||||
use Symfony\Component\Console\Input\InputOption;
|
use Symfony\Component\Console\Input\InputOption;
|
||||||
|
use Symfony\Component\Console\Input\InputArgument;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A command to generate autocomplete information for your IDE
|
* A command to generate autocomplete information for your IDE
|
||||||
@@ -25,6 +25,7 @@ use Symfony\Component\Console\Input\InputOption;
|
|||||||
*/
|
*/
|
||||||
class GeneratorCommand extends Command
|
class GeneratorCommand extends Command
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The console command name.
|
* The console command name.
|
||||||
*
|
*
|
||||||
@@ -58,10 +59,8 @@ class GeneratorCommand extends Command
|
|||||||
* @param \Illuminate\View\Factory $view
|
* @param \Illuminate\View\Factory $view
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
/*ConfigRepository */
|
ConfigRepository $config,
|
||||||
$config,
|
Filesystem $files, /* Illuminate\View\Factory */
|
||||||
Filesystem $files,
|
|
||||||
/* Illuminate\View\Factory */
|
|
||||||
$view
|
$view
|
||||||
) {
|
) {
|
||||||
$this->config = $config;
|
$this->config = $config;
|
||||||
@@ -75,55 +74,48 @@ class GeneratorCommand extends Command
|
|||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function handle()
|
public function fire()
|
||||||
{
|
{
|
||||||
if (
|
if (file_exists($compiled = base_path() . '/bootstrap/compiled.php')) {
|
||||||
file_exists(base_path() . '/vendor/compiled.php') ||
|
|
||||||
file_exists(base_path() . '/bootstrap/cache/compiled.php') ||
|
|
||||||
file_exists(base_path() . '/storage/framework/compiled.php')
|
|
||||||
) {
|
|
||||||
$this->error(
|
$this->error(
|
||||||
'Error generating IDE Helper: first delete your compiled file (php artisan clear-compiled)'
|
'Error generating IDE Helper: first delete bootstrap/compiled.php (php artisan clear-compiled)'
|
||||||
);
|
);
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$filename = $this->argument('filename');
|
|
||||||
|
|
||||||
// Add the php extension if missing
|
|
||||||
// This is a backwards-compatible shim and can be removed in the future
|
|
||||||
if (substr($filename, -4, 4) !== '.php') {
|
|
||||||
$filename .= '.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($this->option('memory')) {
|
|
||||||
$this->useMemoryDriver();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
$helpers = '';
|
|
||||||
if ($this->option('helpers') || ($this->config->get('ide-helper.include_helpers'))) {
|
|
||||||
foreach ($this->config->get('ide-helper.helper_files', []) as $helper) {
|
|
||||||
if (file_exists($helper)) {
|
|
||||||
$helpers .= str_replace(['<?php', '?>'], '', $this->files->get($helper));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
|
$filename = $this->argument('filename');
|
||||||
|
$format = $this->option('format');
|
||||||
|
|
||||||
|
// Strip the php extension
|
||||||
|
if (substr($filename, -4, 4) == '.php') {
|
||||||
|
$filename = substr($filename, 0, -4);
|
||||||
|
}
|
||||||
|
|
||||||
|
$filename .= '.' . $format;
|
||||||
|
|
||||||
|
if ($this->option('memory')) {
|
||||||
|
$this->useMemoryDriver();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$helpers = '';
|
$helpers = '';
|
||||||
}
|
if ($this->option('helpers') || ($this->config->get('laravel-ide-helper::include_helpers'))) {
|
||||||
|
foreach ($this->config->get('laravel-ide-helper::helper_files', array()) as $helper) {
|
||||||
|
if (file_exists($helper)) {
|
||||||
|
$helpers .= str_replace(array('<?php', '?>'), '', $this->files->get($helper));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$helpers = '';
|
||||||
|
}
|
||||||
|
|
||||||
$generator = new Generator($this->config, $this->view, $this->getOutput(), $helpers);
|
$generator = new Generator($this->config, $this->view, $this->getOutput(), $helpers);
|
||||||
$content = $generator->generate();
|
$content = $generator->generate($format);
|
||||||
$written = $this->files->put($filename, $content);
|
$written = $this->files->put($filename, $content);
|
||||||
|
|
||||||
if ($written !== false) {
|
if ($written !== false) {
|
||||||
$this->info("A new helper file was written to $filename");
|
$this->info("A new helper file was written to $filename");
|
||||||
|
} else {
|
||||||
if ($this->option('write_mixins')) {
|
$this->error("The helper file could not be created at $filename");
|
||||||
Eloquent::writeEloquentModelHelper($this, $this->files);
|
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
$this->error("The helper file could not be created at $filename");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -132,10 +124,10 @@ class GeneratorCommand extends Command
|
|||||||
//Use a sqlite database in memory, to avoid connection errors on Database facades
|
//Use a sqlite database in memory, to avoid connection errors on Database facades
|
||||||
$this->config->set(
|
$this->config->set(
|
||||||
'database.connections.sqlite',
|
'database.connections.sqlite',
|
||||||
[
|
array(
|
||||||
'driver' => 'sqlite',
|
'driver' => 'sqlite',
|
||||||
'database' => ':memory:',
|
'database' => ':memory:',
|
||||||
]
|
)
|
||||||
);
|
);
|
||||||
$this->config->set('database.default', 'sqlite');
|
$this->config->set('database.default', 'sqlite');
|
||||||
}
|
}
|
||||||
@@ -147,13 +139,13 @@ class GeneratorCommand extends Command
|
|||||||
*/
|
*/
|
||||||
protected function getArguments()
|
protected function getArguments()
|
||||||
{
|
{
|
||||||
$filename = $this->config->get('ide-helper.filename');
|
$filename = $this->config->get('laravel-ide-helper::filename');
|
||||||
|
|
||||||
return [
|
return array(
|
||||||
[
|
array(
|
||||||
'filename', InputArgument::OPTIONAL, 'The path to the helper file', $filename,
|
'filename', InputArgument::OPTIONAL, 'The path to the helper file', $filename
|
||||||
],
|
),
|
||||||
];
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -163,12 +155,14 @@ class GeneratorCommand extends Command
|
|||||||
*/
|
*/
|
||||||
protected function getOptions()
|
protected function getOptions()
|
||||||
{
|
{
|
||||||
$writeMixins = $this->config->get('ide-helper.write_eloquent_model_mixins');
|
$format = $this->config->get('laravel-ide-helper::format');
|
||||||
|
|
||||||
return [
|
return array(
|
||||||
['write_mixins', 'W', InputOption::VALUE_OPTIONAL, 'Write mixins to Laravel Model?', $writeMixins],
|
array('format', "F", InputOption::VALUE_OPTIONAL, 'The format for the IDE Helper', $format),
|
||||||
['helpers', 'H', InputOption::VALUE_NONE, 'Include the helper files'],
|
array('helpers', "H", InputOption::VALUE_NONE, 'Include the helper files'),
|
||||||
['memory', 'M', InputOption::VALUE_NONE, 'Use sqlite memory driver'],
|
array('memory', "M", InputOption::VALUE_NONE, 'Use sqlite memory driver'),
|
||||||
];
|
array('sublime', "S", InputOption::VALUE_NONE, 'DEPRECATED: Use different style for SublimeText CodeIntel'),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,177 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Laravel IDE Helper Generator
|
|
||||||
*
|
|
||||||
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
|
||||||
* @copyright 2015 Barry vd. Heuvel / Fruitcake Studio (http://www.fruitcakestudio.nl)
|
|
||||||
* @license http://www.opensource.org/licenses/mit-license.php MIT
|
|
||||||
* @link https://github.com/barryvdh/laravel-ide-helper
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Console;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Factories;
|
|
||||||
use Illuminate\Console\Command;
|
|
||||||
use Symfony\Component\Console\Input\InputOption;
|
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A command to generate phpstorm meta data
|
|
||||||
*
|
|
||||||
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
|
||||||
*/
|
|
||||||
class MetaCommand extends Command
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* The console command name.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $name = 'ide-helper:meta';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The console command description.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $description = 'Generate metadata for PhpStorm';
|
|
||||||
|
|
||||||
/** @var \Illuminate\Contracts\Filesystem\Filesystem */
|
|
||||||
protected $files;
|
|
||||||
|
|
||||||
/** @var \Illuminate\Contracts\View\Factory */
|
|
||||||
protected $view;
|
|
||||||
|
|
||||||
/** @var \Illuminate\Contracts\Config\Repository */
|
|
||||||
protected $config;
|
|
||||||
|
|
||||||
protected $methods = [
|
|
||||||
'new \Illuminate\Contracts\Container\Container',
|
|
||||||
'\Illuminate\Container\Container::makeWith(0)',
|
|
||||||
'\Illuminate\Contracts\Container\Container::get(0)',
|
|
||||||
'\Illuminate\Contracts\Container\Container::make(0)',
|
|
||||||
'\Illuminate\Contracts\Container\Container::makeWith(0)',
|
|
||||||
'\App::get(0)',
|
|
||||||
'\App::make(0)',
|
|
||||||
'\App::makeWith(0)',
|
|
||||||
'\app(0)',
|
|
||||||
'\resolve(0)',
|
|
||||||
'\Psr\Container\ContainerInterface::get(0)',
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @param \Illuminate\Contracts\Filesystem\Filesystem $files
|
|
||||||
* @param \Illuminate\Contracts\View\Factory $view
|
|
||||||
* @param \Illuminate\Contracts\Config\Repository $config
|
|
||||||
*/
|
|
||||||
public function __construct($files, $view, $config)
|
|
||||||
{
|
|
||||||
$this->files = $files;
|
|
||||||
$this->view = $view;
|
|
||||||
$this->config = $config;
|
|
||||||
parent::__construct();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Execute the console command.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function handle()
|
|
||||||
{
|
|
||||||
// Needs to run before exception handler is registered
|
|
||||||
$factories = $this->config->get('ide-helper.include_factory_builders') ? Factories::all() : [];
|
|
||||||
|
|
||||||
$this->registerClassAutoloadExceptions();
|
|
||||||
|
|
||||||
$bindings = [];
|
|
||||||
foreach ($this->getAbstracts() as $abstract) {
|
|
||||||
// Validator and seeder cause problems
|
|
||||||
if (in_array($abstract, ['validator', 'seeder'])) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
$concrete = $this->laravel->make($abstract);
|
|
||||||
$reflectionClass = new \ReflectionClass($concrete);
|
|
||||||
if (is_object($concrete) && !$reflectionClass->isAnonymous()) {
|
|
||||||
$bindings[$abstract] = get_class($concrete);
|
|
||||||
}
|
|
||||||
} catch (\Throwable $e) {
|
|
||||||
if ($this->output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE) {
|
|
||||||
$this->comment("Cannot make '$abstract': " . $e->getMessage());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->unregisterClassAutoloadExceptions();
|
|
||||||
|
|
||||||
$content = $this->view->make('meta', [
|
|
||||||
'bindings' => $bindings,
|
|
||||||
'methods' => $this->methods,
|
|
||||||
'factories' => $factories,
|
|
||||||
])->render();
|
|
||||||
|
|
||||||
$filename = $this->option('filename');
|
|
||||||
$written = $this->files->put($filename, $content);
|
|
||||||
|
|
||||||
if ($written !== false) {
|
|
||||||
$this->info("A new meta file was written to $filename");
|
|
||||||
} else {
|
|
||||||
$this->error("The meta file could not be created at $filename");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get a list of abstracts from the Laravel Application.
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
protected function getAbstracts()
|
|
||||||
{
|
|
||||||
$abstracts = $this->laravel->getBindings();
|
|
||||||
|
|
||||||
// Return the abstract names only
|
|
||||||
$keys = array_keys($abstracts);
|
|
||||||
|
|
||||||
sort($keys);
|
|
||||||
|
|
||||||
return $keys;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Register an autoloader the throws exceptions when a class is not found.
|
|
||||||
*/
|
|
||||||
protected function registerClassAutoloadExceptions()
|
|
||||||
{
|
|
||||||
spl_autoload_register(function ($class) {
|
|
||||||
throw new \ReflectionException("Class '$class' not found.");
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the console command options.
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
protected function getOptions()
|
|
||||||
{
|
|
||||||
$filename = $this->config->get('ide-helper.meta_filename');
|
|
||||||
|
|
||||||
return [
|
|
||||||
['filename', 'F', InputOption::VALUE_OPTIONAL, 'The path to the meta file', $filename],
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Remove our custom autoloader that we pushed onto the autoload stack
|
|
||||||
*/
|
|
||||||
private function unregisterClassAutoloadExceptions()
|
|
||||||
{
|
|
||||||
$autoloadFunctions = spl_autoload_functions();
|
|
||||||
$ourAutoloader = array_pop($autoloadFunctions);
|
|
||||||
spl_autoload_unregister($ourAutoloader);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+164
-984
File diff suppressed because it is too large
Load Diff
@@ -1,113 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Laravel IDE Helper to add \Eloquent mixin to Eloquent\Model
|
|
||||||
*
|
|
||||||
* @author Charles A. Peterson <artistan@gmail.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper;
|
|
||||||
|
|
||||||
use Barryvdh\Reflection\DocBlock;
|
|
||||||
use Barryvdh\Reflection\DocBlock\Context;
|
|
||||||
use Barryvdh\Reflection\DocBlock\Serializer as DocBlockSerializer;
|
|
||||||
use Barryvdh\Reflection\DocBlock\Tag;
|
|
||||||
use Illuminate\Console\Command;
|
|
||||||
use Illuminate\Filesystem\Filesystem;
|
|
||||||
|
|
||||||
class Eloquent
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Write mixin helper to the Eloquent\Model
|
|
||||||
* This is needed since laravel/framework v5.4.29
|
|
||||||
*
|
|
||||||
* @param Command $command
|
|
||||||
* @param Filesystem $files
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public static function writeEloquentModelHelper(Command $command, Filesystem $files)
|
|
||||||
{
|
|
||||||
$class = 'Illuminate\Database\Eloquent\Model';
|
|
||||||
|
|
||||||
$reflection = new \ReflectionClass($class);
|
|
||||||
$namespace = $reflection->getNamespaceName();
|
|
||||||
$originalDoc = $reflection->getDocComment();
|
|
||||||
|
|
||||||
if (!$originalDoc) {
|
|
||||||
$command->info('Unexpected no document on ' . $class);
|
|
||||||
}
|
|
||||||
$phpdoc = new DocBlock($reflection, new Context($namespace));
|
|
||||||
|
|
||||||
$mixins = $phpdoc->getTagsByName('mixin');
|
|
||||||
$expectedMixins = [
|
|
||||||
'\Eloquent' => false,
|
|
||||||
'\Illuminate\Database\Eloquent\Builder' => false,
|
|
||||||
'\Illuminate\Database\Query\Builder' => false,
|
|
||||||
];
|
|
||||||
|
|
||||||
foreach ($mixins as $m) {
|
|
||||||
$mixin = $m->getContent();
|
|
||||||
|
|
||||||
if (isset($expectedMixins[$mixin])) {
|
|
||||||
$command->info('Tag Exists: @mixin ' . $mixin . ' in ' . $class);
|
|
||||||
|
|
||||||
$expectedMixins[$mixin] = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$changed = false;
|
|
||||||
foreach ($expectedMixins as $expectedMixin => $present) {
|
|
||||||
if ($present === false) {
|
|
||||||
$phpdoc->appendTag(Tag::createInstance('@mixin ' . $expectedMixin, $phpdoc));
|
|
||||||
|
|
||||||
$changed = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// If nothing's changed, stop here.
|
|
||||||
if (!$changed) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$serializer = new DocBlockSerializer();
|
|
||||||
$serializer->getDocComment($phpdoc);
|
|
||||||
$docComment = $serializer->getDocComment($phpdoc);
|
|
||||||
|
|
||||||
/*
|
|
||||||
The new DocBlock is appended to the beginning of the class declaration.
|
|
||||||
Since there is no DocBlock, the declaration is used as a guide.
|
|
||||||
*/
|
|
||||||
if (!$originalDoc) {
|
|
||||||
$originalDoc = 'abstract class Model implements';
|
|
||||||
|
|
||||||
$docComment .= "\nabstract class Model implements";
|
|
||||||
}
|
|
||||||
|
|
||||||
$filename = $reflection->getFileName();
|
|
||||||
if (!$filename) {
|
|
||||||
$command->error('Filename not found ' . $class);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$contents = $files->get($filename);
|
|
||||||
if (!$contents) {
|
|
||||||
$command->error('No file contents found ' . $filename);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$count = 0;
|
|
||||||
$contents = str_replace($originalDoc, $docComment, $contents, $count);
|
|
||||||
if ($count <= 0) {
|
|
||||||
$command->error('Content did not change ' . $contents);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!$files->put($filename, $contents)) {
|
|
||||||
$command->error('File write failed to ' . $filename);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$command->info('Wrote expected docblock to ' . $filename);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper;
|
|
||||||
|
|
||||||
use Exception;
|
|
||||||
use Illuminate\Database\Eloquent\Factory;
|
|
||||||
use ReflectionClass;
|
|
||||||
|
|
||||||
class Factories
|
|
||||||
{
|
|
||||||
public static function all()
|
|
||||||
{
|
|
||||||
$factories = [];
|
|
||||||
|
|
||||||
if (static::isLaravelSevenOrLower()) {
|
|
||||||
$factory = app(Factory::class);
|
|
||||||
|
|
||||||
$definitions = (new ReflectionClass(Factory::class))->getProperty('definitions');
|
|
||||||
$definitions->setAccessible(true);
|
|
||||||
|
|
||||||
foreach ($definitions->getValue($factory) as $factory_target => $config) {
|
|
||||||
try {
|
|
||||||
$factories[] = new ReflectionClass($factory_target);
|
|
||||||
} catch (Exception $exception) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return $factories;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected static function isLaravelSevenOrLower()
|
|
||||||
{
|
|
||||||
return class_exists('Illuminate\Database\Eloquent\Factory');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+235
-313
@@ -1,313 +1,235 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
/**
|
* Laravel IDE Helper Generator
|
||||||
* Laravel IDE Helper Generator
|
*
|
||||||
*
|
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
||||||
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
* @copyright 2014 Barry vd. Heuvel / Fruitcake Studio (http://www.fruitcakestudio.nl)
|
||||||
* @copyright 2014 Barry vd. Heuvel / Fruitcake Studio (http://www.fruitcakestudio.nl)
|
* @license http://www.opensource.org/licenses/mit-license.php MIT
|
||||||
* @license http://www.opensource.org/licenses/mit-license.php MIT
|
* @link https://github.com/barryvdh/laravel-ide-helper
|
||||||
* @link https://github.com/barryvdh/laravel-ide-helper
|
*/
|
||||||
*/
|
|
||||||
|
namespace Barryvdh\LaravelIdeHelper;
|
||||||
namespace Barryvdh\LaravelIdeHelper;
|
|
||||||
|
use Illuminate\Foundation\AliasLoader;
|
||||||
use Illuminate\Foundation\AliasLoader;
|
use Illuminate\Config\Repository as ConfigRepository;
|
||||||
use Illuminate\Support\Collection;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
use Illuminate\Support\Str;
|
|
||||||
use Illuminate\Support\Traits\Macroable;
|
class Generator
|
||||||
use ReflectionClass;
|
{
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
/** @var \Illuminate\Config\Repository */
|
||||||
|
protected $config;
|
||||||
class Generator
|
|
||||||
{
|
/** @var \Illuminate\View\Factory */
|
||||||
/** @var \Illuminate\Config\Repository */
|
protected $view;
|
||||||
protected $config;
|
|
||||||
|
/** @var \Symfony\Component\Console\Output\OutputInterface */
|
||||||
/** @var \Illuminate\View\Factory */
|
protected $output;
|
||||||
protected $view;
|
|
||||||
|
protected $extra = array();
|
||||||
/** @var \Symfony\Component\Console\Output\OutputInterface */
|
protected $magic = array();
|
||||||
protected $output;
|
protected $interfaces = array();
|
||||||
|
protected $helpers;
|
||||||
protected $extra = [];
|
|
||||||
protected $magic = [];
|
/**
|
||||||
protected $interfaces = [];
|
* @param \Illuminate\Config\Repository $config
|
||||||
protected $helpers;
|
* @param \Illuminate\View\Factory $view
|
||||||
|
* @param \Symfony\Component\Console\Output\OutputInterface $output
|
||||||
/**
|
* @param string $helpers
|
||||||
* @param \Illuminate\Config\Repository $config
|
*/
|
||||||
* @param \Illuminate\View\Factory $view
|
public function __construct(ConfigRepository $config,
|
||||||
* @param \Symfony\Component\Console\Output\OutputInterface $output
|
/* Illuminate\View\Factory */ $view,
|
||||||
* @param string $helpers
|
OutputInterface $output = null,
|
||||||
*/
|
$helpers = ''
|
||||||
public function __construct(
|
) {
|
||||||
/*ConfigRepository */
|
$this->config = $config;
|
||||||
$config,
|
$this->view = $view;
|
||||||
/* Illuminate\View\Factory */
|
|
||||||
$view,
|
// Find the drivers to add to the extra/interfaces
|
||||||
OutputInterface $output = null,
|
$this->detectDrivers();
|
||||||
$helpers = ''
|
|
||||||
) {
|
$this->extra = array_merge($this->extra, $this->config->get('laravel-ide-helper::extra'));
|
||||||
$this->config = $config;
|
$this->magic = array_merge($this->magic, $this->config->get('laravel-ide-helper::magic'));
|
||||||
$this->view = $view;
|
$this->interfaces = array_merge($this->interfaces, $this->config->get('laravel-ide-helper::interfaces'));
|
||||||
|
// Make all interface classes absolute
|
||||||
// Find the drivers to add to the extra/interfaces
|
foreach ($this->interfaces as &$interface) {
|
||||||
$this->detectDrivers();
|
$interface = '\\' . ltrim($interface, '\\');
|
||||||
|
}
|
||||||
$this->extra = array_merge($this->extra, $this->config->get('ide-helper.extra'));
|
$this->helpers = $helpers;
|
||||||
$this->magic = array_merge($this->magic, $this->config->get('ide-helper.magic'));
|
}
|
||||||
$this->interfaces = array_merge($this->interfaces, $this->config->get('ide-helper.interfaces'));
|
|
||||||
// Make all interface classes absolute
|
/**
|
||||||
foreach ($this->interfaces as &$interface) {
|
* Generate the helper file contents;
|
||||||
$interface = '\\' . ltrim($interface, '\\');
|
*
|
||||||
}
|
* @param string $format The format to generate the helper in (php/json)
|
||||||
$this->helpers = $helpers;
|
* @return string;
|
||||||
}
|
*/
|
||||||
|
public function generate($format = 'php')
|
||||||
/**
|
{
|
||||||
* Generate the helper file contents;
|
// Check if the generator for this format exists
|
||||||
*
|
$method = 'generate'.ucfirst($format).'Helper';
|
||||||
* @return string;
|
if (method_exists($this, $method)) {
|
||||||
*/
|
return $this->$method();
|
||||||
public function generate()
|
}
|
||||||
{
|
|
||||||
$app = app();
|
return $this->generatePhpHelper();
|
||||||
return $this->view->make('helper')
|
}
|
||||||
->with('namespaces_by_extends_ns', $this->getAliasesByExtendsNamespace())
|
|
||||||
->with('namespaces_by_alias_ns', $this->getAliasesByAliasNamespace())
|
public function generatePhpHelper()
|
||||||
->with('helpers', $this->helpers)
|
{
|
||||||
->with('version', $app->version())
|
$app = app();
|
||||||
->with('include_fluent', $this->config->get('ide-helper.include_fluent', true))
|
return $this->view->make('laravel-ide-helper::ide-helper')
|
||||||
->with('factories', $this->config->get('ide-helper.include_factory_builders') ? Factories::all() : [])
|
->with('namespaces', $this->getNamespaces())
|
||||||
->render();
|
->with('helpers', $this->helpers)
|
||||||
}
|
->with('version', $app::VERSION)
|
||||||
|
->render();
|
||||||
protected function detectDrivers()
|
}
|
||||||
{
|
|
||||||
$defaultUserModel = config('auth.providers.users.model', config('auth.model', 'App\User'));
|
public function generateJsonHelper()
|
||||||
$this->interfaces['\Illuminate\Contracts\Auth\Authenticatable'] = $defaultUserModel;
|
{
|
||||||
|
$classes = array();
|
||||||
try {
|
foreach ($this->getNamespaces() as $aliases) {
|
||||||
if (
|
foreach($aliases as $alias) {
|
||||||
class_exists('Auth') && is_a('Auth', '\Illuminate\Support\Facades\Auth', true)
|
$functions = array();
|
||||||
&& app()->bound('auth')
|
foreach ($alias->getMethods() as $method) {
|
||||||
) {
|
$functions[$method->getName()] = '('. $method->getParamsWithDefault().')';
|
||||||
$class = get_class(\Auth::guard());
|
}
|
||||||
$this->extra['Auth'] = [$class];
|
$classes[$alias->getAlias()] = array(
|
||||||
$this->interfaces['\Illuminate\Auth\UserProviderInterface'] = $class;
|
'functions' => $functions,
|
||||||
}
|
);
|
||||||
} catch (\Exception $e) {
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
$flags = JSON_FORCE_OBJECT;
|
||||||
if (class_exists('DB') && is_a('DB', '\Illuminate\Support\Facades\DB', true)) {
|
if (defined('JSON_PRETTY_PRINT')) {
|
||||||
$class = get_class(\DB::connection());
|
$flags |= JSON_PRETTY_PRINT;
|
||||||
$this->extra['DB'] = [$class];
|
}
|
||||||
$this->interfaces['\Illuminate\Database\ConnectionInterface'] = $class;
|
|
||||||
}
|
return json_encode(array(
|
||||||
} catch (\Exception $e) {
|
'php' => array(
|
||||||
}
|
'classes' => $classes,
|
||||||
|
),
|
||||||
try {
|
), $flags);
|
||||||
if (class_exists('Cache') && is_a('Cache', '\Illuminate\Support\Facades\Cache', true)) {
|
}
|
||||||
$driver = get_class(\Cache::driver());
|
|
||||||
$store = get_class(\Cache::getStore());
|
protected function detectDrivers()
|
||||||
$this->extra['Cache'] = [$driver, $store];
|
{
|
||||||
$this->interfaces['\Illuminate\Cache\StoreInterface'] = $store;
|
try{
|
||||||
}
|
if (class_exists('Auth') && is_a('Auth', '\Illuminate\Support\Facades\Auth', true)) {
|
||||||
} catch (\Exception $e) {
|
$class = get_class(\Auth::driver());
|
||||||
}
|
$this->extra['Auth'] = array($class);
|
||||||
|
$this->interfaces['\Illuminate\Auth\UserProviderInterface'] = $class;
|
||||||
try {
|
}
|
||||||
if (class_exists('Queue') && is_a('Queue', '\Illuminate\Support\Facades\Queue', true)) {
|
}catch (\Exception $e) {}
|
||||||
$class = get_class(\Queue::connection());
|
|
||||||
$this->extra['Queue'] = [$class];
|
try{
|
||||||
$this->interfaces['\Illuminate\Queue\QueueInterface'] = $class;
|
if (class_exists('DB') && is_a('DB', '\Illuminate\Support\Facades\DB', true)) {
|
||||||
}
|
$class = get_class(\DB::connection());
|
||||||
} catch (\Exception $e) {
|
$this->extra['DB'] = array($class);
|
||||||
}
|
$this->interfaces['\Illuminate\Database\ConnectionInterface'] = $class;
|
||||||
|
}
|
||||||
try {
|
}catch (\Exception $e) {}
|
||||||
if (class_exists('SSH') && is_a('SSH', '\Illuminate\Support\Facades\SSH', true)) {
|
|
||||||
$class = get_class(\SSH::connection());
|
try{
|
||||||
$this->extra['SSH'] = [$class];
|
if (class_exists('Cache') && is_a('Cache', '\Illuminate\Support\Facades\Cache', true)) {
|
||||||
$this->interfaces['\Illuminate\Remote\ConnectionInterface'] = $class;
|
$driver = get_class(\Cache::driver());
|
||||||
}
|
$store = get_class(\Cache::getStore());
|
||||||
} catch (\Exception $e) {
|
$this->extra['Cache'] = array($driver, $store);
|
||||||
}
|
$this->interfaces['\Illuminate\Cache\StoreInterface'] = $store;
|
||||||
|
}
|
||||||
try {
|
}catch (\Exception $e) {}
|
||||||
if (class_exists('Storage') && is_a('Storage', '\Illuminate\Support\Facades\Storage', true)) {
|
|
||||||
$class = get_class(\Storage::disk());
|
try{
|
||||||
$this->extra['Storage'] = [$class];
|
if (class_exists('Queue') && is_a('Queue', '\Illuminate\Support\Facades\Queue', true)) {
|
||||||
$this->interfaces['\Illuminate\Contracts\Filesystem\Filesystem'] = $class;
|
$class = get_class(\Queue::connection());
|
||||||
}
|
$this->extra['Queue'] = array($class);
|
||||||
} catch (\Exception $e) {
|
$this->interfaces['\Illuminate\Queue\QueueInterface'] = $class;
|
||||||
}
|
}
|
||||||
}
|
}catch (\Exception $e) {}
|
||||||
|
|
||||||
/**
|
try{
|
||||||
* Find all aliases that are valid for us to render
|
if (class_exists('SSH') && is_a('SSH', '\Illuminate\Support\Facades\SSH', true)){
|
||||||
*
|
$class = get_class(\SSH::connection());
|
||||||
* @return Collection
|
$this->extra['SSH'] = array($class);
|
||||||
*/
|
$this->interfaces['\Illuminate\Remote\ConnectionInterface'] = $class;
|
||||||
protected function getValidAliases()
|
}
|
||||||
{
|
}catch (\Exception $e) {}
|
||||||
$aliases = new Collection();
|
|
||||||
|
}
|
||||||
// Get all aliases
|
|
||||||
foreach ($this->getAliases() as $name => $facade) {
|
/**
|
||||||
// Skip the Redis facade, if not available (otherwise Fatal PHP Error)
|
* Find all namespaces/aliases that are valid for us to render
|
||||||
if ($facade == 'Illuminate\Support\Facades\Redis' && $name == 'Redis' && !class_exists('Predis\Client')) {
|
*
|
||||||
continue;
|
* @return array
|
||||||
}
|
*/
|
||||||
|
protected function getNamespaces()
|
||||||
$magicMethods = array_key_exists($name, $this->magic) ? $this->magic[$name] : [];
|
{
|
||||||
$alias = new Alias($this->config, $name, $facade, $magicMethods, $this->interfaces);
|
$namespaces = array();
|
||||||
if ($alias->isValid()) {
|
|
||||||
//Add extra methods, from other classes (magic static calls)
|
// Get all aliases
|
||||||
if (array_key_exists($name, $this->extra)) {
|
foreach (AliasLoader::getInstance()->getAliases() as $name => $facade) {
|
||||||
$alias->addClass($this->extra[$name]);
|
$magicMethods = array_key_exists($name, $this->magic) ? $this->magic[$name] : array();
|
||||||
}
|
$alias = new Alias($name, $facade, $magicMethods, $this->interfaces);
|
||||||
|
if ($alias->isValid()) {
|
||||||
$aliases[] = $alias;
|
|
||||||
}
|
//Add extra methods, from other classes (magic static calls)
|
||||||
}
|
if (array_key_exists($name, $this->extra)) {
|
||||||
|
$alias->addClass($this->extra[$name]);
|
||||||
return $aliases;
|
}
|
||||||
}
|
|
||||||
|
$namespace = $alias->getNamespace();
|
||||||
/**
|
if (!isset($namespaces[$namespace])) {
|
||||||
* Regroup aliases by namespace of extended classes
|
$namespaces[$namespace] = array();
|
||||||
*
|
}
|
||||||
* @return Collection
|
$namespaces[$namespace][] = $alias;
|
||||||
*/
|
}
|
||||||
protected function getAliasesByExtendsNamespace()
|
|
||||||
{
|
}
|
||||||
$aliases = $this->getValidAliases();
|
|
||||||
|
return $namespaces;
|
||||||
$this->addMacroableClasses($aliases);
|
}
|
||||||
|
|
||||||
return $aliases->groupBy(function (Alias $alias) {
|
/**
|
||||||
return $alias->getExtendsNamespace();
|
* Get the driver/connection/store from the managers
|
||||||
});
|
*
|
||||||
}
|
* @param $alias
|
||||||
|
* @return array|bool|string
|
||||||
/**
|
*/
|
||||||
* Regroup aliases by namespace of alias
|
public function getDriver($alias)
|
||||||
*
|
{
|
||||||
* @return Collection
|
try {
|
||||||
*/
|
if ($alias == "Auth") {
|
||||||
protected function getAliasesByAliasNamespace()
|
$driver = \Auth::driver();
|
||||||
{
|
} elseif ($alias == "DB") {
|
||||||
return $this->getValidAliases()->groupBy(function (Alias $alias) {
|
$driver = \DB::connection();
|
||||||
return $alias->getNamespace();
|
} elseif ($alias == "Cache") {
|
||||||
});
|
$driver = get_class(\Cache::driver());
|
||||||
}
|
$store = get_class(\Cache::getStore());
|
||||||
|
return array($driver, $store);
|
||||||
protected function getAliases()
|
} elseif ($alias == "Queue") {
|
||||||
{
|
$driver = \Queue::connection();
|
||||||
// For Laravel, use the AliasLoader
|
} else {
|
||||||
if (class_exists('Illuminate\Foundation\AliasLoader')) {
|
return false;
|
||||||
return AliasLoader::getInstance()->getAliases();
|
}
|
||||||
}
|
|
||||||
|
return get_class($driver);
|
||||||
$facades = [
|
} catch (\Exception $e) {
|
||||||
'App' => 'Illuminate\Support\Facades\App',
|
$this->error("Could not determine driver/connection for $alias.");
|
||||||
'Auth' => 'Illuminate\Support\Facades\Auth',
|
return false;
|
||||||
'Bus' => 'Illuminate\Support\Facades\Bus',
|
}
|
||||||
'DB' => 'Illuminate\Support\Facades\DB',
|
}
|
||||||
'Cache' => 'Illuminate\Support\Facades\Cache',
|
|
||||||
'Cookie' => 'Illuminate\Support\Facades\Cookie',
|
/**
|
||||||
'Crypt' => 'Illuminate\Support\Facades\Crypt',
|
* Write a string as error output.
|
||||||
'Event' => 'Illuminate\Support\Facades\Event',
|
*
|
||||||
'Hash' => 'Illuminate\Support\Facades\Hash',
|
* @param string $string
|
||||||
'Log' => 'Illuminate\Support\Facades\Log',
|
* @return void
|
||||||
'Mail' => 'Illuminate\Support\Facades\Mail',
|
*/
|
||||||
'Queue' => 'Illuminate\Support\Facades\Queue',
|
protected function error($string)
|
||||||
'Request' => 'Illuminate\Support\Facades\Request',
|
{
|
||||||
'Schema' => 'Illuminate\Support\Facades\Schema',
|
if($this->output){
|
||||||
'Session' => 'Illuminate\Support\Facades\Session',
|
$this->output->writeln("<error>$string</error>");
|
||||||
'Storage' => 'Illuminate\Support\Facades\Storage',
|
}else{
|
||||||
'Validator' => 'Illuminate\Support\Facades\Validator',
|
echo $string . "\r\n";
|
||||||
'Gate' => 'Illuminate\Support\Facades\Gate',
|
}
|
||||||
];
|
}
|
||||||
|
}
|
||||||
$facades = array_merge($facades, $this->config->get('app.aliases', []));
|
|
||||||
|
|
||||||
// Only return the ones that actually exist
|
|
||||||
return array_filter(
|
|
||||||
$facades,
|
|
||||||
function ($alias) {
|
|
||||||
return class_exists($alias);
|
|
||||||
},
|
|
||||||
ARRAY_FILTER_USE_KEY
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Write a string as error output.
|
|
||||||
*
|
|
||||||
* @param string $string
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
protected function error($string)
|
|
||||||
{
|
|
||||||
if ($this->output) {
|
|
||||||
$this->output->writeln("<error>$string</error>");
|
|
||||||
} else {
|
|
||||||
echo $string . "\r\n";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Add all macroable classes which are not already loaded as an alias and have defined macros.
|
|
||||||
*
|
|
||||||
* @param Collection $aliases
|
|
||||||
*/
|
|
||||||
protected function addMacroableClasses(Collection $aliases)
|
|
||||||
{
|
|
||||||
$macroable = $this->getMacroableClasses($aliases);
|
|
||||||
|
|
||||||
foreach ($macroable as $class) {
|
|
||||||
$reflection = new ReflectionClass($class);
|
|
||||||
|
|
||||||
if (!$reflection->getStaticProperties()['macros']) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
$aliases[] = new Alias($this->config, $class, $class, [], $this->interfaces);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get all loaded macroable classes which are not loaded as an alias.
|
|
||||||
*
|
|
||||||
* @param Collection $aliases
|
|
||||||
* @return Collection
|
|
||||||
*/
|
|
||||||
protected function getMacroableClasses(Collection $aliases)
|
|
||||||
{
|
|
||||||
return (new Collection(get_declared_classes()))
|
|
||||||
->filter(function ($class) {
|
|
||||||
$reflection = new ReflectionClass($class);
|
|
||||||
|
|
||||||
// Filter out internal classes and class aliases
|
|
||||||
return !$reflection->isInternal() && $reflection->getName() === $class;
|
|
||||||
})
|
|
||||||
->filter(function ($class) {
|
|
||||||
$traits = class_uses($class);
|
|
||||||
|
|
||||||
// Filter only classes with the macroable trait
|
|
||||||
return isset($traits[Macroable::class]);
|
|
||||||
})
|
|
||||||
->filter(function ($class) use ($aliases) {
|
|
||||||
$class = Str::start($class, '\\');
|
|
||||||
|
|
||||||
// Filter out aliases
|
|
||||||
return !$aliases->first(function (Alias $alias) use ($class) {
|
|
||||||
return $alias->getExtends() === $class;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper;
|
|
||||||
|
|
||||||
class Helpers
|
|
||||||
{
|
|
||||||
public static function isLaravel(): bool
|
|
||||||
{
|
|
||||||
return class_exists('Illuminate\Foundation\Application');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Laravel IDE Helper Generator
|
* Laravel IDE Helper Generator
|
||||||
*
|
*
|
||||||
@@ -11,23 +10,20 @@
|
|||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper;
|
namespace Barryvdh\LaravelIdeHelper;
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\EloquentCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\GeneratorCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\MetaCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Listeners\GenerateModelHelper;
|
|
||||||
use Illuminate\Console\Events\CommandFinished;
|
|
||||||
use Illuminate\Contracts\Support\DeferrableProvider;
|
|
||||||
use Illuminate\Database\Events\MigrationsEnded;
|
|
||||||
use Illuminate\Foundation\Application;
|
|
||||||
use Illuminate\Support\ServiceProvider;
|
use Illuminate\Support\ServiceProvider;
|
||||||
use Illuminate\View\Engines\EngineResolver;
|
use Barryvdh\LaravelIdeHelper\Console\GeneratorCommand;
|
||||||
use Illuminate\View\Engines\PhpEngine;
|
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
||||||
use Illuminate\View\Factory;
|
|
||||||
use Illuminate\View\FileViewFinder;
|
|
||||||
|
|
||||||
class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProvider
|
class IdeHelperServiceProvider extends ServiceProvider
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Indicates if loading of the provider is deferred.
|
||||||
|
*
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
protected $defer = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bootstrap the application events.
|
* Bootstrap the application events.
|
||||||
*
|
*
|
||||||
@@ -35,25 +31,7 @@ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProv
|
|||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
if ($this->app['config']->get('ide-helper.post_migrate', [])) {
|
$this->package('barryvdh/laravel-ide-helper', 'laravel-ide-helper', __DIR__);
|
||||||
$this->app['events']->listen(CommandFinished::class, GenerateModelHelper::class);
|
|
||||||
$this->app['events']->listen(MigrationsEnded::class, function () {
|
|
||||||
GenerateModelHelper::$shouldRun = true;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($this->app->has('view')) {
|
|
||||||
$viewPath = __DIR__ . '/../resources/views';
|
|
||||||
$this->loadViewsFrom($viewPath, 'ide-helper');
|
|
||||||
}
|
|
||||||
|
|
||||||
$configPath = __DIR__ . '/../config/ide-helper.php';
|
|
||||||
if (function_exists('config_path')) {
|
|
||||||
$publishPath = config_path('ide-helper.php');
|
|
||||||
} else {
|
|
||||||
$publishPath = base_path('config/ide-helper.php');
|
|
||||||
}
|
|
||||||
$this->publishes([$configPath => $publishPath], 'config');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -63,44 +41,19 @@ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProv
|
|||||||
*/
|
*/
|
||||||
public function register()
|
public function register()
|
||||||
{
|
{
|
||||||
$configPath = __DIR__ . '/../config/ide-helper.php';
|
$this->app['command.ide-helper.generate'] = $this->app->share(
|
||||||
$this->mergeConfigFrom($configPath, 'ide-helper');
|
|
||||||
$localViewFactory = $this->createLocalViewFactory();
|
|
||||||
|
|
||||||
$this->app->singleton(
|
|
||||||
'command.ide-helper.generate',
|
|
||||||
function ($app) use ($localViewFactory) {
|
|
||||||
return new GeneratorCommand($app['config'], $app['files'], $localViewFactory);
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
$this->app->singleton(
|
|
||||||
'command.ide-helper.models',
|
|
||||||
function ($app) {
|
function ($app) {
|
||||||
return new ModelsCommand($app['files']);
|
return new GeneratorCommand($app['config'], $app['files'], $app['view']);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->app->singleton(
|
$this->app['command.ide-helper.models'] = $this->app->share(
|
||||||
'command.ide-helper.meta',
|
function () {
|
||||||
function ($app) use ($localViewFactory) {
|
return new ModelsCommand();
|
||||||
return new MetaCommand($app['files'], $localViewFactory, $app['config']);
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->app->singleton(
|
$this->commands('command.ide-helper.generate', 'command.ide-helper.models');
|
||||||
'command.ide-helper.eloquent',
|
|
||||||
function ($app) {
|
|
||||||
return new EloquentCommand($app['files']);
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
$this->commands(
|
|
||||||
'command.ide-helper.generate',
|
|
||||||
'command.ide-helper.models',
|
|
||||||
'command.ide-helper.meta',
|
|
||||||
'command.ide-helper.eloquent'
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -110,26 +63,39 @@ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProv
|
|||||||
*/
|
*/
|
||||||
public function provides()
|
public function provides()
|
||||||
{
|
{
|
||||||
return ['command.ide-helper.generate', 'command.ide-helper.models'];
|
return array('command.ide-helper.generate', 'command.ide-helper.models');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Factory
|
* Register the package's component namespaces.
|
||||||
|
*
|
||||||
|
* @param string $package
|
||||||
|
* @param string $namespace
|
||||||
|
* @param string $path
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
private function createLocalViewFactory()
|
public function package($package, $namespace = null, $path = null)
|
||||||
{
|
{
|
||||||
$resolver = new EngineResolver();
|
|
||||||
$resolver->register('php', function () {
|
// Is it possible to register the config?
|
||||||
if (Helpers::isLaravel() && (int) Application::VERSION < 8) {
|
if (method_exists($this->app['config'], 'package')) {
|
||||||
return new PhpEngine();
|
$this->app['config']->package($package, $path.'/config', $namespace);
|
||||||
|
} else {
|
||||||
|
// Load the config for now..
|
||||||
|
$config = $this->app['files']->getRequire($path .'/config/config.php');
|
||||||
|
foreach($config as $key => $value){
|
||||||
|
$this->app['config']->set($namespace.'::'.$key, $value);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return new PhpEngine($this->app['files']);
|
// Register view files
|
||||||
});
|
$appView = $this->app['path']."/views/packages/{$package}";
|
||||||
$finder = new FileViewFinder($this->app['files'], [__DIR__ . '/../resources/views']);
|
if ($this->app['files']->isDirectory($appView))
|
||||||
$factory = new Factory($resolver, $finder, $this->app['events']);
|
{
|
||||||
$factory->addExtension('php', 'php');
|
$this->app['view']->addNamespace($namespace, $appView);
|
||||||
|
}
|
||||||
|
|
||||||
return $factory;
|
$this->app['view']->addNamespace($namespace, $path.'/views');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,52 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Listeners;
|
|
||||||
|
|
||||||
use Illuminate\Console\Events\CommandFinished;
|
|
||||||
use Illuminate\Contracts\Config\Repository as Config;
|
|
||||||
use Illuminate\Contracts\Console\Kernel as Artisan;
|
|
||||||
|
|
||||||
class GenerateModelHelper
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Tracks whether we should run the models command on the CommandFinished event or not.
|
|
||||||
* Set to true by the MigrationsEnded event, needs to be cleared before artisan call to prevent infinite loop.
|
|
||||||
*
|
|
||||||
* @var bool
|
|
||||||
*/
|
|
||||||
public static $shouldRun = false;
|
|
||||||
|
|
||||||
/** @var \Illuminate\Contracts\Console\Kernel */
|
|
||||||
protected $artisan;
|
|
||||||
|
|
||||||
/** @var \Illuminate\Contracts\Config\Repository */
|
|
||||||
protected $config;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param \Illuminate\Contracts\Console\Kernel $artisan
|
|
||||||
* @param \Illuminate\Contracts\Config\Repository $config
|
|
||||||
*/
|
|
||||||
public function __construct(Artisan $artisan, Config $config)
|
|
||||||
{
|
|
||||||
$this->artisan = $artisan;
|
|
||||||
$this->config = $config;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Handle the event.
|
|
||||||
*
|
|
||||||
* @param CommandFinished $event
|
|
||||||
*/
|
|
||||||
public function handle(CommandFinished $event)
|
|
||||||
{
|
|
||||||
if (!self::$shouldRun) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
self::$shouldRun = false;
|
|
||||||
|
|
||||||
foreach ($this->config->get('ide-helper.post_migrate', []) as $command) {
|
|
||||||
$this->artisan->call($command, [], $event->output);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,99 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper;
|
|
||||||
|
|
||||||
use Barryvdh\Reflection\DocBlock;
|
|
||||||
use Barryvdh\Reflection\DocBlock\Tag;
|
|
||||||
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
|
|
||||||
use Illuminate\Support\Collection;
|
|
||||||
|
|
||||||
class Macro extends Method
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Macro constructor.
|
|
||||||
*
|
|
||||||
* @param \ReflectionFunctionAbstract $method
|
|
||||||
* @param string $alias
|
|
||||||
* @param \ReflectionClass $class
|
|
||||||
* @param null $methodName
|
|
||||||
* @param array $interfaces
|
|
||||||
* @param array $classAliases
|
|
||||||
*/
|
|
||||||
public function __construct(
|
|
||||||
$method,
|
|
||||||
$alias,
|
|
||||||
$class,
|
|
||||||
$methodName = null,
|
|
||||||
$interfaces = [],
|
|
||||||
$classAliases = []
|
|
||||||
) {
|
|
||||||
parent::__construct($method, $alias, $class, $methodName, $interfaces, $classAliases);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param \ReflectionFunctionAbstract $method
|
|
||||||
*/
|
|
||||||
protected function initPhpDoc($method)
|
|
||||||
{
|
|
||||||
$this->phpdoc = new DocBlock($method);
|
|
||||||
|
|
||||||
$this->addLocationToPhpDoc();
|
|
||||||
|
|
||||||
// Add macro parameters if they are missed in original docblock
|
|
||||||
if (!$this->phpdoc->hasTag('param')) {
|
|
||||||
foreach ($method->getParameters() as $parameter) {
|
|
||||||
$type = $parameter->hasType() ? $parameter->getType()->getName() : 'mixed';
|
|
||||||
$type .= $parameter->hasType() && $parameter->getType()->allowsNull() ? '|null' : '';
|
|
||||||
|
|
||||||
$name = $parameter->isVariadic() ? '...' : '';
|
|
||||||
$name .= '$' . $parameter->getName();
|
|
||||||
|
|
||||||
$this->phpdoc->appendTag(Tag::createInstance("@param {$type} {$name}"));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Add macro return type if it missed in original docblock
|
|
||||||
if ($method->hasReturnType() && !$this->phpdoc->hasTag('return')) {
|
|
||||||
$builder = EloquentBuilder::class;
|
|
||||||
$return = $method->getReturnType();
|
|
||||||
|
|
||||||
$type = $return->getName();
|
|
||||||
$type .= $this->root === "\\{$builder}" && $return->getName() === $builder ? '|static' : '';
|
|
||||||
$type .= $return->allowsNull() ? '|null' : '';
|
|
||||||
|
|
||||||
$this->phpdoc->appendTag(Tag::createInstance("@return {$type}"));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function addLocationToPhpDoc()
|
|
||||||
{
|
|
||||||
if ($this->method->name === '__invoke') {
|
|
||||||
$enclosingClass = $this->method->getDeclaringClass();
|
|
||||||
} else {
|
|
||||||
$enclosingClass = $this->method->getClosureScopeClass();
|
|
||||||
}
|
|
||||||
|
|
||||||
/** @var \ReflectionMethod $enclosingMethod */
|
|
||||||
$enclosingMethod = Collection::make($enclosingClass->getMethods())
|
|
||||||
->first(function (\ReflectionMethod $method) {
|
|
||||||
return $method->getStartLine() <= $this->method->getStartLine()
|
|
||||||
&& $method->getEndLine() >= $this->method->getEndLine();
|
|
||||||
});
|
|
||||||
|
|
||||||
if ($enclosingMethod) {
|
|
||||||
$this->phpdoc->appendTag(Tag::createInstance(
|
|
||||||
'@see \\' . $enclosingClass->getName() . '::' . $enclosingMethod->getName() . '()'
|
|
||||||
));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param \ReflectionFunctionAbstract $method
|
|
||||||
* @param \ReflectionClass $class
|
|
||||||
*/
|
|
||||||
protected function initClassDefinedProperties($method, \ReflectionClass $class)
|
|
||||||
{
|
|
||||||
$this->namespace = $class->getNamespaceName();
|
|
||||||
$this->declaringClassName = '\\' . ltrim($class->name, '\\');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+311
-379
@@ -1,379 +1,311 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
/**
|
* Laravel IDE Helper Generator
|
||||||
* Laravel IDE Helper Generator
|
*
|
||||||
*
|
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
||||||
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
* @copyright 2014 Barry vd. Heuvel / Fruitcake Studio (http://www.fruitcakestudio.nl)
|
||||||
* @copyright 2014 Barry vd. Heuvel / Fruitcake Studio (http://www.fruitcakestudio.nl)
|
* @license http://www.opensource.org/licenses/mit-license.php MIT
|
||||||
* @license http://www.opensource.org/licenses/mit-license.php MIT
|
* @link https://github.com/barryvdh/laravel-ide-helper
|
||||||
* @link https://github.com/barryvdh/laravel-ide-helper
|
*/
|
||||||
*/
|
|
||||||
|
namespace Barryvdh\LaravelIdeHelper;
|
||||||
namespace Barryvdh\LaravelIdeHelper;
|
|
||||||
|
use phpDocumentor\Reflection\DocBlock;
|
||||||
use Barryvdh\Reflection\DocBlock;
|
use phpDocumentor\Reflection\DocBlock\Context;
|
||||||
use Barryvdh\Reflection\DocBlock\Context;
|
use phpDocumentor\Reflection\DocBlock\Tag;
|
||||||
use Barryvdh\Reflection\DocBlock\Serializer as DocBlockSerializer;
|
use phpDocumentor\Reflection\DocBlock\Tag\ReturnTag;
|
||||||
use Barryvdh\Reflection\DocBlock\Tag;
|
use phpDocumentor\Reflection\DocBlock\Tag\ParamTag;
|
||||||
use Barryvdh\Reflection\DocBlock\Tag\ParamTag;
|
use phpDocumentor\Reflection\DocBlock\Serializer as DocBlockSerializer;
|
||||||
use Barryvdh\Reflection\DocBlock\Tag\ReturnTag;
|
|
||||||
use Illuminate\Database\Eloquent\Builder;
|
class Method
|
||||||
use Illuminate\Support\Str;
|
{
|
||||||
|
/** @var \phpDocumentor\Reflection\DocBlock */
|
||||||
class Method
|
protected $phpdoc;
|
||||||
{
|
|
||||||
/** @var \Barryvdh\Reflection\DocBlock */
|
/** @var \ReflectionMethod */
|
||||||
protected $phpdoc;
|
protected $method;
|
||||||
|
|
||||||
/** @var \ReflectionMethod */
|
protected $output = '';
|
||||||
protected $method;
|
protected $name;
|
||||||
|
protected $namespace;
|
||||||
protected $output = '';
|
protected $params = array();
|
||||||
protected $declaringClassName;
|
protected $params_with_default = array();
|
||||||
protected $name;
|
protected $interfaces = array();
|
||||||
protected $namespace;
|
protected $return = null;
|
||||||
protected $params = [];
|
|
||||||
protected $params_with_default = [];
|
/**
|
||||||
protected $interfaces = [];
|
* @param \ReflectionMethod $method
|
||||||
protected $real_name;
|
* @param string $alias
|
||||||
protected $return = null;
|
* @param string $class
|
||||||
protected $root;
|
* @param string|null $methodName
|
||||||
protected $classAliases;
|
* @param array $interfaces
|
||||||
|
*/
|
||||||
/**
|
public function __construct(\ReflectionMethod $method, $alias, $class, $methodName = null, $interfaces = array())
|
||||||
* @param \ReflectionMethod|\ReflectionFunctionAbstract $method
|
{
|
||||||
* @param string $alias
|
$this->method = $method;
|
||||||
* @param \ReflectionClass $class
|
$this->interfaces = $interfaces;
|
||||||
* @param string|null $methodName
|
$this->name = $methodName ?: $method->name;
|
||||||
* @param array $interfaces
|
$this->namespace = $method->getDeclaringClass()->getNamespaceName();
|
||||||
* @param array $classAliases
|
|
||||||
*/
|
//Create a DocBlock and serializer instance
|
||||||
public function __construct($method, $alias, $class, $methodName = null, $interfaces = [], array $classAliases = [])
|
$this->phpdoc = new DocBlock($method, new Context($this->namespace));
|
||||||
{
|
|
||||||
$this->method = $method;
|
//Normalize the description and inherit the docs from parents/interfaces
|
||||||
$this->interfaces = $interfaces;
|
try {
|
||||||
$this->classAliases = $classAliases;
|
$this->normalizeParams($this->phpdoc);
|
||||||
$this->name = $methodName ?: $method->name;
|
$this->normalizeReturn($this->phpdoc);
|
||||||
$this->real_name = $method->isClosure() ? $this->name : $method->name;
|
$this->normalizeDescription($this->phpdoc);
|
||||||
$this->initClassDefinedProperties($method, $class);
|
} catch (\Exception $e) {}
|
||||||
|
|
||||||
//Reference the 'real' function in the declaring class
|
//Get the parameters, including formatted default values
|
||||||
$this->root = '\\' . ltrim($method->name === '__invoke' ? $method->getDeclaringClass()->getName() : $class->getName(), '\\');
|
$this->getParameters($method);
|
||||||
|
|
||||||
//Create a DocBlock and serializer instance
|
//Make the method static
|
||||||
$this->initPhpDoc($method);
|
$this->phpdoc->appendTag(Tag::createInstance('@static', $this->phpdoc));
|
||||||
|
|
||||||
//Normalize the description and inherit the docs from parents/interfaces
|
//Reference the 'real' function in the declaringclass
|
||||||
try {
|
$declaringClass = $method->getDeclaringClass();
|
||||||
$this->normalizeParams($this->phpdoc);
|
$this->declaringClassName = '\\' . ltrim($declaringClass->name, '\\');
|
||||||
$this->normalizeReturn($this->phpdoc);
|
$this->root = '\\' . ltrim($class->getName(), '\\');
|
||||||
$this->normalizeDescription($this->phpdoc);
|
}
|
||||||
} catch (\Exception $e) {
|
|
||||||
}
|
/**
|
||||||
|
* Get the class wherein the function resides
|
||||||
//Get the parameters, including formatted default values
|
*
|
||||||
$this->getParameters($method);
|
* @return string
|
||||||
|
*/
|
||||||
//Make the method static
|
public function getDeclaringClass()
|
||||||
$this->phpdoc->appendTag(Tag::createInstance('@static', $this->phpdoc));
|
{
|
||||||
}
|
return $this->declaringClassName;
|
||||||
|
}
|
||||||
/**
|
|
||||||
* @param \ReflectionMethod $method
|
/**
|
||||||
*/
|
* Return the class from which this function would be called
|
||||||
protected function initPhpDoc($method)
|
*
|
||||||
{
|
* @return string
|
||||||
$this->phpdoc = new DocBlock($method, new Context($this->namespace, $this->classAliases));
|
*/
|
||||||
}
|
public function getRoot()
|
||||||
|
{
|
||||||
/**
|
return $this->root;
|
||||||
* @param \ReflectionMethod $method
|
}
|
||||||
* @param \ReflectionClass $class
|
|
||||||
*/
|
/**
|
||||||
protected function initClassDefinedProperties($method, \ReflectionClass $class)
|
* Get the docblock for this method
|
||||||
{
|
*
|
||||||
$declaringClass = $method->getDeclaringClass();
|
* @param string $prefix
|
||||||
$this->namespace = $declaringClass->getNamespaceName();
|
* @return mixed
|
||||||
$this->declaringClassName = '\\' . ltrim($declaringClass->name, '\\');
|
*/
|
||||||
}
|
public function getDocComment($prefix = "\t\t")
|
||||||
|
{
|
||||||
/**
|
$serializer = new DocBlockSerializer(1, $prefix);
|
||||||
* Get the class wherein the function resides
|
return $serializer->getDocComment($this->phpdoc);
|
||||||
*
|
}
|
||||||
* @return string
|
|
||||||
*/
|
/**
|
||||||
public function getDeclaringClass()
|
* Get the method name
|
||||||
{
|
*
|
||||||
return $this->declaringClassName;
|
* @return string
|
||||||
}
|
*/
|
||||||
|
public function getName()
|
||||||
/**
|
{
|
||||||
* Return the class from which this function would be called
|
return $this->name;
|
||||||
*
|
}
|
||||||
* @return string
|
|
||||||
*/
|
/**
|
||||||
public function getRoot()
|
* Get the parameters for this method
|
||||||
{
|
*
|
||||||
return $this->root;
|
* @param bool $implode Wether to implode the array or not
|
||||||
}
|
* @return string
|
||||||
|
*/
|
||||||
/**
|
public function getParams($implode = true)
|
||||||
* @return bool
|
{
|
||||||
*/
|
return $implode ? implode(', ', $this->params) : $this->params;
|
||||||
public function isInstanceCall()
|
}
|
||||||
{
|
|
||||||
return !($this->method->isClosure() || $this->method->isStatic());
|
/**
|
||||||
}
|
* Get the parameters for this method including default values
|
||||||
|
*
|
||||||
/**
|
* @param bool $implode Wether to implode the array or not
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getRootMethodCall()
|
public function getParamsWithDefault($implode = true)
|
||||||
{
|
{
|
||||||
if ($this->isInstanceCall()) {
|
return $implode ? implode(', ', $this->params_with_default) : $this->params_with_default;
|
||||||
return "\$instance->{$this->getRealName()}({$this->getParams()})";
|
}
|
||||||
} else {
|
|
||||||
return "{$this->getRoot()}::{$this->getRealName()}({$this->getParams()})";
|
/**
|
||||||
}
|
* Get the description and get the inherited docs.
|
||||||
}
|
*
|
||||||
|
* @param DocBlock $phpdoc
|
||||||
/**
|
*/
|
||||||
* Get the docblock for this method
|
protected function normalizeDescription(DocBlock $phpdoc)
|
||||||
*
|
{
|
||||||
* @param string $prefix
|
//Get the short + long description from the DocBlock
|
||||||
* @return mixed
|
$description = $phpdoc->getText();
|
||||||
*/
|
|
||||||
public function getDocComment($prefix = "\t\t")
|
//Loop through parents/interfaces, to fill in {@inheritdoc}
|
||||||
{
|
if (strpos($description, '{@inheritdoc}') !== false) {
|
||||||
$serializer = new DocBlockSerializer(1, $prefix);
|
$inheritdoc = $this->getInheritDoc($this->method);
|
||||||
return $serializer->getDocComment($this->phpdoc);
|
$inheritDescription = $inheritdoc->getText();
|
||||||
}
|
|
||||||
|
$description = str_replace('{@inheritdoc}', $inheritDescription, $description);
|
||||||
/**
|
$phpdoc->setText($description);
|
||||||
* Get the method name
|
|
||||||
*
|
$this->normalizeParams($inheritdoc);
|
||||||
* @return string
|
$this->normalizeReturn($inheritdoc);
|
||||||
*/
|
|
||||||
public function getName()
|
//Add the tags that are inherited
|
||||||
{
|
$inheritTags = $inheritdoc->getTags();
|
||||||
return $this->name;
|
if ($inheritTags) {
|
||||||
}
|
/** @var Tag $tag */
|
||||||
|
foreach ($inheritTags as $tag) {
|
||||||
/**
|
$tag->setDocBlock();
|
||||||
* Get the real method name
|
$phpdoc->appendTag($tag);
|
||||||
*
|
}
|
||||||
* @return string
|
}
|
||||||
*/
|
}
|
||||||
public function getRealName()
|
}
|
||||||
{
|
|
||||||
return $this->real_name;
|
/**
|
||||||
}
|
* Normalize the parameters
|
||||||
|
*
|
||||||
/**
|
* @param DocBlock $phpdoc
|
||||||
* Get the parameters for this method
|
*/
|
||||||
*
|
protected function normalizeParams(DocBlock $phpdoc)
|
||||||
* @param bool $implode Wether to implode the array or not
|
{
|
||||||
* @return string
|
//Get the return type and adjust them for beter autocomplete
|
||||||
*/
|
$paramTags = $phpdoc->getTagsByName('param');
|
||||||
public function getParams($implode = true)
|
if ($paramTags) {
|
||||||
{
|
/** @var ParamTag $tag */
|
||||||
return $implode ? implode(', ', $this->params) : $this->params;
|
foreach($paramTags as $tag){
|
||||||
}
|
// Convert the keywords
|
||||||
|
$content = $this->convertKeywords($tag->getContent());
|
||||||
/**
|
$tag->setContent($content);
|
||||||
* Get the parameters for this method including default values
|
|
||||||
*
|
// Get the expanded type and re-set the content
|
||||||
* @param bool $implode Wether to implode the array or not
|
$content = $tag->getType() . ' ' . $tag->getVariableName() . ' ' . $tag->getDescription();
|
||||||
* @return string
|
$tag->setContent(trim($content));
|
||||||
*/
|
}
|
||||||
public function getParamsWithDefault($implode = true)
|
}
|
||||||
{
|
}
|
||||||
return $implode ? implode(', ', $this->params_with_default) : $this->params_with_default;
|
|
||||||
}
|
/**
|
||||||
|
* Normalize the return tag (make full namespace, replace interfaces)
|
||||||
/**
|
*
|
||||||
* Get the description and get the inherited docs.
|
* @param DocBlock $phpdoc
|
||||||
*
|
*/
|
||||||
* @param DocBlock $phpdoc
|
protected function normalizeReturn(DocBlock $phpdoc)
|
||||||
*/
|
{
|
||||||
protected function normalizeDescription(DocBlock $phpdoc)
|
//Get the return type and adjust them for beter autocomplete
|
||||||
{
|
$returnTags = $phpdoc->getTagsByName('return');
|
||||||
//Get the short + long description from the DocBlock
|
if ($returnTags) {
|
||||||
$description = $phpdoc->getText();
|
/** @var ReturnTag $tag */
|
||||||
|
$tag = reset($returnTags);
|
||||||
//Loop through parents/interfaces, to fill in {@inheritdoc}
|
// Get the expanded type
|
||||||
if (strpos($description, '{@inheritdoc}') !== false) {
|
$returnValue = $tag->getType();
|
||||||
$inheritdoc = $this->getInheritDoc($this->method);
|
|
||||||
$inheritDescription = $inheritdoc->getText();
|
// Replace the interfaces
|
||||||
|
foreach($this->interfaces as $interface => $real){
|
||||||
$description = str_replace('{@inheritdoc}', $inheritDescription, $description);
|
$returnValue = str_replace($interface, $real, $returnValue);
|
||||||
$phpdoc->setText($description);
|
}
|
||||||
|
|
||||||
$this->normalizeParams($inheritdoc);
|
// Set the changed content
|
||||||
$this->normalizeReturn($inheritdoc);
|
$tag->setContent($returnValue . ' ' . $tag->getDescription());
|
||||||
|
$this->return = $returnValue;
|
||||||
//Add the tags that are inherited
|
}else{
|
||||||
$inheritTags = $inheritdoc->getTags();
|
$this->return = null;
|
||||||
if ($inheritTags) {
|
}
|
||||||
/** @var Tag $tag */
|
}
|
||||||
foreach ($inheritTags as $tag) {
|
|
||||||
$tag->setDocBlock();
|
/**
|
||||||
$phpdoc->appendTag($tag);
|
* Convert keywwords that are incorrect.
|
||||||
}
|
*
|
||||||
}
|
* @param string $string
|
||||||
}
|
* @return string
|
||||||
}
|
*/
|
||||||
|
protected function convertKeywords($string)
|
||||||
/**
|
{
|
||||||
* Normalize the parameters
|
$string = str_replace('\Closure', 'Closure', $string);
|
||||||
*
|
$string = str_replace('Closure', '\Closure', $string);
|
||||||
* @param DocBlock $phpdoc
|
$string = str_replace('dynamic', 'mixed', $string);
|
||||||
*/
|
|
||||||
protected function normalizeParams(DocBlock $phpdoc)
|
return $string;
|
||||||
{
|
}
|
||||||
//Get the return type and adjust them for beter autocomplete
|
|
||||||
$paramTags = $phpdoc->getTagsByName('param');
|
/**
|
||||||
if ($paramTags) {
|
* Should the function return a value?
|
||||||
/** @var ParamTag $tag */
|
*
|
||||||
foreach ($paramTags as $tag) {
|
* @return bool
|
||||||
// Convert the keywords
|
*/
|
||||||
$content = $this->convertKeywords($tag->getContent());
|
public function shouldReturn()
|
||||||
$tag->setContent($content);
|
{
|
||||||
|
if($this->return !== "void" && $this->method->name !== "__construct"){
|
||||||
// Get the expanded type and re-set the content
|
return true;
|
||||||
$content = $tag->getType() . ' ' . $tag->getVariableName() . ' ' . $tag->getDescription();
|
}
|
||||||
$tag->setContent(trim($content));
|
|
||||||
}
|
return false;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
/**
|
||||||
/**
|
* Get the parameters and format them correctly
|
||||||
* Normalize the return tag (make full namespace, replace interfaces)
|
*
|
||||||
*
|
* @param $method
|
||||||
* @param DocBlock $phpdoc
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function normalizeReturn(DocBlock $phpdoc)
|
public function getParameters($method)
|
||||||
{
|
{
|
||||||
//Get the return type and adjust them for better autocomplete
|
//Loop through the default values for paremeters, and make the correct output string
|
||||||
$returnTags = $phpdoc->getTagsByName('return');
|
$params = array();
|
||||||
|
$paramsWithDefault = array();
|
||||||
if (count($returnTags) === 0) {
|
foreach ($method->getParameters() as $param) {
|
||||||
$this->return = null;
|
$paramStr = '$' . $param->getName();
|
||||||
return;
|
$params[] = $paramStr;
|
||||||
}
|
if ($param->isOptional()) {
|
||||||
|
$default = $param->isDefaultValueAvailable() ? $param->getDefaultValue() : null;
|
||||||
/** @var ReturnTag $tag */
|
if (is_bool($default)) {
|
||||||
$tag = reset($returnTags);
|
$default = $default ? 'true' : 'false';
|
||||||
// Get the expanded type
|
} elseif (is_array($default)) {
|
||||||
$returnValue = $tag->getType();
|
$default = 'array()';
|
||||||
|
} elseif (is_null($default)) {
|
||||||
// Replace the interfaces
|
$default = 'null';
|
||||||
foreach ($this->interfaces as $interface => $real) {
|
} elseif (is_int($default)) {
|
||||||
$returnValue = str_replace($interface, $real, $returnValue);
|
//$default = $default;
|
||||||
}
|
} else {
|
||||||
|
$default = "'" . trim($default) . "'";
|
||||||
// Set the changed content
|
}
|
||||||
$tag->setContent($returnValue . ' ' . $tag->getDescription());
|
$paramStr .= " = $default";
|
||||||
$this->return = $returnValue;
|
}
|
||||||
|
$paramsWithDefault[] = $paramStr;
|
||||||
if ($tag->getType() === '$this') {
|
}
|
||||||
Str::contains($this->root, Builder::class)
|
|
||||||
? $tag->setType($this->root . '|static')
|
$this->params = $params;
|
||||||
: $tag->setType($this->root);
|
$this->params_with_default = $paramsWithDefault;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
/**
|
||||||
/**
|
* @param \ReflectionMethod $reflectionMethod
|
||||||
* Convert keywords that are incorrect.
|
* @return DocBlock
|
||||||
*
|
*/
|
||||||
* @param string $string
|
protected function getInheritDoc($reflectionMethod)
|
||||||
* @return string
|
{
|
||||||
*/
|
$parentClass = $reflectionMethod->getDeclaringClass()->getParentClass();
|
||||||
protected function convertKeywords($string)
|
|
||||||
{
|
//Get either a parent or the interface
|
||||||
$string = str_replace('\Closure', 'Closure', $string);
|
if ($parentClass) {
|
||||||
$string = str_replace('Closure', '\Closure', $string);
|
$method = $parentClass->getMethod($reflectionMethod->getName());
|
||||||
$string = str_replace('dynamic', 'mixed', $string);
|
} else {
|
||||||
|
$method = $reflectionMethod->getPrototype();
|
||||||
return $string;
|
}
|
||||||
}
|
if ($method) {
|
||||||
|
$namespace = $method->getDeclaringClass()->getNamespaceName();
|
||||||
/**
|
$phpdoc = new DocBlock($method, new Context($namespace));
|
||||||
* Should the function return a value?
|
|
||||||
*
|
if (strpos($phpdoc->getText(), '{@inheritdoc}') !== false) {
|
||||||
* @return bool
|
//Not at the end yet, try another parent/interface..
|
||||||
*/
|
return $this->getInheritDoc($method);
|
||||||
public function shouldReturn()
|
} else {
|
||||||
{
|
return $phpdoc;
|
||||||
if ($this->return !== 'void' && $this->method->name !== '__construct') {
|
}
|
||||||
return true;
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the parameters and format them correctly
|
|
||||||
*
|
|
||||||
* @param \ReflectionMethod $method
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function getParameters($method)
|
|
||||||
{
|
|
||||||
//Loop through the default values for parameters, and make the correct output string
|
|
||||||
$params = [];
|
|
||||||
$paramsWithDefault = [];
|
|
||||||
foreach ($method->getParameters() as $param) {
|
|
||||||
$paramStr = $param->isVariadic() ? '...$' . $param->getName() : '$' . $param->getName();
|
|
||||||
$params[] = $paramStr;
|
|
||||||
if ($param->isOptional() && !$param->isVariadic()) {
|
|
||||||
$default = $param->isDefaultValueAvailable() ? $param->getDefaultValue() : null;
|
|
||||||
if (is_bool($default)) {
|
|
||||||
$default = $default ? 'true' : 'false';
|
|
||||||
} elseif (is_array($default)) {
|
|
||||||
$default = '[]';
|
|
||||||
} elseif (is_null($default)) {
|
|
||||||
$default = 'null';
|
|
||||||
} elseif (is_int($default)) {
|
|
||||||
//$default = $default;
|
|
||||||
} elseif (is_resource($default)) {
|
|
||||||
//skip to not fail
|
|
||||||
} else {
|
|
||||||
$default = var_export($default, true);
|
|
||||||
}
|
|
||||||
$paramStr .= " = $default";
|
|
||||||
}
|
|
||||||
$paramsWithDefault[] = $paramStr;
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->params = $params;
|
|
||||||
$this->params_with_default = $paramsWithDefault;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param \ReflectionMethod $reflectionMethod
|
|
||||||
* @return DocBlock
|
|
||||||
*/
|
|
||||||
protected function getInheritDoc($reflectionMethod)
|
|
||||||
{
|
|
||||||
$parentClass = $reflectionMethod->getDeclaringClass()->getParentClass();
|
|
||||||
|
|
||||||
//Get either a parent or the interface
|
|
||||||
if ($parentClass) {
|
|
||||||
$method = $parentClass->getMethod($reflectionMethod->getName());
|
|
||||||
} else {
|
|
||||||
$method = $reflectionMethod->getPrototype();
|
|
||||||
}
|
|
||||||
if ($method) {
|
|
||||||
$namespace = $method->getDeclaringClass()->getNamespaceName();
|
|
||||||
$phpdoc = new DocBlock($method, new Context($namespace, $this->classAliases));
|
|
||||||
|
|
||||||
if (strpos($phpdoc->getText(), '{@inheritdoc}') !== false) {
|
|
||||||
//Not at the end yet, try another parent/interface..
|
|
||||||
return $this->getInheritDoc($method);
|
|
||||||
}
|
|
||||||
|
|
||||||
return $phpdoc;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,124 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Laravel IDE Helper Generator
|
|
||||||
*
|
|
||||||
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
|
||||||
* @copyright 2014 Barry vd. Heuvel / Fruitcake Studio (http://www.fruitcakestudio.nl)
|
|
||||||
* @license http://www.opensource.org/licenses/mit-license.php MIT
|
|
||||||
* @link https://github.com/barryvdh/laravel-ide-helper
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper;
|
|
||||||
|
|
||||||
use PhpParser\Node\Stmt\GroupUse;
|
|
||||||
use PhpParser\Node\Stmt\Namespace_;
|
|
||||||
use PhpParser\Node\Stmt\Use_;
|
|
||||||
use PhpParser\Node\Stmt\UseUse;
|
|
||||||
use PhpParser\ParserFactory;
|
|
||||||
|
|
||||||
class UsesResolver
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @param string $classFQN
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
public function loadFromClass(string $classFQN): array
|
|
||||||
{
|
|
||||||
return $this->loadFromFile(
|
|
||||||
$classFQN,
|
|
||||||
(new \ReflectionClass($classFQN))->getFileName()
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param string $classFQN
|
|
||||||
* @param string $filename
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
public function loadFromFile(string $classFQN, string $filename): array
|
|
||||||
{
|
|
||||||
return $this->loadFromCode(
|
|
||||||
$classFQN,
|
|
||||||
file_get_contents(
|
|
||||||
$filename
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param string $classFQN
|
|
||||||
* @param string $code
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
public function loadFromCode(string $classFQN, string $code): array
|
|
||||||
{
|
|
||||||
$classFQN = ltrim($classFQN, '\\');
|
|
||||||
|
|
||||||
$namespace = rtrim(
|
|
||||||
preg_replace(
|
|
||||||
'/([^\\\\]+)$/',
|
|
||||||
'',
|
|
||||||
$classFQN
|
|
||||||
),
|
|
||||||
'\\'
|
|
||||||
);
|
|
||||||
|
|
||||||
$parser = (new ParserFactory())->create(ParserFactory::PREFER_PHP7);
|
|
||||||
$namespaceData = null;
|
|
||||||
|
|
||||||
foreach ($parser->parse($code) as $node) {
|
|
||||||
if ($node instanceof Namespace_ && $node->name->toCodeString() === $namespace) {
|
|
||||||
$namespaceData = $node;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($namespaceData === null) {
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
/** @var Namespace_ $namespaceData */
|
|
||||||
|
|
||||||
$aliases = [];
|
|
||||||
|
|
||||||
foreach ($namespaceData->stmts as $stmt) {
|
|
||||||
if ($stmt instanceof Use_) {
|
|
||||||
if ($stmt->type !== Use_::TYPE_NORMAL) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach ($stmt->uses as $use) {
|
|
||||||
/** @var UseUse $use */
|
|
||||||
|
|
||||||
$alias = $use->alias ?
|
|
||||||
$use->alias->name :
|
|
||||||
self::classBasename($use->name->toCodeString());
|
|
||||||
|
|
||||||
$aliases[$alias] = '\\' . $use->name->toCodeString();
|
|
||||||
}
|
|
||||||
} elseif ($stmt instanceof GroupUse) {
|
|
||||||
foreach ($stmt->uses as $use) {
|
|
||||||
/** @var UseUse $use */
|
|
||||||
|
|
||||||
$alias = $use->alias ?
|
|
||||||
$use->alias->name :
|
|
||||||
self::classBasename($use->name->toCodeString());
|
|
||||||
|
|
||||||
$aliases[$alias] = '\\' . $stmt->prefix->toCodeString() . '\\' . $use->name->toCodeString();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return $aliases;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param string $classFQN
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
protected static function classBasename(string $classFQN): string
|
|
||||||
{
|
|
||||||
return preg_replace('/^.*\\\\([^\\\\]+)$/', '$1', $classFQN);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,92 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use Illuminate\Support\Facades\Config;
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Filename & Format
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The default filename (without extension) and the format (php or json)
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'filename' => '_ide_helper',
|
||||||
|
'format' => 'php',
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Helper files to include
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Include helper files. By default not included, but can be toggled with the
|
||||||
|
| -- helpers (-H) option. Extra helper files can be included.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'include_helpers' => false,
|
||||||
|
|
||||||
|
'helper_files' => array(
|
||||||
|
base_path().'/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
|
||||||
|
),
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Model locations to include
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Define in which directories the ide-helper:models command should look
|
||||||
|
| for models.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'model_locations' => array(
|
||||||
|
'app/models',
|
||||||
|
),
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Extra classes
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| These implementations are not really extended, but called with magic functions
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'extra' => array(
|
||||||
|
'Artisan' => array('Illuminate\Foundation\Artisan'),
|
||||||
|
'Eloquent' => array('Illuminate\Database\Eloquent\Builder', 'Illuminate\Database\Query\Builder'),
|
||||||
|
'Session' => array('Illuminate\Session\Store'),
|
||||||
|
),
|
||||||
|
|
||||||
|
'magic' => array(
|
||||||
|
'Log' => array(
|
||||||
|
'debug' => 'Monolog\Logger::addDebug',
|
||||||
|
'info' => 'Monolog\Logger::addInfo',
|
||||||
|
'notice' => 'Monolog\Logger::addNotice',
|
||||||
|
'warning' => 'Monolog\Logger::addWarning',
|
||||||
|
'error' => 'Monolog\Logger::addError',
|
||||||
|
'critical' => 'Monolog\Logger::addCritical',
|
||||||
|
'alert' => 'Monolog\Logger::addAlert',
|
||||||
|
'emergency' => 'Monolog\Logger::addEmergency',
|
||||||
|
)
|
||||||
|
),
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Interface implementations
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| These interfaces will be replaced with the implementing class. Some interfaces
|
||||||
|
| are detected by the helpers, others can be listed below.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'interfaces' => array(
|
||||||
|
'\Illuminate\Auth\UserInterface' => Config::get('auth.model', 'User'),
|
||||||
|
)
|
||||||
|
|
||||||
|
);
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
<?= '<?php' ?>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An helper file for Laravel 4, to provide autocomplete information to your IDE
|
||||||
|
* Generated for Laravel <?= $version ?> on <?= date("Y-m-d") ?>.
|
||||||
|
*
|
||||||
|
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
||||||
|
* @see https://github.com/barryvdh/laravel-ide-helper
|
||||||
|
*/
|
||||||
|
|
||||||
|
<?php foreach($namespaces as $namespace => $aliases): ?>
|
||||||
|
namespace <?= $namespace == '__root' ? '' : $namespace ?>{
|
||||||
|
<?php if($namespace == '__root'): ?>
|
||||||
|
exit("This file should not be included, only analyzed by your IDE");
|
||||||
|
<?= $helpers ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
<?php foreach($aliases as $alias): ?>
|
||||||
|
|
||||||
|
<?= $alias->getClassType() ?> <?= $alias->getShortName() ?> <?= $alias->getExtends() ? 'extends ' . $alias->getExtends() : '' ?>{
|
||||||
|
<?php foreach($alias->getMethods() as $method): ?>
|
||||||
|
|
||||||
|
<?= trim($method->getDocComment(' ')) ?>
|
||||||
|
|
||||||
|
public static function <?= $method->getName() ?>(<?= $method->getParamsWithDefault() ?>){<?php if($method->getDeclaringClass() !== $method->getRoot()): ?>
|
||||||
|
|
||||||
|
//Method inherited from <?= $method->getDeclaringClass() ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?= $method->shouldReturn() ? 'return ': '' ?><?= $method->getRoot() ?>::<?= $method->getName() ?>(<?= $method->getParams() ?>);
|
||||||
|
}
|
||||||
|
<?php endforeach; ?>
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
<?php endforeach; ?>
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
<?php endforeach; ?>
|
||||||
@@ -1,105 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Alias;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Macro;
|
|
||||||
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
|
|
||||||
use Illuminate\Database\Query\Builder;
|
|
||||||
use Illuminate\Support\Arr;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @internal
|
|
||||||
* @coversDefaultClass \Barryvdh\LaravelIdeHelper\Alias
|
|
||||||
*/
|
|
||||||
class AliasTest extends TestCase
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @covers ::detectMethods
|
|
||||||
*/
|
|
||||||
public function testDetectMethodsMacroableMacros(): void
|
|
||||||
{
|
|
||||||
// Mock
|
|
||||||
$macro = __FUNCTION__;
|
|
||||||
$alias = new AliasMock();
|
|
||||||
|
|
||||||
// Macros
|
|
||||||
Builder::macro(
|
|
||||||
$macro,
|
|
||||||
function () {
|
|
||||||
// empty
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
// Prepare
|
|
||||||
$alias->setClasses([Builder::class]);
|
|
||||||
$alias->detectMethods();
|
|
||||||
|
|
||||||
// Test
|
|
||||||
$this->assertNotNull($this->getAliasMacro($alias, Builder::class, $macro));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @covers ::detectMethods
|
|
||||||
*/
|
|
||||||
public function testDetectMethodsEloquentBuilderMacros(): void
|
|
||||||
{
|
|
||||||
// Mock
|
|
||||||
$macro = __FUNCTION__;
|
|
||||||
$alias = new AliasMock();
|
|
||||||
|
|
||||||
// Macros
|
|
||||||
EloquentBuilder::macro(
|
|
||||||
$macro,
|
|
||||||
function () {
|
|
||||||
// empty
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
// Prepare
|
|
||||||
$alias->setClasses([EloquentBuilder::class]);
|
|
||||||
$alias->detectMethods();
|
|
||||||
|
|
||||||
// Test
|
|
||||||
$this->assertNotNull($this->getAliasMacro($alias, EloquentBuilder::class, $macro));
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function getAliasMacro(Alias $alias, string $class, string $method): ?Macro
|
|
||||||
{
|
|
||||||
return Arr::first(
|
|
||||||
$alias->getMethods(),
|
|
||||||
function ($macro) use ($class, $method) {
|
|
||||||
return $macro instanceof Macro
|
|
||||||
&& $macro->getDeclaringClass() === "\\{$class}"
|
|
||||||
&& $macro->getName() === $method;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @internal
|
|
||||||
* @noinspection PhpMultipleClassesDeclarationsInOneFile
|
|
||||||
*/
|
|
||||||
class AliasMock extends Alias
|
|
||||||
{
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
// no need to call parent
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param string[] $classes
|
|
||||||
*/
|
|
||||||
public function setClasses(array $classes)
|
|
||||||
{
|
|
||||||
$this->classes = $classes;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function detectMethods()
|
|
||||||
{
|
|
||||||
parent::detectMethods();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,65 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\EloquentCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\TestCase;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Filesystem\Filesystem;
|
|
||||||
use Mockery;
|
|
||||||
use ReflectionClass;
|
|
||||||
|
|
||||||
class EloquentCommandTest extends TestCase
|
|
||||||
{
|
|
||||||
public function testCommand()
|
|
||||||
{
|
|
||||||
$modelFilename = $this->getVendorModelFilename();
|
|
||||||
$modelSource = file_get_contents($modelFilename);
|
|
||||||
if (false !== strpos($modelSource, '* @mixin')) {
|
|
||||||
$msg = sprintf('Class %s already contains the @mixin markers', Model::class);
|
|
||||||
$this->markTestSkipped($msg);
|
|
||||||
}
|
|
||||||
|
|
||||||
$actualContent = null;
|
|
||||||
$mockFilesystem = Mockery::mock(Filesystem::class);
|
|
||||||
$mockFilesystem
|
|
||||||
->shouldReceive('get')
|
|
||||||
// We don't care about actual args (filename)
|
|
||||||
->andReturn('abstract class Model implements'); // This is enough to trigger the replacement logic
|
|
||||||
$mockFilesystem
|
|
||||||
->shouldReceive('put')
|
|
||||||
->with(
|
|
||||||
Mockery::any(), // First arg is path, we don't care
|
|
||||||
Mockery::capture($actualContent)
|
|
||||||
)
|
|
||||||
->andReturn(1) // Simulate we wrote _something_ to the file
|
|
||||||
->once();
|
|
||||||
|
|
||||||
$this->instance(Filesystem::class, $mockFilesystem);
|
|
||||||
$command = $this->app->make(EloquentCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command);
|
|
||||||
|
|
||||||
$this->assertMatchesTxtSnapshot($actualContent);
|
|
||||||
|
|
||||||
$display = $tester->getDisplay();
|
|
||||||
$this->assertRegExp(
|
|
||||||
';Unexpected no document on Illuminate\\\Database\\\Eloquent\\\Model;',
|
|
||||||
$display
|
|
||||||
);
|
|
||||||
$this->assertRegExp(
|
|
||||||
';Wrote expected docblock to .*/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php;',
|
|
||||||
$display
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private function getVendorModelFilename(): string
|
|
||||||
{
|
|
||||||
$class = Model::class;
|
|
||||||
$reflectedClass = new ReflectionClass($class);
|
|
||||||
|
|
||||||
return $reflectedClass->getFileName();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\MetaCommand;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\TestCase;
|
|
||||||
use Illuminate\Filesystem\Filesystem;
|
|
||||||
use Mockery\MockInterface;
|
|
||||||
|
|
||||||
class MetaCommandTest extends TestCase
|
|
||||||
{
|
|
||||||
public function testCommand(): void
|
|
||||||
{
|
|
||||||
$this->mockFilesystem();
|
|
||||||
|
|
||||||
/** @var Filesystem|MockInterface $mockFileSystem */
|
|
||||||
$mockFileSystem = $this->app->make(Filesystem::class);
|
|
||||||
$this->instance('files', $mockFileSystem);
|
|
||||||
|
|
||||||
$mockFileSystem
|
|
||||||
->shouldReceive('getRequire')
|
|
||||||
->andReturnUsing(function ($__path, $__data) {
|
|
||||||
return (static function () use ($__path, $__data) {
|
|
||||||
extract($__data, EXTR_SKIP);
|
|
||||||
|
|
||||||
return require $__path;
|
|
||||||
})();
|
|
||||||
});
|
|
||||||
|
|
||||||
$this->artisan('ide-helper:meta');
|
|
||||||
|
|
||||||
// We're not testing the whole file, just some basic structure elements
|
|
||||||
self::assertStringContainsString("namespace PHPSTORM_META {\n", $this->mockFilesystemOutput);
|
|
||||||
self::assertStringContainsString("PhpStorm Meta file, to provide autocomplete information for PhpStorm\n", $this->mockFilesystemOutput);
|
|
||||||
self::assertStringContainsString('override(', $this->mockFilesystemOutput);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get package providers.
|
|
||||||
*
|
|
||||||
* @param \Illuminate\Foundation\Application $app
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
protected function getPackageProviders($app)
|
|
||||||
{
|
|
||||||
return [IdeHelperServiceProvider::class];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\SnapshotPhpDriver;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\TestCase;
|
|
||||||
|
|
||||||
abstract class AbstractModelsCommand extends TestCase
|
|
||||||
{
|
|
||||||
protected function setUp(): void
|
|
||||||
{
|
|
||||||
parent::setUp();
|
|
||||||
|
|
||||||
$this->loadMigrationsFrom(__DIR__ . '/migrations');
|
|
||||||
$this->artisan('migrate');
|
|
||||||
$this->mockFilesystem();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get package providers.
|
|
||||||
*
|
|
||||||
* @param \Illuminate\Foundation\Application $app
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
protected function getPackageProviders($app)
|
|
||||||
{
|
|
||||||
return [IdeHelperServiceProvider::class];
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function getEnvironmentSetUp($app)
|
|
||||||
{
|
|
||||||
parent::getEnvironmentSetUp($app);
|
|
||||||
|
|
||||||
$config = $app['config'];
|
|
||||||
|
|
||||||
$config->set('database.default', 'sqlite');
|
|
||||||
$config->set('database.connections.sqlite', [
|
|
||||||
'driver' => 'sqlite',
|
|
||||||
'database' => ':memory:',
|
|
||||||
'prefix' => '',
|
|
||||||
]);
|
|
||||||
|
|
||||||
// Load the Models from the Test dir
|
|
||||||
$config->set('ide-helper.model_locations', [
|
|
||||||
dirname((new \ReflectionClass(static::class))->getFileName()) . '/Models',
|
|
||||||
]);
|
|
||||||
|
|
||||||
// Don't override integer -> int for tests
|
|
||||||
$config->set('ide-helper.type_overrides', []);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function assertMatchesMockedSnapshot()
|
|
||||||
{
|
|
||||||
$this->assertMatchesSnapshot($this->mockFilesystemOutput, new SnapshotPhpDriver());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AllowGlobDirectory\Services\Post\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AllowGlobDirectory;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
final class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
/** @var string */
|
|
||||||
private $cwd;
|
|
||||||
|
|
||||||
protected function setUp(): void
|
|
||||||
{
|
|
||||||
parent::setUp();
|
|
||||||
|
|
||||||
$this->cwd = getcwd();
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function tearDown(): void
|
|
||||||
{
|
|
||||||
chdir($this->cwd);
|
|
||||||
|
|
||||||
parent::tearDown();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
chdir(__DIR__);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--dir' => ['Services/*/Models'],
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,165 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AllowGlobDirectory\Services\Post\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AllowGlobDirectory\Services\Post\Models\Post
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string|null $char_nullable
|
|
||||||
* @property string $char_not_nullable
|
|
||||||
* @property string|null $string_nullable
|
|
||||||
* @property string $string_not_nullable
|
|
||||||
* @property string|null $text_nullable
|
|
||||||
* @property string $text_not_nullable
|
|
||||||
* @property string|null $medium_text_nullable
|
|
||||||
* @property string $medium_text_not_nullable
|
|
||||||
* @property string|null $long_text_nullable
|
|
||||||
* @property string $long_text_not_nullable
|
|
||||||
* @property integer|null $integer_nullable
|
|
||||||
* @property integer $integer_not_nullable
|
|
||||||
* @property integer|null $tiny_integer_nullable
|
|
||||||
* @property integer $tiny_integer_not_nullable
|
|
||||||
* @property integer|null $small_integer_nullable
|
|
||||||
* @property integer $small_integer_not_nullable
|
|
||||||
* @property integer|null $medium_integer_nullable
|
|
||||||
* @property integer $medium_integer_not_nullable
|
|
||||||
* @property integer|null $big_integer_nullable
|
|
||||||
* @property integer $big_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_integer_nullable
|
|
||||||
* @property integer $unsigned_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_tiny_integer_nullable
|
|
||||||
* @property integer $unsigned_tiny_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_small_integer_nullable
|
|
||||||
* @property integer $unsigned_small_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_medium_integer_nullable
|
|
||||||
* @property integer $unsigned_medium_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_big_integer_nullable
|
|
||||||
* @property integer $unsigned_big_integer_not_nullable
|
|
||||||
* @property float|null $float_nullable
|
|
||||||
* @property float $float_not_nullable
|
|
||||||
* @property float|null $double_nullable
|
|
||||||
* @property float $double_not_nullable
|
|
||||||
* @property string|null $decimal_nullable
|
|
||||||
* @property string $decimal_not_nullable
|
|
||||||
* @property string|null $unsigned_decimal_nullable
|
|
||||||
* @property string $unsigned_decimal_not_nullable
|
|
||||||
* @property integer|null $boolean_nullable
|
|
||||||
* @property integer $boolean_not_nullable
|
|
||||||
* @property string|null $enum_nullable
|
|
||||||
* @property string $enum_not_nullable
|
|
||||||
* @property string|null $json_nullable
|
|
||||||
* @property string $json_not_nullable
|
|
||||||
* @property string|null $jsonb_nullable
|
|
||||||
* @property string $jsonb_not_nullable
|
|
||||||
* @property string|null $date_nullable
|
|
||||||
* @property string $date_not_nullable
|
|
||||||
* @property string|null $datetime_nullable
|
|
||||||
* @property string $datetime_not_nullable
|
|
||||||
* @property string|null $datetimetz_nullable
|
|
||||||
* @property string $datetimetz_not_nullable
|
|
||||||
* @property string|null $time_nullable
|
|
||||||
* @property string $time_not_nullable
|
|
||||||
* @property string|null $timetz_nullable
|
|
||||||
* @property string $timetz_not_nullable
|
|
||||||
* @property string|null $timestamp_nullable
|
|
||||||
* @property string $timestamp_not_nullable
|
|
||||||
* @property string|null $timestamptz_nullable
|
|
||||||
* @property string $timestamptz_not_nullable
|
|
||||||
* @property integer|null $year_nullable
|
|
||||||
* @property integer $year_not_nullable
|
|
||||||
* @property mixed|null $binary_nullable
|
|
||||||
* @property mixed $binary_not_nullable
|
|
||||||
* @property string|null $uuid_nullable
|
|
||||||
* @property string $uuid_not_nullable
|
|
||||||
* @property string|null $ipaddress_nullable
|
|
||||||
* @property string $ipaddress_not_nullable
|
|
||||||
* @property string|null $macaddress_nullable
|
|
||||||
* @property string $macaddress_not_nullable
|
|
||||||
* @property \Illuminate\Support\Carbon|null $created_at
|
|
||||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCreatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereId($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUpdatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNullable($value)
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,136 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Comment\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasOne;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\MorphTo;
|
|
||||||
|
|
||||||
class Simple extends Model
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* There is not comment.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getNotCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* comment There is not format comment, invalid.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getFakerCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment There is format comment, success.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getFormatCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment There is format comment, success.
|
|
||||||
* This is second line, success too.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getFormatCommentLineTwoAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment There is format comment, success.
|
|
||||||
* @comment This is others format comment, invalid.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getManyFormatCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment Set the user's first name.
|
|
||||||
* @param $value
|
|
||||||
*/
|
|
||||||
public function setFirstNameAttribute($value)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment Scope a query to only include active users.
|
|
||||||
*
|
|
||||||
* @param $query
|
|
||||||
* @return mixed
|
|
||||||
*/
|
|
||||||
public function scopeActive($query)
|
|
||||||
{
|
|
||||||
return $query;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment HasMany relations.
|
|
||||||
*
|
|
||||||
* @return HasMany
|
|
||||||
*/
|
|
||||||
public function relationHasMany(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Simple::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment MorphTo relations.
|
|
||||||
* @return MorphTo
|
|
||||||
*/
|
|
||||||
public function relationMorphTo(): MorphTo
|
|
||||||
{
|
|
||||||
return $this->morphTo();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment Others relations.
|
|
||||||
* @return HasOne
|
|
||||||
*/
|
|
||||||
public function relationHasOne(): HasOne
|
|
||||||
{
|
|
||||||
return $this->hasOne(Simple::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment I'm a setter
|
|
||||||
*/
|
|
||||||
public function setBothSameNameAttribute(): void
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment I'm a getter
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getBothSameNameAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment I'm a setter
|
|
||||||
*/
|
|
||||||
public function setBothWithoutGetterCommentAttribute(): void
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getBothWithoutGetterCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Comment;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,160 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Comment\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasOne;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\MorphTo;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Comment\Models\Simple
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string $both_same_name I'm a getter
|
|
||||||
* @property string $both_without_getter_comment
|
|
||||||
* @property-read string $faker_comment
|
|
||||||
* @property-read string $format_comment There is format comment, success.
|
|
||||||
* @property-read string $format_comment_line_two There is format comment, success.
|
|
||||||
* This is second line, success too.
|
|
||||||
* @property-read string $many_format_comment There is format comment, success.
|
|
||||||
* @property-read string $not_comment
|
|
||||||
* @property-read \Illuminate\Database\Eloquent\Collection|Simple[] $relationHasMany HasMany relations.
|
|
||||||
* @property-read int|null $relation_has_many_count
|
|
||||||
* @property-read Simple|null $relationHasOne Others relations.
|
|
||||||
* @property-read Model|\Eloquent $relationMorphTo MorphTo relations.
|
|
||||||
* @property-write mixed $first_name Set the user's first name.
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple active() Scope a query to only include active users.
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple whereId($value)
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class Simple extends Model
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* There is not comment.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getNotCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* comment There is not format comment, invalid.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getFakerCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment There is format comment, success.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getFormatCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment There is format comment, success.
|
|
||||||
* This is second line, success too.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getFormatCommentLineTwoAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment There is format comment, success.
|
|
||||||
* @comment This is others format comment, invalid.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getManyFormatCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment Set the user's first name.
|
|
||||||
* @param $value
|
|
||||||
*/
|
|
||||||
public function setFirstNameAttribute($value)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment Scope a query to only include active users.
|
|
||||||
*
|
|
||||||
* @param $query
|
|
||||||
* @return mixed
|
|
||||||
*/
|
|
||||||
public function scopeActive($query)
|
|
||||||
{
|
|
||||||
return $query;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment HasMany relations.
|
|
||||||
*
|
|
||||||
* @return HasMany
|
|
||||||
*/
|
|
||||||
public function relationHasMany(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Simple::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment MorphTo relations.
|
|
||||||
* @return MorphTo
|
|
||||||
*/
|
|
||||||
public function relationMorphTo(): MorphTo
|
|
||||||
{
|
|
||||||
return $this->morphTo();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment Others relations.
|
|
||||||
* @return HasOne
|
|
||||||
*/
|
|
||||||
public function relationHasOne(): HasOne
|
|
||||||
{
|
|
||||||
return $this->hasOne(Simple::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment I'm a setter
|
|
||||||
*/
|
|
||||||
public function setBothSameNameAttribute(): void
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment I'm a getter
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getBothSameNameAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @comment I'm a setter
|
|
||||||
*/
|
|
||||||
public function setBothWithoutGetterCommentAttribute(): void
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getBothWithoutGetterCommentAttribute(): string
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomCollection\Collections;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Collection;
|
|
||||||
|
|
||||||
class SimpleCollection extends Collection
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomCollection\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomCollection\Collections\SimpleCollection;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
|
|
||||||
class Simple extends Model
|
|
||||||
{
|
|
||||||
public function newCollection(array $models = [])
|
|
||||||
{
|
|
||||||
return new SimpleCollection($models);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function relationHasMany(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Simple::class);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomCollection;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomCollection\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomCollection\Collections\SimpleCollection;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomCollection\Models\Simple
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property-read SimpleCollection|Simple[] $relationHasMany
|
|
||||||
* @property-read int|null $relation_has_many_count
|
|
||||||
* @method static SimpleCollection|static[] all($columns = ['*'])
|
|
||||||
* @method static SimpleCollection|static[] get($columns = ['*'])
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple whereId($value)
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class Simple extends Model
|
|
||||||
{
|
|
||||||
public function newCollection(array $models = [])
|
|
||||||
{
|
|
||||||
return new SimpleCollection($models);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function relationHasMany(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Simple::class);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomDate\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class CustomDate extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomDate;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
use Carbon\CarbonImmutable;
|
|
||||||
use Illuminate\Support\Carbon;
|
|
||||||
use Illuminate\Support\Facades\Date;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
protected function setUp(): void
|
|
||||||
{
|
|
||||||
parent::setUp();
|
|
||||||
|
|
||||||
Date::use(CarbonImmutable::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function tearDown(): void
|
|
||||||
{
|
|
||||||
Date::use(Carbon::class);
|
|
||||||
|
|
||||||
parent::tearDown();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomDate\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomDate\Models\CustomDate
|
|
||||||
*
|
|
||||||
* @property \Carbon\CarbonImmutable|null $created_at
|
|
||||||
* @property \Carbon\CarbonImmutable|null $updated_at
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|CustomDate newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|CustomDate newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|CustomDate query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|CustomDate whereCreatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|CustomDate whereUpdatedAt($value)
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class CustomDate extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
-20
@@ -1,20 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder\Builders;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Builder;
|
|
||||||
|
|
||||||
class PostExternalQueryBuilder extends Builder
|
|
||||||
{
|
|
||||||
public function isActive(): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isStatus(string $status): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-16
@@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
public function newEloquentBuilder($query): PostExternalQueryBuilder
|
|
||||||
{
|
|
||||||
return new PostExternalQueryBuilder($query);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
protected function getEnvironmentSetUp($app)
|
|
||||||
{
|
|
||||||
parent::getEnvironmentSetUp($app);
|
|
||||||
|
|
||||||
$app['config']->set('ide-helper.write_model_external_builder_methods', false);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--nowrite' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Model information was written to _ide_helper_models.php', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-169
@@ -1,169 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
// @formatter:off
|
|
||||||
/**
|
|
||||||
* A helper file for your Eloquent Models
|
|
||||||
* Copy the phpDocs from this file to the correct Model,
|
|
||||||
* And remove them from this file, to prevent double declarations.
|
|
||||||
*
|
|
||||||
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder\Models{
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder\Models\Post
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string|null $char_nullable
|
|
||||||
* @property string $char_not_nullable
|
|
||||||
* @property string|null $string_nullable
|
|
||||||
* @property string $string_not_nullable
|
|
||||||
* @property string|null $text_nullable
|
|
||||||
* @property string $text_not_nullable
|
|
||||||
* @property string|null $medium_text_nullable
|
|
||||||
* @property string $medium_text_not_nullable
|
|
||||||
* @property string|null $long_text_nullable
|
|
||||||
* @property string $long_text_not_nullable
|
|
||||||
* @property integer|null $integer_nullable
|
|
||||||
* @property integer $integer_not_nullable
|
|
||||||
* @property integer|null $tiny_integer_nullable
|
|
||||||
* @property integer $tiny_integer_not_nullable
|
|
||||||
* @property integer|null $small_integer_nullable
|
|
||||||
* @property integer $small_integer_not_nullable
|
|
||||||
* @property integer|null $medium_integer_nullable
|
|
||||||
* @property integer $medium_integer_not_nullable
|
|
||||||
* @property integer|null $big_integer_nullable
|
|
||||||
* @property integer $big_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_integer_nullable
|
|
||||||
* @property integer $unsigned_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_tiny_integer_nullable
|
|
||||||
* @property integer $unsigned_tiny_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_small_integer_nullable
|
|
||||||
* @property integer $unsigned_small_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_medium_integer_nullable
|
|
||||||
* @property integer $unsigned_medium_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_big_integer_nullable
|
|
||||||
* @property integer $unsigned_big_integer_not_nullable
|
|
||||||
* @property float|null $float_nullable
|
|
||||||
* @property float $float_not_nullable
|
|
||||||
* @property float|null $double_nullable
|
|
||||||
* @property float $double_not_nullable
|
|
||||||
* @property string|null $decimal_nullable
|
|
||||||
* @property string $decimal_not_nullable
|
|
||||||
* @property string|null $unsigned_decimal_nullable
|
|
||||||
* @property string $unsigned_decimal_not_nullable
|
|
||||||
* @property integer|null $boolean_nullable
|
|
||||||
* @property integer $boolean_not_nullable
|
|
||||||
* @property string|null $enum_nullable
|
|
||||||
* @property string $enum_not_nullable
|
|
||||||
* @property string|null $json_nullable
|
|
||||||
* @property string $json_not_nullable
|
|
||||||
* @property string|null $jsonb_nullable
|
|
||||||
* @property string $jsonb_not_nullable
|
|
||||||
* @property string|null $date_nullable
|
|
||||||
* @property string $date_not_nullable
|
|
||||||
* @property string|null $datetime_nullable
|
|
||||||
* @property string $datetime_not_nullable
|
|
||||||
* @property string|null $datetimetz_nullable
|
|
||||||
* @property string $datetimetz_not_nullable
|
|
||||||
* @property string|null $time_nullable
|
|
||||||
* @property string $time_not_nullable
|
|
||||||
* @property string|null $timetz_nullable
|
|
||||||
* @property string $timetz_not_nullable
|
|
||||||
* @property string|null $timestamp_nullable
|
|
||||||
* @property string $timestamp_not_nullable
|
|
||||||
* @property string|null $timestamptz_nullable
|
|
||||||
* @property string $timestamptz_not_nullable
|
|
||||||
* @property integer|null $year_nullable
|
|
||||||
* @property integer $year_not_nullable
|
|
||||||
* @property mixed|null $binary_nullable
|
|
||||||
* @property mixed $binary_not_nullable
|
|
||||||
* @property string|null $uuid_nullable
|
|
||||||
* @property string $uuid_not_nullable
|
|
||||||
* @property string|null $ipaddress_nullable
|
|
||||||
* @property string $ipaddress_not_nullable
|
|
||||||
* @property string|null $macaddress_nullable
|
|
||||||
* @property string $macaddress_not_nullable
|
|
||||||
* @property \Illuminate\Support\Carbon|null $created_at
|
|
||||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post newModelQuery()
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post newQuery()
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DoesNotGeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCreatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereId($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUpdatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNullable($value)
|
|
||||||
*/
|
|
||||||
class Post extends \Eloquent {}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasOne;
|
|
||||||
|
|
||||||
class Dynamic extends Model
|
|
||||||
{
|
|
||||||
/** @var \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\OtherModels\Account */
|
|
||||||
protected $account;
|
|
||||||
|
|
||||||
// Regular relations
|
|
||||||
public function regularHasMany(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Dynamic::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Dynamic relations
|
|
||||||
public function dynamicHasMany(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Dynamic::class)->where('date', '>=', $this->account->created_at);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function dynamicHasOne(): HasOne
|
|
||||||
{
|
|
||||||
return $this->hasOne(Dynamic::class)->where('date', '>=', $this->account->created_at);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function dynamicBelongsTo(): BelongsTo
|
|
||||||
{
|
|
||||||
return $this->belongsTo(Dynamic::class)->where('date', '>=', $this->account->created_at);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\OtherModels;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Account extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
if (PHP_VERSION_ID >= 80000) {
|
|
||||||
$errors = <<<TXT
|
|
||||||
Error resolving relation model of Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\Models\Dynamic:dynamicBelongsTo() : Attempt to read property "created_at" on null
|
|
||||||
Error resolving relation model of Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\Models\Dynamic:dynamicHasMany() : Attempt to read property "created_at" on null
|
|
||||||
Error resolving relation model of Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\Models\Dynamic:dynamicHasOne() : Attempt to read property "created_at" on null
|
|
||||||
TXT;
|
|
||||||
} else {
|
|
||||||
$errors = <<<TXT
|
|
||||||
Error resolving relation model of Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\Models\Dynamic:dynamicBelongsTo() : Trying to get property 'created_at' of non-object
|
|
||||||
Error resolving relation model of Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\Models\Dynamic:dynamicHasMany() : Trying to get property 'created_at' of non-object
|
|
||||||
Error resolving relation model of Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\Models\Dynamic:dynamicHasOne() : Trying to get property 'created_at' of non-object
|
|
||||||
TXT;
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertStringContainsString($errors, $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasOne;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\Models\Dynamic
|
|
||||||
*
|
|
||||||
* @property-read \Illuminate\Database\Eloquent\Collection|Dynamic[] $regularHasMany
|
|
||||||
* @property-read int|null $regular_has_many_count
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Dynamic newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Dynamic newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Dynamic query()
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class Dynamic extends Model
|
|
||||||
{
|
|
||||||
/** @var \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\DynamicRelations\OtherModels\Account */
|
|
||||||
protected $account;
|
|
||||||
|
|
||||||
// Regular relations
|
|
||||||
public function regularHasMany(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Dynamic::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Dynamic relations
|
|
||||||
public function dynamicHasMany(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Dynamic::class)->where('date', '>=', $this->account->created_at);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function dynamicHasOne(): HasOne
|
|
||||||
{
|
|
||||||
return $this->hasOne(Dynamic::class)->where('date', '>=', $this->account->created_at);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function dynamicBelongsTo(): BelongsTo
|
|
||||||
{
|
|
||||||
return $this->belongsTo(Dynamic::class)->where('date', '>=', $this->account->created_at);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Factories;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Getter\Models\Simple;
|
|
||||||
use Illuminate\Database\Eloquent\Factories\Factory;
|
|
||||||
|
|
||||||
class SimpleFactory extends Factory
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* The name of the factory's corresponding model.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $model = Simple::class;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Define the model's default state.
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
public function definition()
|
|
||||||
{
|
|
||||||
return [
|
|
||||||
//
|
|
||||||
];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Factories\SimpleFactory;
|
|
||||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Simple extends Model
|
|
||||||
{
|
|
||||||
use HasFactory;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a new factory instance for the model.
|
|
||||||
*
|
|
||||||
* @return \Illuminate\Database\Eloquent\Factories\Factory
|
|
||||||
*/
|
|
||||||
protected static function newFactory()
|
|
||||||
{
|
|
||||||
return SimpleFactory::new();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
use Illuminate\Foundation\Application;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
if (!version_compare(Application::VERSION, '8.2', '>=')) {
|
|
||||||
$this->markTestSkipped(
|
|
||||||
'This test only works in Laravel >= 8.2'
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Factories\SimpleFactory;
|
|
||||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Models\Simple
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Factories\Factories\SimpleFactory factory(...$parameters)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple whereId($value)
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class Simple extends Model
|
|
||||||
{
|
|
||||||
use HasFactory;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a new factory instance for the model.
|
|
||||||
*
|
|
||||||
* @return \Illuminate\Database\Eloquent\Factories\Factory
|
|
||||||
*/
|
|
||||||
protected static function newFactory()
|
|
||||||
{
|
|
||||||
return SimpleFactory::new();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdoc\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdoc;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,165 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdoc\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdoc\Models\Post
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string|null $char_nullable
|
|
||||||
* @property string $char_not_nullable
|
|
||||||
* @property string|null $string_nullable
|
|
||||||
* @property string $string_not_nullable
|
|
||||||
* @property string|null $text_nullable
|
|
||||||
* @property string $text_not_nullable
|
|
||||||
* @property string|null $medium_text_nullable
|
|
||||||
* @property string $medium_text_not_nullable
|
|
||||||
* @property string|null $long_text_nullable
|
|
||||||
* @property string $long_text_not_nullable
|
|
||||||
* @property integer|null $integer_nullable
|
|
||||||
* @property integer $integer_not_nullable
|
|
||||||
* @property integer|null $tiny_integer_nullable
|
|
||||||
* @property integer $tiny_integer_not_nullable
|
|
||||||
* @property integer|null $small_integer_nullable
|
|
||||||
* @property integer $small_integer_not_nullable
|
|
||||||
* @property integer|null $medium_integer_nullable
|
|
||||||
* @property integer $medium_integer_not_nullable
|
|
||||||
* @property integer|null $big_integer_nullable
|
|
||||||
* @property integer $big_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_integer_nullable
|
|
||||||
* @property integer $unsigned_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_tiny_integer_nullable
|
|
||||||
* @property integer $unsigned_tiny_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_small_integer_nullable
|
|
||||||
* @property integer $unsigned_small_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_medium_integer_nullable
|
|
||||||
* @property integer $unsigned_medium_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_big_integer_nullable
|
|
||||||
* @property integer $unsigned_big_integer_not_nullable
|
|
||||||
* @property float|null $float_nullable
|
|
||||||
* @property float $float_not_nullable
|
|
||||||
* @property float|null $double_nullable
|
|
||||||
* @property float $double_not_nullable
|
|
||||||
* @property string|null $decimal_nullable
|
|
||||||
* @property string $decimal_not_nullable
|
|
||||||
* @property string|null $unsigned_decimal_nullable
|
|
||||||
* @property string $unsigned_decimal_not_nullable
|
|
||||||
* @property integer|null $boolean_nullable
|
|
||||||
* @property integer $boolean_not_nullable
|
|
||||||
* @property string|null $enum_nullable
|
|
||||||
* @property string $enum_not_nullable
|
|
||||||
* @property string|null $json_nullable
|
|
||||||
* @property string $json_not_nullable
|
|
||||||
* @property string|null $jsonb_nullable
|
|
||||||
* @property string $jsonb_not_nullable
|
|
||||||
* @property string|null $date_nullable
|
|
||||||
* @property string $date_not_nullable
|
|
||||||
* @property string|null $datetime_nullable
|
|
||||||
* @property string $datetime_not_nullable
|
|
||||||
* @property string|null $datetimetz_nullable
|
|
||||||
* @property string $datetimetz_not_nullable
|
|
||||||
* @property string|null $time_nullable
|
|
||||||
* @property string $time_not_nullable
|
|
||||||
* @property string|null $timetz_nullable
|
|
||||||
* @property string $timetz_not_nullable
|
|
||||||
* @property string|null $timestamp_nullable
|
|
||||||
* @property string $timestamp_not_nullable
|
|
||||||
* @property string|null $timestamptz_nullable
|
|
||||||
* @property string $timestamptz_not_nullable
|
|
||||||
* @property integer|null $year_nullable
|
|
||||||
* @property integer $year_not_nullable
|
|
||||||
* @property mixed|null $binary_nullable
|
|
||||||
* @property mixed $binary_not_nullable
|
|
||||||
* @property string|null $uuid_nullable
|
|
||||||
* @property string $uuid_not_nullable
|
|
||||||
* @property string|null $ipaddress_nullable
|
|
||||||
* @property string $ipaddress_not_nullable
|
|
||||||
* @property string|null $macaddress_nullable
|
|
||||||
* @property string $macaddress_not_nullable
|
|
||||||
* @property \Illuminate\Support\Carbon|null $created_at
|
|
||||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCreatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereId($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUpdatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNullable($value)
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdocCamel\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdocCamel;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
protected function getEnvironmentSetUp($app)
|
|
||||||
{
|
|
||||||
parent::getEnvironmentSetUp($app);
|
|
||||||
|
|
||||||
$app['config']->set('ide-helper.model_camel_case_properties', true);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,165 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdocCamel\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdocCamel\Models\Post
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string|null $charNullable
|
|
||||||
* @property string $charNotNullable
|
|
||||||
* @property string|null $stringNullable
|
|
||||||
* @property string $stringNotNullable
|
|
||||||
* @property string|null $textNullable
|
|
||||||
* @property string $textNotNullable
|
|
||||||
* @property string|null $mediumTextNullable
|
|
||||||
* @property string $mediumTextNotNullable
|
|
||||||
* @property string|null $longTextNullable
|
|
||||||
* @property string $longTextNotNullable
|
|
||||||
* @property integer|null $integerNullable
|
|
||||||
* @property integer $integerNotNullable
|
|
||||||
* @property integer|null $tinyIntegerNullable
|
|
||||||
* @property integer $tinyIntegerNotNullable
|
|
||||||
* @property integer|null $smallIntegerNullable
|
|
||||||
* @property integer $smallIntegerNotNullable
|
|
||||||
* @property integer|null $mediumIntegerNullable
|
|
||||||
* @property integer $mediumIntegerNotNullable
|
|
||||||
* @property integer|null $bigIntegerNullable
|
|
||||||
* @property integer $bigIntegerNotNullable
|
|
||||||
* @property integer|null $unsignedIntegerNullable
|
|
||||||
* @property integer $unsignedIntegerNotNullable
|
|
||||||
* @property integer|null $unsignedTinyIntegerNullable
|
|
||||||
* @property integer $unsignedTinyIntegerNotNullable
|
|
||||||
* @property integer|null $unsignedSmallIntegerNullable
|
|
||||||
* @property integer $unsignedSmallIntegerNotNullable
|
|
||||||
* @property integer|null $unsignedMediumIntegerNullable
|
|
||||||
* @property integer $unsignedMediumIntegerNotNullable
|
|
||||||
* @property integer|null $unsignedBigIntegerNullable
|
|
||||||
* @property integer $unsignedBigIntegerNotNullable
|
|
||||||
* @property float|null $floatNullable
|
|
||||||
* @property float $floatNotNullable
|
|
||||||
* @property float|null $doubleNullable
|
|
||||||
* @property float $doubleNotNullable
|
|
||||||
* @property string|null $decimalNullable
|
|
||||||
* @property string $decimalNotNullable
|
|
||||||
* @property string|null $unsignedDecimalNullable
|
|
||||||
* @property string $unsignedDecimalNotNullable
|
|
||||||
* @property integer|null $booleanNullable
|
|
||||||
* @property integer $booleanNotNullable
|
|
||||||
* @property string|null $enumNullable
|
|
||||||
* @property string $enumNotNullable
|
|
||||||
* @property string|null $jsonNullable
|
|
||||||
* @property string $jsonNotNullable
|
|
||||||
* @property string|null $jsonbNullable
|
|
||||||
* @property string $jsonbNotNullable
|
|
||||||
* @property string|null $dateNullable
|
|
||||||
* @property string $dateNotNullable
|
|
||||||
* @property string|null $datetimeNullable
|
|
||||||
* @property string $datetimeNotNullable
|
|
||||||
* @property string|null $datetimetzNullable
|
|
||||||
* @property string $datetimetzNotNullable
|
|
||||||
* @property string|null $timeNullable
|
|
||||||
* @property string $timeNotNullable
|
|
||||||
* @property string|null $timetzNullable
|
|
||||||
* @property string $timetzNotNullable
|
|
||||||
* @property string|null $timestampNullable
|
|
||||||
* @property string $timestampNotNullable
|
|
||||||
* @property string|null $timestamptzNullable
|
|
||||||
* @property string $timestamptzNotNullable
|
|
||||||
* @property integer|null $yearNullable
|
|
||||||
* @property integer $yearNotNullable
|
|
||||||
* @property mixed|null $binaryNullable
|
|
||||||
* @property mixed $binaryNotNullable
|
|
||||||
* @property string|null $uuidNullable
|
|
||||||
* @property string $uuidNotNullable
|
|
||||||
* @property string|null $ipaddressNullable
|
|
||||||
* @property string $ipaddressNotNullable
|
|
||||||
* @property string|null $macaddressNullable
|
|
||||||
* @property string $macaddressNotNullable
|
|
||||||
* @property \Illuminate\Support\Carbon|null $createdAt
|
|
||||||
* @property \Illuminate\Support\Carbon|null $updatedAt
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCreatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereId($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUpdatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNullable($value)
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdocFinal\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
final class Post extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdocFinal;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,165 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdocFinal\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpdocFinal\Models\Post
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string|null $char_nullable
|
|
||||||
* @property string $char_not_nullable
|
|
||||||
* @property string|null $string_nullable
|
|
||||||
* @property string $string_not_nullable
|
|
||||||
* @property string|null $text_nullable
|
|
||||||
* @property string $text_not_nullable
|
|
||||||
* @property string|null $medium_text_nullable
|
|
||||||
* @property string $medium_text_not_nullable
|
|
||||||
* @property string|null $long_text_nullable
|
|
||||||
* @property string $long_text_not_nullable
|
|
||||||
* @property integer|null $integer_nullable
|
|
||||||
* @property integer $integer_not_nullable
|
|
||||||
* @property integer|null $tiny_integer_nullable
|
|
||||||
* @property integer $tiny_integer_not_nullable
|
|
||||||
* @property integer|null $small_integer_nullable
|
|
||||||
* @property integer $small_integer_not_nullable
|
|
||||||
* @property integer|null $medium_integer_nullable
|
|
||||||
* @property integer $medium_integer_not_nullable
|
|
||||||
* @property integer|null $big_integer_nullable
|
|
||||||
* @property integer $big_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_integer_nullable
|
|
||||||
* @property integer $unsigned_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_tiny_integer_nullable
|
|
||||||
* @property integer $unsigned_tiny_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_small_integer_nullable
|
|
||||||
* @property integer $unsigned_small_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_medium_integer_nullable
|
|
||||||
* @property integer $unsigned_medium_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_big_integer_nullable
|
|
||||||
* @property integer $unsigned_big_integer_not_nullable
|
|
||||||
* @property float|null $float_nullable
|
|
||||||
* @property float $float_not_nullable
|
|
||||||
* @property float|null $double_nullable
|
|
||||||
* @property float $double_not_nullable
|
|
||||||
* @property string|null $decimal_nullable
|
|
||||||
* @property string $decimal_not_nullable
|
|
||||||
* @property string|null $unsigned_decimal_nullable
|
|
||||||
* @property string $unsigned_decimal_not_nullable
|
|
||||||
* @property integer|null $boolean_nullable
|
|
||||||
* @property integer $boolean_not_nullable
|
|
||||||
* @property string|null $enum_nullable
|
|
||||||
* @property string $enum_not_nullable
|
|
||||||
* @property string|null $json_nullable
|
|
||||||
* @property string $json_not_nullable
|
|
||||||
* @property string|null $jsonb_nullable
|
|
||||||
* @property string $jsonb_not_nullable
|
|
||||||
* @property string|null $date_nullable
|
|
||||||
* @property string $date_not_nullable
|
|
||||||
* @property string|null $datetime_nullable
|
|
||||||
* @property string $datetime_not_nullable
|
|
||||||
* @property string|null $datetimetz_nullable
|
|
||||||
* @property string $datetimetz_not_nullable
|
|
||||||
* @property string|null $time_nullable
|
|
||||||
* @property string $time_not_nullable
|
|
||||||
* @property string|null $timetz_nullable
|
|
||||||
* @property string $timetz_not_nullable
|
|
||||||
* @property string|null $timestamp_nullable
|
|
||||||
* @property string $timestamp_not_nullable
|
|
||||||
* @property string|null $timestamptz_nullable
|
|
||||||
* @property string $timestamptz_not_nullable
|
|
||||||
* @property integer|null $year_nullable
|
|
||||||
* @property integer $year_not_nullable
|
|
||||||
* @property mixed|null $binary_nullable
|
|
||||||
* @property mixed $binary_not_nullable
|
|
||||||
* @property string|null $uuid_nullable
|
|
||||||
* @property string $uuid_not_nullable
|
|
||||||
* @property string|null $ipaddress_nullable
|
|
||||||
* @property string $ipaddress_not_nullable
|
|
||||||
* @property string|null $macaddress_nullable
|
|
||||||
* @property string $macaddress_not_nullable
|
|
||||||
* @property \Illuminate\Support\Carbon|null $created_at
|
|
||||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBinaryNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereBooleanNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCharNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereCreatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDateNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDatetimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereDoubleNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereEnumNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereFloatNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereId($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereIpaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereJsonbNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereLongTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMacaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereMediumTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereStringNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestampNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimestamptzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUnsignedTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUpdatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUuidNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNullable($value)
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
final class Post extends Model
|
|
||||||
{
|
|
||||||
}
|
|
||||||
-109
@@ -1,109 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Illuminate\Database\Eloquent\Builder;
|
|
||||||
|
|
||||||
class PostExternalQueryBuilder extends Builder
|
|
||||||
{
|
|
||||||
public function isActive(): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isStatus(string $status): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isLoadingWith(?string $with): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param int|null $number
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withTheNumber($number): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param integer|null $number
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withTheNumberDifferently($number): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param bool|null $number
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withBool($booleanVar): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param bool|null $number
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withBoolDifferently($booleanVar): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function withBoolTypeHinted(bool $booleanVar): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param int|string $someone
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withSomeone($someone): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param mixed $option
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withMixedOption($option): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function withTestCommand(ModelsCommand $testCommand): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function withNullTestCommand(?ModelsCommand $testCommand): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function withNullAndAssignmentTestCommand(?ModelsCommand $testCommand = null): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param ModelsCommand $testCommand
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withNullTestCommandInDocBlock($testCommand): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
public function newEloquentBuilder($query): PostExternalQueryBuilder
|
|
||||||
{
|
|
||||||
return new PostExternalQueryBuilder($query);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--nowrite' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Model information was written to _ide_helper_models.php', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-183
@@ -1,183 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
// @formatter:off
|
|
||||||
/**
|
|
||||||
* A helper file for your Eloquent Models
|
|
||||||
* Copy the phpDocs from this file to the correct Model,
|
|
||||||
* And remove them from this file, to prevent double declarations.
|
|
||||||
*
|
|
||||||
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Models{
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Models\Post
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string|null $char_nullable
|
|
||||||
* @property string $char_not_nullable
|
|
||||||
* @property string|null $string_nullable
|
|
||||||
* @property string $string_not_nullable
|
|
||||||
* @property string|null $text_nullable
|
|
||||||
* @property string $text_not_nullable
|
|
||||||
* @property string|null $medium_text_nullable
|
|
||||||
* @property string $medium_text_not_nullable
|
|
||||||
* @property string|null $long_text_nullable
|
|
||||||
* @property string $long_text_not_nullable
|
|
||||||
* @property integer|null $integer_nullable
|
|
||||||
* @property integer $integer_not_nullable
|
|
||||||
* @property integer|null $tiny_integer_nullable
|
|
||||||
* @property integer $tiny_integer_not_nullable
|
|
||||||
* @property integer|null $small_integer_nullable
|
|
||||||
* @property integer $small_integer_not_nullable
|
|
||||||
* @property integer|null $medium_integer_nullable
|
|
||||||
* @property integer $medium_integer_not_nullable
|
|
||||||
* @property integer|null $big_integer_nullable
|
|
||||||
* @property integer $big_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_integer_nullable
|
|
||||||
* @property integer $unsigned_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_tiny_integer_nullable
|
|
||||||
* @property integer $unsigned_tiny_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_small_integer_nullable
|
|
||||||
* @property integer $unsigned_small_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_medium_integer_nullable
|
|
||||||
* @property integer $unsigned_medium_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_big_integer_nullable
|
|
||||||
* @property integer $unsigned_big_integer_not_nullable
|
|
||||||
* @property float|null $float_nullable
|
|
||||||
* @property float $float_not_nullable
|
|
||||||
* @property float|null $double_nullable
|
|
||||||
* @property float $double_not_nullable
|
|
||||||
* @property string|null $decimal_nullable
|
|
||||||
* @property string $decimal_not_nullable
|
|
||||||
* @property string|null $unsigned_decimal_nullable
|
|
||||||
* @property string $unsigned_decimal_not_nullable
|
|
||||||
* @property integer|null $boolean_nullable
|
|
||||||
* @property integer $boolean_not_nullable
|
|
||||||
* @property string|null $enum_nullable
|
|
||||||
* @property string $enum_not_nullable
|
|
||||||
* @property string|null $json_nullable
|
|
||||||
* @property string $json_not_nullable
|
|
||||||
* @property string|null $jsonb_nullable
|
|
||||||
* @property string $jsonb_not_nullable
|
|
||||||
* @property string|null $date_nullable
|
|
||||||
* @property string $date_not_nullable
|
|
||||||
* @property string|null $datetime_nullable
|
|
||||||
* @property string $datetime_not_nullable
|
|
||||||
* @property string|null $datetimetz_nullable
|
|
||||||
* @property string $datetimetz_not_nullable
|
|
||||||
* @property string|null $time_nullable
|
|
||||||
* @property string $time_not_nullable
|
|
||||||
* @property string|null $timetz_nullable
|
|
||||||
* @property string $timetz_not_nullable
|
|
||||||
* @property string|null $timestamp_nullable
|
|
||||||
* @property string $timestamp_not_nullable
|
|
||||||
* @property string|null $timestamptz_nullable
|
|
||||||
* @property string $timestamptz_not_nullable
|
|
||||||
* @property integer|null $year_nullable
|
|
||||||
* @property integer $year_not_nullable
|
|
||||||
* @property mixed|null $binary_nullable
|
|
||||||
* @property mixed $binary_not_nullable
|
|
||||||
* @property string|null $uuid_nullable
|
|
||||||
* @property string $uuid_not_nullable
|
|
||||||
* @property string|null $ipaddress_nullable
|
|
||||||
* @property string $ipaddress_not_nullable
|
|
||||||
* @property string|null $macaddress_nullable
|
|
||||||
* @property string $macaddress_not_nullable
|
|
||||||
* @property \Illuminate\Support\Carbon|null $created_at
|
|
||||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post isActive()
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post isLoadingWith(?string $with)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post isStatus(string $status)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post newModelQuery()
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post newQuery()
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post query()
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereBigIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereBigIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereBinaryNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereBinaryNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereBooleanNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereBooleanNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereCharNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereCharNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereCreatedAt($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDateNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDateNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDatetimeNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDatetimeNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDatetimetzNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDatetimetzNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDecimalNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDecimalNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDoubleNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereDoubleNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereEnumNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereEnumNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereFloatNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereFloatNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereId($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereIpaddressNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereIpaddressNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereJsonNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereJsonNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereJsonbNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereJsonbNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereLongTextNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereLongTextNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereMacaddressNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereMacaddressNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereMediumIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereMediumTextNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereMediumTextNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereSmallIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereStringNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereStringNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTextNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTextNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTimeNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTimeNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTimestampNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTimestampNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTimestamptzNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTimestamptzNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTimetzNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTimetzNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereTinyIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedBigIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedBigIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedDecimalNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedDecimalNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedMediumIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedSmallIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUnsignedTinyIntegerNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUpdatedAt($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUuidNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereUuidNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereYearNotNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post whereYearNullable($value)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withBool(?bool $booleanVar)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withBoolDifferently(?bool $booleanVar)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withBoolTypeHinted(bool $booleanVar)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withMixedOption($option)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withNullAndAssignmentTestCommand(?\Barryvdh\LaravelIdeHelper\Console\ModelsCommand $testCommand = null)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withNullTestCommand(?\Barryvdh\LaravelIdeHelper\Console\ModelsCommand $testCommand)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withNullTestCommandInDocBlock($testCommand)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withSomeone($someone)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withTestCommand(\Barryvdh\LaravelIdeHelper\Console\ModelsCommand $testCommand)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withTheNumber(?int $number)
|
|
||||||
* @method static \Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilder\Builders\PostExternalQueryBuilder|Post withTheNumberDifferently(?int $number)
|
|
||||||
*/
|
|
||||||
class Post extends \Eloquent {}
|
|
||||||
}
|
|
||||||
|
|
||||||
-109
@@ -1,109 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilderWithFqn\Builders;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Illuminate\Database\Eloquent\Builder;
|
|
||||||
|
|
||||||
class PostExternalQueryBuilder extends Builder
|
|
||||||
{
|
|
||||||
public function isActive(): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isStatus(string $status): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isLoadingWith(?string $with): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param int|null $number
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withTheNumber($number): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param integer|null $number
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withTheNumberDifferently($number): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param bool|null $number
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withBool($booleanVar): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param bool|null $number
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withBoolDifferently($booleanVar): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function withBoolTypeHinted(bool $booleanVar): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param int|string $someone
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withSomeone($someone): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param mixed $option
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withMixedOption($option): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function withTestCommand(ModelsCommand $testCommand): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function withNullTestCommand(?ModelsCommand $testCommand): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function withNullAndAssignmentTestCommand(?ModelsCommand $testCommand = null): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param ModelsCommand $testCommand
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function withNullTestCommandInDocBlock($testCommand): self
|
|
||||||
{
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-16
@@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilderWithFqn\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilderWithFqn\Builders\PostExternalQueryBuilder;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
public function newEloquentBuilder($query): PostExternalQueryBuilder
|
|
||||||
{
|
|
||||||
return new PostExternalQueryBuilder($query);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilderWithFqn;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-184
@@ -1,184 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilderWithFqn\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilderWithFqn\Builders\PostExternalQueryBuilder;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithExternalEloquentBuilderWithFqn\Models\Post
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string|null $char_nullable
|
|
||||||
* @property string $char_not_nullable
|
|
||||||
* @property string|null $string_nullable
|
|
||||||
* @property string $string_not_nullable
|
|
||||||
* @property string|null $text_nullable
|
|
||||||
* @property string $text_not_nullable
|
|
||||||
* @property string|null $medium_text_nullable
|
|
||||||
* @property string $medium_text_not_nullable
|
|
||||||
* @property string|null $long_text_nullable
|
|
||||||
* @property string $long_text_not_nullable
|
|
||||||
* @property integer|null $integer_nullable
|
|
||||||
* @property integer $integer_not_nullable
|
|
||||||
* @property integer|null $tiny_integer_nullable
|
|
||||||
* @property integer $tiny_integer_not_nullable
|
|
||||||
* @property integer|null $small_integer_nullable
|
|
||||||
* @property integer $small_integer_not_nullable
|
|
||||||
* @property integer|null $medium_integer_nullable
|
|
||||||
* @property integer $medium_integer_not_nullable
|
|
||||||
* @property integer|null $big_integer_nullable
|
|
||||||
* @property integer $big_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_integer_nullable
|
|
||||||
* @property integer $unsigned_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_tiny_integer_nullable
|
|
||||||
* @property integer $unsigned_tiny_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_small_integer_nullable
|
|
||||||
* @property integer $unsigned_small_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_medium_integer_nullable
|
|
||||||
* @property integer $unsigned_medium_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_big_integer_nullable
|
|
||||||
* @property integer $unsigned_big_integer_not_nullable
|
|
||||||
* @property float|null $float_nullable
|
|
||||||
* @property float $float_not_nullable
|
|
||||||
* @property float|null $double_nullable
|
|
||||||
* @property float $double_not_nullable
|
|
||||||
* @property string|null $decimal_nullable
|
|
||||||
* @property string $decimal_not_nullable
|
|
||||||
* @property string|null $unsigned_decimal_nullable
|
|
||||||
* @property string $unsigned_decimal_not_nullable
|
|
||||||
* @property integer|null $boolean_nullable
|
|
||||||
* @property integer $boolean_not_nullable
|
|
||||||
* @property string|null $enum_nullable
|
|
||||||
* @property string $enum_not_nullable
|
|
||||||
* @property string|null $json_nullable
|
|
||||||
* @property string $json_not_nullable
|
|
||||||
* @property string|null $jsonb_nullable
|
|
||||||
* @property string $jsonb_not_nullable
|
|
||||||
* @property string|null $date_nullable
|
|
||||||
* @property string $date_not_nullable
|
|
||||||
* @property string|null $datetime_nullable
|
|
||||||
* @property string $datetime_not_nullable
|
|
||||||
* @property string|null $datetimetz_nullable
|
|
||||||
* @property string $datetimetz_not_nullable
|
|
||||||
* @property string|null $time_nullable
|
|
||||||
* @property string $time_not_nullable
|
|
||||||
* @property string|null $timetz_nullable
|
|
||||||
* @property string $timetz_not_nullable
|
|
||||||
* @property string|null $timestamp_nullable
|
|
||||||
* @property string $timestamp_not_nullable
|
|
||||||
* @property string|null $timestamptz_nullable
|
|
||||||
* @property string $timestamptz_not_nullable
|
|
||||||
* @property integer|null $year_nullable
|
|
||||||
* @property integer $year_not_nullable
|
|
||||||
* @property mixed|null $binary_nullable
|
|
||||||
* @property mixed $binary_not_nullable
|
|
||||||
* @property string|null $uuid_nullable
|
|
||||||
* @property string $uuid_not_nullable
|
|
||||||
* @property string|null $ipaddress_nullable
|
|
||||||
* @property string $ipaddress_not_nullable
|
|
||||||
* @property string|null $macaddress_nullable
|
|
||||||
* @property string $macaddress_not_nullable
|
|
||||||
* @property \Illuminate\Support\Carbon|null $created_at
|
|
||||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
||||||
* @method static PostExternalQueryBuilder|Post isActive()
|
|
||||||
* @method static PostExternalQueryBuilder|Post isLoadingWith(?string $with)
|
|
||||||
* @method static PostExternalQueryBuilder|Post isStatus(string $status)
|
|
||||||
* @method static PostExternalQueryBuilder|Post newModelQuery()
|
|
||||||
* @method static PostExternalQueryBuilder|Post newQuery()
|
|
||||||
* @method static PostExternalQueryBuilder|Post query()
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereBigIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereBigIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereBinaryNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereBinaryNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereBooleanNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereBooleanNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereCharNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereCharNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereCreatedAt($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDateNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDateNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDatetimeNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDatetimeNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDatetimetzNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDatetimetzNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDecimalNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDecimalNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDoubleNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereDoubleNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereEnumNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereEnumNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereFloatNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereFloatNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereId($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereIpaddressNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereIpaddressNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereJsonNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereJsonNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereJsonbNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereJsonbNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereLongTextNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereLongTextNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereMacaddressNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereMacaddressNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereMediumIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereMediumIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereMediumTextNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereMediumTextNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereSmallIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereSmallIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereStringNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereStringNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTextNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTextNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTimeNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTimeNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTimestampNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTimestampNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTimestamptzNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTimestamptzNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTimetzNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTimetzNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTinyIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereTinyIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedBigIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedBigIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedDecimalNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedDecimalNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedMediumIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedMediumIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedSmallIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedSmallIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedTinyIntegerNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUnsignedTinyIntegerNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUpdatedAt($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUuidNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereUuidNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereYearNotNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post whereYearNullable($value)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withBool(?bool $booleanVar)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withBoolDifferently(?bool $booleanVar)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withBoolTypeHinted(bool $booleanVar)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withMixedOption($option)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withNullAndAssignmentTestCommand(?\Barryvdh\LaravelIdeHelper\Console\ModelsCommand $testCommand = null)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withNullTestCommand(?\Barryvdh\LaravelIdeHelper\Console\ModelsCommand $testCommand)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withNullTestCommandInDocBlock($testCommand)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withSomeone($someone)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withTestCommand(\Barryvdh\LaravelIdeHelper\Console\ModelsCommand $testCommand)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withTheNumber(?int $number)
|
|
||||||
* @method static PostExternalQueryBuilder|Post withTheNumberDifferently(?int $number)
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
public function newEloquentBuilder($query): PostExternalQueryBuilder
|
|
||||||
{
|
|
||||||
return new PostExternalQueryBuilder($query);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
|
||||||
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
use SoftDeletes;
|
|
||||||
|
|
||||||
public function posts(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Post::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function scopeNull($query, string $unusedParam)
|
|
||||||
{
|
|
||||||
return $query;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
protected function getEnvironmentSetUp($app)
|
|
||||||
{
|
|
||||||
parent::getEnvironmentSetUp($app);
|
|
||||||
|
|
||||||
$app['config']->set('ide-helper.force_fqn', true);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-184
@@ -1,184 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string|null $char_nullable
|
|
||||||
* @property string $char_not_nullable
|
|
||||||
* @property string|null $string_nullable
|
|
||||||
* @property string $string_not_nullable
|
|
||||||
* @property string|null $text_nullable
|
|
||||||
* @property string $text_not_nullable
|
|
||||||
* @property string|null $medium_text_nullable
|
|
||||||
* @property string $medium_text_not_nullable
|
|
||||||
* @property string|null $long_text_nullable
|
|
||||||
* @property string $long_text_not_nullable
|
|
||||||
* @property integer|null $integer_nullable
|
|
||||||
* @property integer $integer_not_nullable
|
|
||||||
* @property integer|null $tiny_integer_nullable
|
|
||||||
* @property integer $tiny_integer_not_nullable
|
|
||||||
* @property integer|null $small_integer_nullable
|
|
||||||
* @property integer $small_integer_not_nullable
|
|
||||||
* @property integer|null $medium_integer_nullable
|
|
||||||
* @property integer $medium_integer_not_nullable
|
|
||||||
* @property integer|null $big_integer_nullable
|
|
||||||
* @property integer $big_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_integer_nullable
|
|
||||||
* @property integer $unsigned_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_tiny_integer_nullable
|
|
||||||
* @property integer $unsigned_tiny_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_small_integer_nullable
|
|
||||||
* @property integer $unsigned_small_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_medium_integer_nullable
|
|
||||||
* @property integer $unsigned_medium_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_big_integer_nullable
|
|
||||||
* @property integer $unsigned_big_integer_not_nullable
|
|
||||||
* @property float|null $float_nullable
|
|
||||||
* @property float $float_not_nullable
|
|
||||||
* @property float|null $double_nullable
|
|
||||||
* @property float $double_not_nullable
|
|
||||||
* @property string|null $decimal_nullable
|
|
||||||
* @property string $decimal_not_nullable
|
|
||||||
* @property string|null $unsigned_decimal_nullable
|
|
||||||
* @property string $unsigned_decimal_not_nullable
|
|
||||||
* @property integer|null $boolean_nullable
|
|
||||||
* @property integer $boolean_not_nullable
|
|
||||||
* @property string|null $enum_nullable
|
|
||||||
* @property string $enum_not_nullable
|
|
||||||
* @property string|null $json_nullable
|
|
||||||
* @property string $json_not_nullable
|
|
||||||
* @property string|null $jsonb_nullable
|
|
||||||
* @property string $jsonb_not_nullable
|
|
||||||
* @property string|null $date_nullable
|
|
||||||
* @property string $date_not_nullable
|
|
||||||
* @property string|null $datetime_nullable
|
|
||||||
* @property string $datetime_not_nullable
|
|
||||||
* @property string|null $datetimetz_nullable
|
|
||||||
* @property string $datetimetz_not_nullable
|
|
||||||
* @property string|null $time_nullable
|
|
||||||
* @property string $time_not_nullable
|
|
||||||
* @property string|null $timetz_nullable
|
|
||||||
* @property string $timetz_not_nullable
|
|
||||||
* @property string|null $timestamp_nullable
|
|
||||||
* @property string $timestamp_not_nullable
|
|
||||||
* @property string|null $timestamptz_nullable
|
|
||||||
* @property string $timestamptz_not_nullable
|
|
||||||
* @property integer|null $year_nullable
|
|
||||||
* @property integer $year_not_nullable
|
|
||||||
* @property mixed|null $binary_nullable
|
|
||||||
* @property mixed $binary_not_nullable
|
|
||||||
* @property string|null $uuid_nullable
|
|
||||||
* @property string $uuid_not_nullable
|
|
||||||
* @property string|null $ipaddress_nullable
|
|
||||||
* @property string $ipaddress_not_nullable
|
|
||||||
* @property string|null $macaddress_nullable
|
|
||||||
* @property string $macaddress_not_nullable
|
|
||||||
* @property \Illuminate\Support\Carbon|null $created_at
|
|
||||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
||||||
* @property-read \Illuminate\Database\Eloquent\Collection|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post[] $posts
|
|
||||||
* @property-read int|null $posts_count
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post newModelQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post newQuery()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post null(string $unusedParam)
|
|
||||||
* @method static \Illuminate\Database\Query\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post onlyTrashed()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post query()
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereBinaryNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereBinaryNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereBooleanNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereBooleanNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereCharNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereCharNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereCreatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDateNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDateNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDatetimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDatetimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDatetimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDatetimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDoubleNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereDoubleNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereEnumNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereEnumNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereFloatNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereFloatNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereId($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereIpaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereIpaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereJsonNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereJsonNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereJsonbNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereJsonbNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereLongTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereLongTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereMacaddressNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereMacaddressNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereMediumTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereMediumTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereStringNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereStringNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTextNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTextNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTimeNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTimeNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTimestampNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTimestampNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTimestamptzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTimestamptzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTimetzNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTimetzNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedBigIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedBigIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedDecimalNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedDecimalNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedMediumIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedMediumIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedSmallIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedSmallIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedTinyIntegerNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUnsignedTinyIntegerNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUpdatedAt($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUuidNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereUuidNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereYearNotNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post whereYearNullable($value)
|
|
||||||
* @method static \Illuminate\Database\Query\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post withTrashed()
|
|
||||||
* @method static \Illuminate\Database\Query\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithForcedFqn\Models\Post withoutTrashed()
|
|
||||||
* @mixin \Eloquent
|
|
||||||
*/
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
use SoftDeletes;
|
|
||||||
|
|
||||||
public function posts(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Post::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function scopeNull($query, string $unusedParam)
|
|
||||||
{
|
|
||||||
return $query;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqn\Casts;
|
|
||||||
|
|
||||||
final class CastType
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqn\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqn\Casts\CastType;
|
|
||||||
use Eloquent;
|
|
||||||
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
|
|
||||||
use Illuminate\Database\Eloquent\Collection;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
|
||||||
use Illuminate\Database\Query\Builder as QueryBuilder;
|
|
||||||
use Illuminate\Support\Carbon;
|
|
||||||
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
use SoftDeletes;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Special hack to avoid code style fixer removing unused imports
|
|
||||||
* which play a role when generating the snapshot
|
|
||||||
*/
|
|
||||||
private $hack = [
|
|
||||||
Carbon::class,
|
|
||||||
Collection::class,
|
|
||||||
Eloquent::class,
|
|
||||||
EloquentBuilder::class,
|
|
||||||
QueryBuilder::class,
|
|
||||||
];
|
|
||||||
|
|
||||||
protected $casts = [
|
|
||||||
'char_not_nullable' => CastType::class,
|
|
||||||
];
|
|
||||||
|
|
||||||
public function posts(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Post::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function scopeNull($query, string $unusedParam)
|
|
||||||
{
|
|
||||||
return $query;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqn;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AbstractModelsCommand;
|
|
||||||
|
|
||||||
class Test extends AbstractModelsCommand
|
|
||||||
{
|
|
||||||
public function test(): void
|
|
||||||
{
|
|
||||||
$command = $this->app->make(ModelsCommand::class);
|
|
||||||
|
|
||||||
$tester = $this->runCommand($command, [
|
|
||||||
'--write' => true,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertSame(0, $tester->getStatusCode());
|
|
||||||
$this->assertStringContainsString('Written new phpDocBlock to', $tester->getDisplay());
|
|
||||||
$this->assertMatchesMockedSnapshot();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,206 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqn\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqn\Casts\CastType;
|
|
||||||
use Eloquent;
|
|
||||||
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
|
|
||||||
use Illuminate\Database\Eloquent\Collection;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
|
||||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
|
||||||
use Illuminate\Database\Query\Builder as QueryBuilder;
|
|
||||||
use Illuminate\Support\Carbon;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqn\Models\Post
|
|
||||||
*
|
|
||||||
* @property integer $id
|
|
||||||
* @property string|null $char_nullable
|
|
||||||
* @property CastType $char_not_nullable
|
|
||||||
* @property string|null $string_nullable
|
|
||||||
* @property string $string_not_nullable
|
|
||||||
* @property string|null $text_nullable
|
|
||||||
* @property string $text_not_nullable
|
|
||||||
* @property string|null $medium_text_nullable
|
|
||||||
* @property string $medium_text_not_nullable
|
|
||||||
* @property string|null $long_text_nullable
|
|
||||||
* @property string $long_text_not_nullable
|
|
||||||
* @property integer|null $integer_nullable
|
|
||||||
* @property integer $integer_not_nullable
|
|
||||||
* @property integer|null $tiny_integer_nullable
|
|
||||||
* @property integer $tiny_integer_not_nullable
|
|
||||||
* @property integer|null $small_integer_nullable
|
|
||||||
* @property integer $small_integer_not_nullable
|
|
||||||
* @property integer|null $medium_integer_nullable
|
|
||||||
* @property integer $medium_integer_not_nullable
|
|
||||||
* @property integer|null $big_integer_nullable
|
|
||||||
* @property integer $big_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_integer_nullable
|
|
||||||
* @property integer $unsigned_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_tiny_integer_nullable
|
|
||||||
* @property integer $unsigned_tiny_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_small_integer_nullable
|
|
||||||
* @property integer $unsigned_small_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_medium_integer_nullable
|
|
||||||
* @property integer $unsigned_medium_integer_not_nullable
|
|
||||||
* @property integer|null $unsigned_big_integer_nullable
|
|
||||||
* @property integer $unsigned_big_integer_not_nullable
|
|
||||||
* @property float|null $float_nullable
|
|
||||||
* @property float $float_not_nullable
|
|
||||||
* @property float|null $double_nullable
|
|
||||||
* @property float $double_not_nullable
|
|
||||||
* @property string|null $decimal_nullable
|
|
||||||
* @property string $decimal_not_nullable
|
|
||||||
* @property string|null $unsigned_decimal_nullable
|
|
||||||
* @property string $unsigned_decimal_not_nullable
|
|
||||||
* @property integer|null $boolean_nullable
|
|
||||||
* @property integer $boolean_not_nullable
|
|
||||||
* @property string|null $enum_nullable
|
|
||||||
* @property string $enum_not_nullable
|
|
||||||
* @property string|null $json_nullable
|
|
||||||
* @property string $json_not_nullable
|
|
||||||
* @property string|null $jsonb_nullable
|
|
||||||
* @property string $jsonb_not_nullable
|
|
||||||
* @property string|null $date_nullable
|
|
||||||
* @property string $date_not_nullable
|
|
||||||
* @property string|null $datetime_nullable
|
|
||||||
* @property string $datetime_not_nullable
|
|
||||||
* @property string|null $datetimetz_nullable
|
|
||||||
* @property string $datetimetz_not_nullable
|
|
||||||
* @property string|null $time_nullable
|
|
||||||
* @property string $time_not_nullable
|
|
||||||
* @property string|null $timetz_nullable
|
|
||||||
* @property string $timetz_not_nullable
|
|
||||||
* @property string|null $timestamp_nullable
|
|
||||||
* @property string $timestamp_not_nullable
|
|
||||||
* @property string|null $timestamptz_nullable
|
|
||||||
* @property string $timestamptz_not_nullable
|
|
||||||
* @property integer|null $year_nullable
|
|
||||||
* @property integer $year_not_nullable
|
|
||||||
* @property mixed|null $binary_nullable
|
|
||||||
* @property mixed $binary_not_nullable
|
|
||||||
* @property string|null $uuid_nullable
|
|
||||||
* @property string $uuid_not_nullable
|
|
||||||
* @property string|null $ipaddress_nullable
|
|
||||||
* @property string $ipaddress_not_nullable
|
|
||||||
* @property string|null $macaddress_nullable
|
|
||||||
* @property string $macaddress_not_nullable
|
|
||||||
* @property Carbon|null $created_at
|
|
||||||
* @property Carbon|null $updated_at
|
|
||||||
* @property-read Collection|Post[] $posts
|
|
||||||
* @property-read int|null $posts_count
|
|
||||||
* @method static EloquentBuilder|Post newModelQuery()
|
|
||||||
* @method static EloquentBuilder|Post newQuery()
|
|
||||||
* @method static EloquentBuilder|Post null(string $unusedParam)
|
|
||||||
* @method static QueryBuilder|Post onlyTrashed()
|
|
||||||
* @method static EloquentBuilder|Post query()
|
|
||||||
* @method static EloquentBuilder|Post whereBigIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereBigIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereBinaryNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereBinaryNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereBooleanNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereBooleanNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereCharNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereCharNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereCreatedAt($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDateNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDateNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDatetimeNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDatetimeNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDatetimetzNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDatetimetzNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDecimalNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDecimalNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDoubleNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereDoubleNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereEnumNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereEnumNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereFloatNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereFloatNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereId($value)
|
|
||||||
* @method static EloquentBuilder|Post whereIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereIpaddressNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereIpaddressNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereJsonNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereJsonNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereJsonbNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereJsonbNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereLongTextNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereLongTextNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereMacaddressNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereMacaddressNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereMediumIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereMediumIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereMediumTextNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereMediumTextNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereSmallIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereSmallIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereStringNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereStringNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTextNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTextNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTimeNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTimeNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTimestampNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTimestampNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTimestamptzNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTimestamptzNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTimetzNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTimetzNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTinyIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereTinyIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedBigIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedBigIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedDecimalNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedDecimalNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedMediumIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedMediumIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedSmallIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedSmallIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedTinyIntegerNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUnsignedTinyIntegerNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUpdatedAt($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUuidNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereUuidNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereYearNotNullable($value)
|
|
||||||
* @method static EloquentBuilder|Post whereYearNullable($value)
|
|
||||||
* @method static QueryBuilder|Post withTrashed()
|
|
||||||
* @method static QueryBuilder|Post withoutTrashed()
|
|
||||||
* @mixin Eloquent
|
|
||||||
*/
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
use SoftDeletes;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Special hack to avoid code style fixer removing unused imports
|
|
||||||
* which play a role when generating the snapshot
|
|
||||||
*/
|
|
||||||
private $hack = [
|
|
||||||
Carbon::class,
|
|
||||||
Collection::class,
|
|
||||||
Eloquent::class,
|
|
||||||
EloquentBuilder::class,
|
|
||||||
QueryBuilder::class,
|
|
||||||
];
|
|
||||||
|
|
||||||
protected $casts = [
|
|
||||||
'char_not_nullable' => CastType::class,
|
|
||||||
];
|
|
||||||
|
|
||||||
public function posts(): HasMany
|
|
||||||
{
|
|
||||||
return $this->hasMany(Post::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function scopeNull($query, string $unusedParam)
|
|
||||||
{
|
|
||||||
return $query;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-11
@@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqnInExternalFile\Builders;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Builder;
|
|
||||||
|
|
||||||
class EMaterialQueryBuilder extends Builder
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqnInExternalFile\Models;
|
|
||||||
|
|
||||||
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithFqnInExternalFile\Builders\EMaterialQueryBuilder;
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class Post extends Model
|
|
||||||
{
|
|
||||||
public function newEloquentBuilder($query): EMaterialQueryBuilder
|
|
||||||
{
|
|
||||||
return new EMaterialQueryBuilder($query);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user