Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "your_email@example.com"
| Open File -> App\Providers\AppServiceProvider | |
| And change method boot | |
| public function boot() | |
| { | |
| config(['app.locale' => 'id']); | |
| Carbon::setLocale('id'); | |
| } | |
| Open File and changes -> config/app.php |