From 6244a931a00ee313a7081a86d217fbb8e48c7aad Mon Sep 17 00:00:00 2001 From: Maduka Jayalath Date: Mon, 3 Jan 2022 12:10:25 +0530 Subject: [PATCH] Update README.md (#1290) Shorten links to texts from artisan commands so it will be easy to copy those commands to use. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91906c9..866e050 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ If for some reason you want manually control this: _Check out [this Laracasts video](https://laracasts.com/series/how-to-be-awesome-in-phpstorm/episodes/15) for a quick introduction/explanation!_ -- [`php artisan ide-helper:generate` - PHPDoc generation for Laravel Facades ](#automatic-phpdoc-generation-for-laravel-facades) -- [`php artisan ide-helper:models` - PHPDocs for models](#automatic-PHPDocs-for-models) -- [`php artisan ide-helper:meta` - PhpStorm Meta file](#phpstorm-meta-for-container-instances) +- `php artisan ide-helper:generate` - [PHPDoc generation for Laravel Facades ](#automatic-phpdoc-generation-for-laravel-facades) +- `php artisan ide-helper:models` - [PHPDocs for models](#automatic-PHPDocs-for-models) +- `php artisan ide-helper:meta` - [PhpStorm Meta file](#phpstorm-meta-for-container-instances) Note: You do need CodeComplice for Sublime Text: https://github.com/spectacles/CodeComplice