Laravel Kickstart - Useful Laravel Extension Pack


🚀 Overview
Laravel Kickstart is a carefully curated collection of VS Code extensions designed to supercharge your Laravel development workflow. Whether you're a seasoned Laravel developer or just starting your journey, this extension pack provides all the essential tools you need for efficient, productive Laravel development.
✨ Key Benefits
- One-Click Setup: Install all essential Laravel extensions with a single click
- Curated Selection: Handpicked extensions that work well together
- Enhanced Productivity: Streamlined workflow for Laravel development
- Maintained & Updated: Regularly updated with the best Laravel development tools
📦 Included Extensions
🔍 Code Intelligence & Navigation
🧭 Quick Navigation
- DotENV - Syntax highlighting for .env files
🔧 Installation
Option 1: VS Code Marketplace
- Open Visual Studio Code
- Press
Ctrl+Shift+X (or Cmd+Shift+X on macOS) to open Extensions view
- Search for "Laravel Kickstart" by Harun1302123
- Click Install
- Reload VS Code when prompted
Option 2: Command Line
code --install-extension Harun1302123.laravel-kickstart
Option 3: Quick Install
Install from VS Code Marketplace
🚀 Getting Started
For New Laravel Projects
- Install this extension pack
- Create a new Laravel project:
composer create-project laravel/laravel my-project
cd my-project
code .
- Open any PHP or Blade file to activate the extensions
- Enjoy enhanced Laravel development!
For Existing Projects
- Install this extension pack
- Open your Laravel project in VS Code
- The extensions will automatically activate
Recommended Settings
Add these to your VS Code settings (settings.json) for optimal Laravel development:
{
"intelephense.files.associations": ["*.php", "*.phtml"],
"intelephense.files.exclude": [
"**/.git/**",
"**/node_modules/**",
"**/vendor/**/{Tests,tests}/**"
],
"blade.format.enable": true,
"[blade]": {
"editor.defaultFormatter": "shufo.vscode-blade-formatter"
},
"[php]": {
"editor.defaultFormatter": "kokororin.vscode-phpfmt"
}
}
✨ Features
- ⚡ Smart Code Completion - Intelligent autocomplete for Laravel syntax
- 🎯 Quick Navigation - Jump between controllers, views, and models instantly
- 🔍 Advanced IntelliSense - Deep Laravel framework integration
- 🎨 Code Formatting - Consistent PHP and Blade formatting
- 🔧 Environment Support - Enhanced .env file handling
- 📝 Blade Templating - Superior Blade template support
- 🚀 Productivity Boost - Streamlined Laravel development workflow
🤝 Contributing
We welcome contributions! Here's how you can help:
- Report Issues: Open an issue for bugs or feature requests
- Suggest Extensions: Propose new extensions that would benefit Laravel developers
- Improve Documentation: Help us make the documentation better
- Share Feedback: Tell us about your experience using this extension pack
Development
- Fork this repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Commit changes:
git commit -m 'Add amazing feature'
- Push to branch:
git push origin feature/amazing-feature
- Open a Pull Request
📄 License
This extension pack is released under the MIT License.
⭐ Support
If you find this extension pack helpful:
Laravel Kickstart Extension Pack
Created with ❤️ by
@Harun1302123
Happy coding with Laravel! 🚀