Laravel Seeder Generator

This is a bog-standard tool for converting an 'INSERT INTO...' statement into a Laravel seeder.
Note: Multiple lines after the word VALUES can be used.

Paste your statement into the box and hit the button to generate the equivalent seeder.

Enter your INSERT statement...

How to use

Copy the file into your seeders folder and then run `php artisan db:seed`

By James Nock