LaraCraft HelperLaraCraft 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:
Open the Laravel project folder in VS Code and run one of the LaraCraft commands from the Command Palette. Commands
Adds an authentication workflow with login-based users, password change flow, admin/user separation, account blocking, user management, logout, and image captcha placeholders.
Adds a compact validation workflow with a controller, route file, and Blade view. The command asks which validation preset should be used.
Opens a short local guide inside VS Code. Validation PresetsThe validation workflow can be generated for:
Notes
|