1

I need a tool like Gii Extension for Laravel but I can't find it.

This extension provides a Web-based code generator, called Gii, for Yii 2 applications. You can use Gii to quickly generate models, forms, modules, CRUD, etc.

Here is some images:

Gii image

Gii image

Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
  • 2
    Really need something like it for Laravel. But still don't have it yet. Laravel should also focus on automated code generation apart from its rapid development claim. – Ahsan May 28 '18 at 06:37

1 Answers1

6

The closest things I can think of when it comes to model and CRUD generators in Laravel would be:

yahyazini
  • 700
  • 12
  • 23