bugreportz, common/*: add and update Indonesian translations (#14305)

This commit is contained in:
Reinhart Previano Koentjoro
2024-10-26 19:10:20 +07:00
committed by GitHub
parent efe9d90900
commit e03a29d5a2
15 changed files with 283 additions and 21 deletions

36
pages.id/common/cake.md Normal file
View File

@@ -0,0 +1,36 @@
# cake
> Alat baris perintah untuk memproses proyek aplikasi web berbasis framework CakePHP.
> Informasi lebih lanjut: <https://cakephp.org>.
- Tampilkan informasi dasar mengenai proyek aplikasi saat ini beserta daftar perintah:
`cake`
- Tampilkan daftar rute aplikasi web yang tersedia:
`cake routes`
- Hapus berkas-berkas cache konfigurasi proyek:
`cake cache clear_all`
- Bangun berkas cache metadata bagi proyek saat ini:
`cake schema_cache build --connection {{koneksi}}`
- Hapus berkas cache metadata:
`cake schema_cache clear`
- Hapus suatu tabel cache:
`cake schema_cache clear {{nama_tabel}}`
- Jalankan sebuah peladen web untuk kepentingan pengembangan (secara bawaan mengarah menuju port 8765):
`cake server`
- Jalankan sebuah proses REPL (syel interaktif):
`cake console`