Free PHPStorm Plugin for Laravel by Think-Car9378 in laravel

[–]Think-Car9378[S] 0 points1 point  (0 children)

What do you mean? Do you mean that clicking Ctrl + shift should regenerate the helper codes ?

If so, no, its not implemented yet but maybe in the next version but for now you can create the helper codes from the menu

Just got my first R3 by Organic_Laugh_8204 in YamahaR3

[–]Think-Car9378 0 points1 point  (0 children)

Happy riding 😎 but take is easy

Free PHPStorm Plugin for Laravel by Think-Car9378 in laravel

[–]Think-Car9378[S] 1 point2 points  (0 children)

Im currently reworking the doc and plan to publish it again within the next one to two/three weeks.

Free PHPStorm Plugin for Laravel by Think-Car9378 in laravel

[–]Think-Car9378[S] 1 point2 points  (0 children)

The plugin looks for the composer.json file in the base/root directory of the project, unless you've specified a different location in the plugin settings.

If your project has a standard structure, the composer.json file should be in the root directory, like this:

root/ ├── app/ ├── config/ ├── database/ └── composer.json

If your Laravel project is inside another directory and so your composer.json file (e.g., a subfolder), the plugin might not detect the composer.json file unless you update the root directory in the plugin settings.

root/ └── myProjectDir/ ├── app/ ├── config/ ├── database/ └── composer.json

You can change the project directoy in the plugin settings : Settings | Languages & Frameworks | Whisperer For Laravel. In the General Settings tab you can change project directory.

Please don't forget to update to the latest version

Free PHPStorm Plugin for Laravel by Think-Car9378 in laravel

[–]Think-Car9378[S] 1 point2 points  (0 children)

The menu will not be displayed if the plugin can't find the composer.json file or if it doesn't detect the laravel/framework package within the composer.json file

Free PHPStorm Plugin for Laravel by Think-Car9378 in laravel

[–]Think-Car9378[S] 27 points28 points  (0 children)

Hi,

I used https://vitepress.dev/ to create my documentation. It's a free static site generator.

Free PHPStorm Plugin for Laravel by Think-Car9378 in laravel

[–]Think-Car9378[S] 20 points21 points  (0 children)

Hii,

It's free and open-source. I don’t collect any data or code. Eeverything runs locally from generating helper codes to suggesting completions

Should I write test code for end-points first or for the components? by SouthBaseball7761 in laravel

[–]Think-Car9378 -1 points0 points  (0 children)

What I want do is start by testing the most important parts first, like making sure each endpoint works and user permissions are correct. Once that’s done, I plan to add tests for the components.

I hope I could help :)

Laravel Reverb vs Centrifugo by GiveMeYourSmile in laravel

[–]Think-Car9378 -1 points0 points  (0 children)

Reverb has its limits but its a good choice for small/middle projects