Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sayasuhendra/499488e1acdcc23f0e62 to your computer and use it in GitHub Desktop.
Save sayasuhendra/499488e1acdcc23f0e62 to your computer and use it in GitHub Desktop.
Tips: Cara Menjalankan PHP file di Sublime Text
Tips: Cara Menjalankan PHP file di Sublime Text
1. Buat Build System Baru Tools-Build System-New Build System
2. Beri nama PHP
3. isi dengan ini
{
"cmd": ["php", "$file_name"]
}
4. buka file yang ingin di run Klik ctrl-B.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment