-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,12 @@ LOG_CHANNEL=stack | |
LOG_DEPRECATIONS_CHANNEL=null | ||
LOG_LEVEL=debug | ||
|
||
OPENAI_API_KEY= | ||
|
||
DB_CONNECTION=mysql | ||
DB_HOST=127.0.0.1 | ||
DB_PORT=3306 | ||
DB_DATABASE=shelter | ||
DB_DATABASE=touslesprenoms | ||
DB_USERNAME=root | ||
DB_PASSWORD= | ||
|
||
|
@@ -37,23 +39,5 @@ MAIL_ENCRYPTION=null | |
MAIL_FROM_ADDRESS="[email protected]" | ||
MAIL_FROM_NAME="${APP_NAME}" | ||
|
||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
AWS_DEFAULT_REGION=us-east-1 | ||
AWS_BUCKET= | ||
AWS_USE_PATH_STYLE_ENDPOINT=false | ||
|
||
PUSHER_APP_ID= | ||
PUSHER_APP_KEY= | ||
PUSHER_APP_SECRET= | ||
PUSHER_HOST= | ||
PUSHER_PORT=443 | ||
PUSHER_SCHEME=https | ||
PUSHER_APP_CLUSTER=mt1 | ||
|
||
VITE_APP_NAME="${APP_NAME}" | ||
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}" | ||
VITE_PUSHER_HOST="${PUSHER_HOST}" | ||
VITE_PUSHER_PORT="${PUSHER_PORT}" | ||
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}" | ||
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" | ||
SCOUT_QUEUE=true | ||
SCOUT_DRIVER=database |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
<p align="center"> | ||
|
||
![Touslesprenoms's Logo](https://github.com/djaiss/bivouac/assets/61099/d47cc206-6306-4711-8050-2417a4c17dd2) | ||
|
||
</p> | ||
|
||
## Touslesprenoms is an open source name database. | ||
|
||
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. | ||
|
||
### License | ||
|
||
MIT license. | ||
|
||
### how to | ||
|
||
- first, * replace all semi colons with commas in the CSV | ||
- 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 openname:import` | ||
- finally, run the command `php artisan openname:count-total-after-import` |