mitulgolakiya / laravel-api-generator

Laravel API/Scaffold/CRUD Generator including Controller, Repository, Model, Migrations, routes.php update.
MIT License
681 stars 144 forks source link

Make it easier #24

Open AlexYaro23 opened 9 years ago

AlexYaro23 commented 9 years ago

Get table name as param "php artisan mitul.generator:api TableName" and take field name from there. It will be much faster and easier for big tables.

mitulgolakiya commented 9 years ago

@Bubblebuzz, it's already in roadmap to make it like Laravel Generator Extended by laracasts.