Sua Loi Blogger Blade1407

Hướng dẫn cài đặt Laravel IDE helper cho NetBeans (Namespaces, Classes and all libraries)

Helper Source laravel-ide-helper GITHUB Official

CMD Terminal

Open CMD terminal
Go to your Laravel project root directory by

cd C:\xampp\htdocs\laravel

Install

Require this package with composer using the following command:

composer require barryvdh/laravel-ide-helper

After updating composer, add the service provider to the providers array in config/app.php

Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,


Automatic phpDoc generation for Laravel Facades

You can now re-generate the docs yourself (for future updates)

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:
You can also publish the config file to change implementations (ie. interface to specific class) or set defaults for --helpers or --sublime.

php artisan vendor: publish --provider="Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider" --tag=config



Chia sẻ:

Viết 1 bình luận:

0 comments so far,add yours