handledeck/est-tools

:package_description

dev-master / 1.0.x-dev 2017-03-16 07:44 UTC

This package is not auto-updated.

Last update: 2024-05-20 10:49:20 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.