Skip to content

JamesNock/LaravelSeederGenerator

Repository files navigation

Laravel Seeder Generator

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.

Usage

Simply copy and paste your 'INSERT INTO' statement into the box and get the a Laravel Seeder file in return.

Local development

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published