handledeck / est-tools
:package_description
dev-master / 1.0.x-dev
2017-03-16 07:44 UTC
Requires
- php: >=5.6.4
- barryvdh/laravel-ide-helper: >=2.2.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2026-03-09 19:05:23 UTC
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Install
Via Composer
$ composer require handledeck/est-tools
Usage
Add line to file config/app // Facade 'Est'=>Handledeck\EstTools\EstFacade::class, //Service provider Handledeck\EstTools\EstToolsServiceProvider::class Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class
Console Est
Update artisan command in settings->commands
Ctrl+Shift-x
art ide-helper:generate
art est:install
art vendor:publish
License
The MIT License (MIT). Please see License File for more information.