From cbc20283b3a5ce11449effccae30a9bb650fea74 Mon Sep 17 00:00:00 2001 From: "Mateus Felipe C. C. Pinto" Date: Wed, 3 Jan 2018 16:26:13 -0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 221a38b..98377a7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ You can start by publishing the configuration. This is an optional step, it cont Next generate the migration file: $ php artisan countries:migration - $ composer dump-autoload It will generate the `_setup_countries_table.php` migration and the `CountriesSeeder.php` seeder. To make sure the data is seeded insert the following code in the `seeds/DatabaseSeeder.php`