Skip to content

Commit

Permalink
System: add carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
esyede committed Jul 16, 2023
1 parent 31112a1 commit b6ffa08
Show file tree
Hide file tree
Showing 7 changed files with 4,278 additions and 2 deletions.
1 change: 1 addition & 0 deletions application/config/aliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'Autoloader' => 'System\Autoloader',
'Blade' => 'System\Blade',
'Cache' => 'System\Cache',
'Carbon' => 'System\Foundation\Carbon\Carbon',
'Command' => 'System\Console\Commands\Command',
'Config' => 'System\Config',
'Console' => 'System\Console\Console',
Expand Down
9 changes: 9 additions & 0 deletions system/foundation/carbon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#### Bahasa Indonesia

Library ini diadaptasi dari [nesbot/carbon](https://github.com/nesbot/carbon) v1.39.1.
Faker dirilis dibawah Lisensi MIT. Lihat file LICENSE untuk lebih detail.

#### English

This library is adapted from [nesbot/carbon](https://github.com/nesbot/carbon) v1.39.1.
Faker is released under the MIT License. See LICENSE file for details.
Loading

0 comments on commit b6ffa08

Please sign in to comment.