This is the repo that supports (https://laravelseedergenerator.james-nock.co.uk).
This is a simple Nuxt app for facilitating conversion between an 'INSERT INTO ...' statement and a Laravel seeder.
Simply copy and paste your 'INSERT INTO' statement into the box and get the a Laravel Seeder file in return.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate