A simple migration for all Italian provinces updated to 2022.
This project is made for Laravel version 9 or later.
Copy and paste all the files inside migrations folder to your laravel project
migrations folder (your-laravel-project/database/migrations).
Copy and paste all the files inside seeders folder to your laravel project
seeders folder (your-laravel-project/database/seeders).
Run the follwing command:
$ php artisan migrate --seed
Thank you for considering contributing to this project! You are free to share and edit this project code.
Francesco Cesari