Skip to content

An elegant PHP code writer, reader and executor.

License

Notifications You must be signed in to change notification settings

rawhitr/phpconsole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPConsole

A code writer, reader and execution app for html, css, javascript, php and laravel.

  1. Clean and beautiful code editor
  2. Powerful code linter
  3. Fast and slick
  4. Powerful code previewer
  5. Quick customizer
  6. Change configurations from editor
  7. Snippets manager

The app for php built with php. Write and execute any php code in seconds. No need for xampp, wampp and browser. The app also supports Laravel codes. Currently, the app works only on Windows OS.

Missing VCRUNTIME140.dll fixing

We have noticed that PHP Console failed to load because there was a missing .dll file from some user's PC. Here is a guide to help you out.

Recommendations

If you encountered missing .dll file as shown above, we recommend reinstalling the Visual C++ Redistributable for Visual Studio 2015 to fix the missing VCRUNTIME140.dll error. It is important to follow official Microsoft guidelines and install the missing files properly, otherwise, you will have to struggle with each corrupted program separately, which you clearly do not want to happen.

Get .dll File for your PC

If your PC runs on 32-bits download the 32-bits file but if 64-bits, download the 64-bits file. After which, you are good to go.

vc_redist.x64.exe(64-bits) - 14.3MB

vc_redist.x86.exe(32-bits) - 13.5MB

Quick Shortcuts

PHPC have a number of shortcuts but here are quick once. Press ALT + K to see all shortcuts.

CTRL + S = Save
CTRL + O = Open snippets
CTRL + N = Create new snippet
CTRL + H = Help popup
CTRL + K = All Keyboard Shortcuts

Contribution

To contribute, kindly send a pull request or find me on Twitter.

About

An elegant PHP code writer, reader and executor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published