Laravel & VS Code
Developer Tools.
A curated collection of Laravel developer utilities and VS Code extensions built to accelerate deployment cycles and maintain code quality.
Laravel Helpers
Laravel Installer
Laravel Installer is a simple, guided wizard that lets anyone install and set up Laravel projects without touching the terminal. Built by us at Eii Tech Solutions for developers.
Locale Generator
Automate localization by scanning translatable strings from Laravel Blade files and generating locale JSON files, instantly.
VSCode Extensions
Eii Laravel
Translator
Eii Laravel Translator is a Visual Studio Code extension that automatically extracts translatable strings from your Blade files, generates clean JSON locale files, and provides instant, multi-language translation using Google Translate or DeepL APIs.
Made for Laravel developers.
// Translation Example
<h1>__('Welcome')</h1>
lang/ja.json
{
"Welcome" : "いらっしゃいませ"
}
Building for Developers.
Our Laravel packages are open for community contributions. We welcome suggestions, bug reports, and pull requests.