Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Laravel UtilsNew to Visual Studio Code? Get it now.

Laravel Utils

Laratips

|
139 installs
| (5) | Free
Utilities for Laravel
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Utilities for Laravel

This extension aims to bring many utility features for Laravel users.

Currently, I have completed only one feature. You can create a view file directly from the controller.

Feature 1 - Create View File

How to create a view file directly from the controller?

Feature 1 - Create View File

  • Just place your cursor in the view name inside the view method.
  • Open command palate by pressing Command + Shift + P (on Mac) or Ctrl + Shift + P (on Windows)
  • Search for Laravel Utils: Create View File and click on it
  • It will create a blade view file and take you to that file
  • If the blade file already exists, it will not create a new one. Feature 1 - Create View File
  • If you place your cursor outside the view name, it will ask you to place it in the correct position. Feature 1 - Create View File

Isn't is awesome? Other features are also coming soon.

Don't forget to rate the extension :)

Release Notes

1.0.0

Add ability to create blade view file directly from controller.

Reference

All the images are hosted in this open source website, Free Image Host.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft