Laravel Model Generator
Extension VSCode untuk menggenerate properti model Laravel dari migration.
Features
- Auto-generate model properties dari migration
- Support untuk berbagai tipe field Laravel
- Menu context untuk import field ke model
Installation
Search "Laravel Model Generator" di VS Code Extensions marketplace
Usage
- Buka file migration
- Seleksi kode Schema::create
- Klik kanan
- Pilih "Import Fields to Model"
Requirements
- VS Code 1.85.0 or higher
- PHP project with Laravel framework
Known Issues
[List known issues if any]
Release Notes
1.0.0
Initial release
Release Notes
2.0.0
Update Features
Change Log
1.0.0 - 2025-02-05
- Initial release
- Feature: Import fields from migration to model
- Feature: Context menu integration
2.0.0 - 2025-02-08
- Feature: Import table name to model
- Feature: Import relationship in model prefer to migrations
- Fixing: Years Change Log
License
This project is licensed under the MIT License - see the LICENSE file for details.
| |