run configs for intellij

This commit is contained in:
Nabeel Shahzad
2017-06-20 10:12:31 -05:00
parent dac5b09761
commit acff97dfb2
2 changed files with 15 additions and 0 deletions

10
.idea/php.xml generated
View File

@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpProjectServersManager">
<servers>
<server host="localhost" id="961f33f9-dcbb-4c0b-a638-949af7addc48" name="php-fpm" port="8080" use_path_mappings="true">
<path_mappings>
<mapping local-root="$PROJECT_DIR$" remote-root="/Users/nabeelshahzad/dev/projects/phpvms" />
<mapping local-root="$PROJECT_DIR$/public" remote-root="/Users/nabeelshahzad/dev/projects/phpvms/public" />
</path_mappings>
</server>
</servers>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="7.1" />
<component name="PhpUnit">
<phpunit_settings>

5
.idea/runConfigurations/local_debug.xml generated Normal file
View File

@@ -0,0 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="local debug" type="PhpWebAppRunConfigurationType" factoryName="PHP Web Application" singleton="true" server_name="php-fpm">
<method />
</configuration>
</component>