2017 © Pedro Peláez
 

library laravel-phpstorm-stubs

Laravel PhpStorm autocomplete stubs

image

sergeymakinen/laravel-phpstorm-stubs

Laravel PhpStorm autocomplete stubs

  • Friday, June 16, 2017
  • by sergeymakinen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 609 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 10 % Grown

The README.md

Laravel PhpStorm autocomplete stubs

Stubs for PhpStorm (may be for some other IDEs as well) to get a code completion working for Laravel facades, Query/Eloquent builders. Requires Laravel 5.1 or higher., (*1)

Packagist Version Total Downloads Software License, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

composer require "sergeymakinen/laravel-phpstorm-stubs:^1.0"

or add, (*5)

"sergeymakinen/laravel-phpstorm-stubs": "^1.0"

to the require section of your composer.json file., (*6)

Notes

If you got no code completion on Eloquent models, add a Model mixin tag, see an example:, (*7)

namespace App\Models;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
use Illuminate\Contracts\Auth\CanResetPassword as CanResetPasswordContract;

/**
 * @mixin Model
 */
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
{
    // ...
}

Have fun!, (*8)

The Versions

16/06 2017

dev-master

9999999-dev https://github.com/sergeymakinen/laravel-phpstorm-stubs

Laravel PhpStorm autocomplete stubs

  Sources   Download

MIT

The Requires

 

laravel stub autocomplete phpstorm stubs auto-complete laravel-phpstorm-stubs

01/03 2017

v1.0.4

1.0.4.0 https://github.com/sergeymakinen/laravel-phpstorm-stubs

Laravel PhpStorm autocomplete stubs

  Sources   Download

MIT

The Requires

 

laravel stub autocomplete phpstorm stubs auto-complete laravel-phpstorm-stubs

28/11 2016

v1.0.3

1.0.3.0 https://github.com/sergeymakinen/laravel-phpstorm-stubs

Laravel PhpStorm autocomplete stubs

  Sources   Download

MIT

The Requires

 

laravel stub autocomplete phpstorm stubs auto-complete laravel-phpstorm-stubs

14/09 2016

v1.0.2

1.0.2.0 https://github.com/sergeymakinen/laravel-phpstorm-stubs

Laravel PhpStorm autocomplete stubs

  Sources   Download

MIT

The Requires

 

laravel stub autocomplete phpstorm stubs auto-complete laravel-phpstorm-stubs

01/09 2016

v1.0.1

1.0.1.0 https://github.com/sergeymakinen/laravel-phpstorm-stubs

Laravel PhpStorm autocomplete stubs

  Sources   Download

MIT

The Requires

 

laravel stub autocomplete phpstorm stubs auto-complete laravel-phpstorm-stubs

01/09 2016

v1.0.0

1.0.0.0 https://github.com/sergeymakinen/laravel-phpstorm-stubs

Laravel PhpStorm autocomplete stubs

  Sources   Download

MIT

The Requires

 

laravel stub autocomplete phpstorm stubs auto-complete laravel-phpstorm-stubs