Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LaraCraft HelperNew to Visual Studio Code? Get it now.
LaraCraft Helper

LaraCraft Helper

Web Systems Lab

|
2 installs
| (0) | Free
Offline Laravel scaffolding presets for authentication and validation workflows.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LaraCraft Helper

LaraCraft Helper is a small offline VS Code extension for quickly adding ready-made Laravel scaffolds to a local project.

It is designed for fresh Laravel applications created with:

composer create-project laravel/laravel --prefer-dist .

Open the Laravel project folder in VS Code and run one of the LaraCraft commands from the Command Palette.

Commands

LaraCraft: Auth

Adds an authentication workflow with login-based users, password change flow, admin/user separation, account blocking, user management, logout, and image captcha placeholders.

LaraCraft: Valid

Adds a compact validation workflow with a controller, route file, and Blade view. The command asks which validation preset should be used.

LaraCraft: Guide

Opens a short local guide inside VS Code.

Validation Presets

The validation workflow can be generated for:

  • full name;
  • e-mail;
  • SNILS-like numeric format;
  • Russian phone format;
  • numeric taxpayer ID format;
  • passport-like numeric format.

Notes

  • The extension works offline after installation.
  • It does not configure .env.
  • It does not run migrations automatically.
  • It does not include captcha images. Place your own 1.png, 2.png, 3.png, and 4.png files into public/captcha when using the captcha workflow.
  • It does not use AI and has no runtime npm dependencies.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft