Need help on finding appropriate Laravel seeder for German cities and states
I need help on finding right package, or database seeder for German cities, that have appropriate states linked to them and also with postal code values. Does someone now any, or is there some other way to implement that in my laravel application? Any help is appreciated.
Ok so I made all this as it should, but I get Class 'Illuminate\Support\Facades\Http' not found . I already have Guzzle HTTP client installed through composer composer require guzzlehttp/guzzle and my laravel version is Laravel Framework 6.18.3. It won't import/see Http class when. Can you help?
Yes, it works now! Thank you very much. One more thing if you know, can I somehow update this code to seed faster when I use php artisan migrate:fresh --seed? Currently it takes about minute, which can be long because I often use that command