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

LaraPurse

Jonathan Krah

|
23 installs
| (0) | Free
LaraPurse is a powerful VS Code extension that automates the creation of Laravel models, controllers, routes, middleware, dashboards, and Blade templates with just a few clicks
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LaraPurse - VS Code Extension 🚀

This extension helps you quickly generate Laravel Controllers, Models, Routes, and Blade Templates from a GUI.

📌 Features

  • Create Laravel Controllers with a simple UI.
  • Automatically generates Models and Migrations.
  • Adds resource routes to routes/web.php.
  • Inserts the necessary use statements for Controllers.
  • Optionally generates Blade templates.

⚡ How to Use

  1. Open a Laravel Project in VS Code.
  2. Press Ctrl+Shift+P and type "Larapurse: Create Controller".
  3. Enter the controller names and select additional options.
  4. Click "Generate Controllers".
  5. The files and routes will be created automatically.

🎯 Example Usage

If you create PostController, it will:

  • Generate PostController.php in app/Http/Controllers
  • Create the Post Model in app/Models
  • Add resource routes in routes/web.php
  • Insert use App\Http\Controllers\PostController; in web.php
  • Generate Blade templates in resources/views/post/ (if selected)

✨ Developed with ❤️ for Laravel Developers

Extension Icon 🚀 Boost your Laravel development speed with LaraPurse!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft