Skip to content

Instantly share code, notes, and snippets.

@lionrajkumar
Created September 7, 2022 22:19
Show Gist options
  • Save lionrajkumar/ff23529f90983bcdd87630f698a98cc0 to your computer and use it in GitHub Desktop.
Save lionrajkumar/ff23529f90983bcdd87630f698a98cc0 to your computer and use it in GitHub Desktop.

Laravel Generators

Migrations

Generate Laravel Migrations from an existing database, including indexes and foreign keys!

composer xethron/migrations-generator

GitHub

Seeder

To generate a new seed file based on data from the existing database table.

composer require orangehill/iseed

GitHub

Model

For Laravel Modal files creating from existing DB

composer require reliese/laravel --dev

GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment