It contains:
- a complete database of more than 39 000 first names used in France,
- a way to share lists of names with your friends.
MIT license.
- first, * replace all semi colons with commas in the CSV provided by the INSEE
sed 's/;/,/g' yourfile.csv > newfile.csv
- next, run the command
php artisan touslesprenoms:import
- finally, run the command
php artisan touslesprenoms:count-total-after-import
There is a lot of cache instances in this project. Everything is cached. If you encounter any problem while debugging, remember to clear the cache with php artisan cache:clear
.