Skip to content

iamgoodbytes/laravel-seeder-belgian-cities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

laravel-seeder-belgian-cities

A simple Laravel migration + seeder for Belgian postal codes and city names Add the migration and seed class to your Laravel project and just call the seeder like you would do normally in DatabaseSeeder.php

$this->call('CitiesTableSeeder');

When you run artisan migrate:refresh --seed it will create a table called cities with three columns: (- id)

  • name
  • postal
  • province

About

A simple Laravel migration + seeder for Belgian postal codes and city names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages