Search code examples
phpmysqllaravelxamppphpstorm

How to open a PhpStorm project without PhpStorm


I had to make a School Project and decided to make one with PhpStorm and Laravel. My teacher doesn't have PhpStorm and told me to find a way so he could open it.

Is there any possibility to open a PhpStorm/Laravel without PhpStorm?


Solution

  • The files are still there, you can use any IDE or even Text Editor to view the files.

    The only thing PHPStorm adds to your project is a folder called .idea which is used for configurations on PhpStorm, and your teached doesn't need it