nunomaduro / phpstan-laravel
A skeleton repository for my packages
Requires
- php: ^7.1.3
- laravel/framework: 5.6.*
- mockery/mockery: ^1.0
- phpstan/phpstan: ^0.10
This package is auto-updated.
Last update: 2018-07-03 14:03:04 UTC
README
THIS PACKAGE IS STILL IN DEVELOPMENT
About Phpstan Laravel
Phpstan Laravel was created by, and is maintained by Nuno Maduro, and is a phpstan/phpstan wrapper for Laravel.
Installation & Usage
Requires PHP 7.1.3+
You may use Composer to install Phpstan Laravel into your Laravel project:
composer require nunomaduro/phpstan-laravel
After that, include it in your project's phpstan.neon
:
includes:
- vendor/nunomaduro/phpstan-laravel/extension.neon
Contributing
Thank you for considering to contribute to Phpstan Laravel. All the contribution guidelines are mentioned here.
You can have a look at the CHANGELOG for constant updates & detailed information about the changes. You can also follow the twitter account for latest announcements or just come say hi!: @enunomaduro
Support the development
Do you like this project? Support it by donating
License
Phpstan Laravel is an open-sourced software licensed under the MIT license.