|
@@ -0,0 +1,439 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<project version="4">
|
|
|
+ <component name="ChangeListManager">
|
|
|
+ <list default="true" id="ff358f50-3bf4-4e8f-b62d-63302d20ccc3" name="Default Changelist" comment="">
|
|
|
+ <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/jf_admin2.0.iml" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" />
|
|
|
+ </list>
|
|
|
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
|
+ <option name="SHOW_DIALOG" value="false" />
|
|
|
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
+ <option name="LAST_RESOLUTION" value="IGNORE" />
|
|
|
+ </component>
|
|
|
+ <component name="ComposerSettings" synchronizationState="SYNCHRONIZE">
|
|
|
+ <pharConfigPath>$PROJECT_DIR$/composer.json</pharConfigPath>
|
|
|
+ </component>
|
|
|
+ <component name="FUSProjectUsageTrigger">
|
|
|
+ <session id="846866044">
|
|
|
+ <usages-collector id="statistics.lifecycle.project">
|
|
|
+ <counts>
|
|
|
+ <entry key="project.closed" value="1" />
|
|
|
+ <entry key="project.open.time.1" value="2" />
|
|
|
+ <entry key="project.opened" value="2" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ <usages-collector id="statistics.file.extensions.open">
|
|
|
+ <counts>
|
|
|
+ <entry key="env" value="2" />
|
|
|
+ <entry key="gitignore" value="3" />
|
|
|
+ <entry key="md" value="1" />
|
|
|
+ <entry key="php" value="10" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ <usages-collector id="statistics.file.types.open">
|
|
|
+ <counts>
|
|
|
+ <entry key="Markdown" value="1" />
|
|
|
+ <entry key="PHP" value="10" />
|
|
|
+ <entry key="PLAIN_TEXT" value="5" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ <usages-collector id="statistics.file.extensions.edit">
|
|
|
+ <counts>
|
|
|
+ <entry key="env" value="15" />
|
|
|
+ <entry key="php" value="31" />
|
|
|
+ <entry key="txt" value="9" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ <usages-collector id="statistics.file.types.edit">
|
|
|
+ <counts>
|
|
|
+ <entry key="PHP" value="31" />
|
|
|
+ <entry key="PLAIN_TEXT" value="24" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ <usages-collector id="statistics.vcs.git.usages">
|
|
|
+ <counts>
|
|
|
+ <entry key="git.branch.checkout.local" value="1" />
|
|
|
+ <entry key="git.branch.create.new" value="1" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ </session>
|
|
|
+ </component>
|
|
|
+ <component name="FileEditorManager">
|
|
|
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
|
+ <file pinned="false" current-in-tab="false">
|
|
|
+ <entry file="file://$PROJECT_DIR$/routes/api.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="324">
|
|
|
+ <caret line="18" column="41" selection-start-line="18" selection-start-column="37" selection-end-line="18" selection-end-column="41" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ </file>
|
|
|
+ <file pinned="false" current-in-tab="false">
|
|
|
+ <entry file="file://$PROJECT_DIR$/public/index.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="36">
|
|
|
+ <caret line="7" column="3" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="3" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ </file>
|
|
|
+ <file pinned="false" current-in-tab="false">
|
|
|
+ <entry file="file://$PROJECT_DIR$/app/Http/Controllers/Controller.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor" />
|
|
|
+ </entry>
|
|
|
+ </file>
|
|
|
+ <file pinned="false" current-in-tab="false">
|
|
|
+ <entry file="file://$PROJECT_DIR$/app/Http/Controllers/Auth/LoginController.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor" />
|
|
|
+ </entry>
|
|
|
+ </file>
|
|
|
+ <file pinned="false" current-in-tab="false">
|
|
|
+ <entry file="file://$PROJECT_DIR$/.env">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="774">
|
|
|
+ <caret line="43" selection-start-line="43" selection-end-line="43" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ </file>
|
|
|
+ <file pinned="false" current-in-tab="true">
|
|
|
+ <entry file="file://$PROJECT_DIR$/.gitignore">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="180">
|
|
|
+ <caret line="10" column="13" lean-forward="true" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ </file>
|
|
|
+ </leaf>
|
|
|
+ </component>
|
|
|
+ <component name="Git.Settings">
|
|
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
+ <option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
|
+ <map>
|
|
|
+ <entry key="$PROJECT_DIR$" value="1" />
|
|
|
+ </map>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="IdeDocumentHistory">
|
|
|
+ <option name="CHANGED_PATHS">
|
|
|
+ <list>
|
|
|
+ <option value="$PROJECT_DIR$/.env" />
|
|
|
+ <option value="$PROJECT_DIR$/public/index.php" />
|
|
|
+ <option value="$PROJECT_DIR$/app/Http/Controllers/TextController.php" />
|
|
|
+ <option value="$PROJECT_DIR$/routes/api.php" />
|
|
|
+ <option value="$PROJECT_DIR$/app/Http/Controllers/Api/TextController.php" />
|
|
|
+ <option value="$PROJECT_DIR$/.gitignore" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
|
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
|
+ <component name="JsGulpfileManager">
|
|
|
+ <detection-done>true</detection-done>
|
|
|
+ <sorting>DEFINITION_ORDER</sorting>
|
|
|
+ </component>
|
|
|
+ <component name="NodePackageJsonFileManager">
|
|
|
+ <packageJsonPaths>
|
|
|
+ <path value="$PROJECT_DIR$/package.json" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/facade/ignition/package.json" />
|
|
|
+ </packageJsonPaths>
|
|
|
+ </component>
|
|
|
+ <component name="PhpWorkspaceProjectConfiguration">
|
|
|
+ <include_path>
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/http-kernel" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php73" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/translation" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/finder" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/translation-contracts" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-mbstring" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/vlucas/phpdotenv" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/inflector" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/phpoption/phpoption" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/http-foundation" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/instantiator" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/lexer" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/global-state" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/object-enumerator" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/recursion-context" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/diff" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/object-reflector" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/opis/closure" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/version" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/type" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/ramsey/uuid" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/environment" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/comparator" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/resource-operations" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/exporter" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/league/commonmark" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/league/flysystem" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sebastian/code-unit-reverse-lookup" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/league/mime-type-detection" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/egulias/email-validator" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/nikic/php-parser" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/mockery/mockery" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/tijsverkoyen/css-to-inline-styles" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/composer" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/hamcrest/hamcrest-php" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/nunomaduro/collision" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/dragonmantank/cron-expression" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/facade/ignition-contracts" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/facade/ignition" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/facade/flare-client-php" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/monolog/monolog" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/psr/log" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/myclabs/deep-copy" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/psr/container" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/psr/simple-cache" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/phpunit/php-timer" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/scrivo/highlight.php" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/phpunit/php-text-template" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/phpunit/php-file-iterator" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/phpunit/php-code-coverage" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/php-parallel-lint/php-console-highlighter" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/phpunit/php-token-stream" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/phpunit/phpunit" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/php-parallel-lint/php-console-color" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/swiftmailer/swiftmailer" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/filp/whoops" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/fakerphp/faker" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/theseer/tokenizer" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/nesbot/carbon" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/deprecation-contracts" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/fideloper/proxy" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/mime" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/service-contracts" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/var-dumper" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-iconv" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/laravel/framework" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php80" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/psy/psysh" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/laravel/tinker" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-idn" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/routing" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/http-client-contracts" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/css-selector" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/event-dispatcher" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-ctype" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/error-handler" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/console" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/event-dispatcher-contracts" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/paragonie/random_compat" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/phar-io/version" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/debug" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/phar-io/manifest" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/process" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-normalizer" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php72" />
|
|
|
+ </include_path>
|
|
|
+ </component>
|
|
|
+ <component name="ProjectFrameBounds" extendedState="6">
|
|
|
+ <option name="y" value="23" />
|
|
|
+ <option name="width" value="1680" />
|
|
|
+ <option name="height" value="928" />
|
|
|
+ </component>
|
|
|
+ <component name="ProjectView">
|
|
|
+ <navigator proportions="" version="1">
|
|
|
+ <foldersAlwaysOnTop value="true" />
|
|
|
+ </navigator>
|
|
|
+ <panes>
|
|
|
+ <pane id="ProjectPane">
|
|
|
+ <subPane>
|
|
|
+ <expand>
|
|
|
+ <path>
|
|
|
+ <item name="jf_admin2.0" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="jf_admin2.0" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ <path>
|
|
|
+ <item name="jf_admin2.0" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="jf_admin2.0" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="app" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ <path>
|
|
|
+ <item name="jf_admin2.0" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="jf_admin2.0" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="app" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="Http" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ <path>
|
|
|
+ <item name="jf_admin2.0" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="jf_admin2.0" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="app" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="Http" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="Controllers" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ </expand>
|
|
|
+ <select />
|
|
|
+ </subPane>
|
|
|
+ </pane>
|
|
|
+ <pane id="Scope" />
|
|
|
+ </panes>
|
|
|
+ </component>
|
|
|
+ <component name="PropertiesComponent">
|
|
|
+ <property name="WebServerToolWindowFactoryState" value="true" />
|
|
|
+ <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
|
+ <property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
|
+ <property name="nodejs_package_manager_path" value="npm" />
|
|
|
+ </component>
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="$PROJECT_DIR$/app/Http/Controllers/Api" />
|
|
|
+ <recent name="$PROJECT_DIR$/app/Http/Controllers" />
|
|
|
+ <recent name="$PROJECT_DIR$" />
|
|
|
+ <recent name="$PROJECT_DIR$/vendor" />
|
|
|
+ </key>
|
|
|
+ </component>
|
|
|
+ <component name="RunDashboard">
|
|
|
+ <option name="ruleStates">
|
|
|
+ <list>
|
|
|
+ <RuleState>
|
|
|
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
|
+ </RuleState>
|
|
|
+ <RuleState>
|
|
|
+ <option name="name" value="StatusDashboardGroupingRule" />
|
|
|
+ </RuleState>
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="SvnConfiguration">
|
|
|
+ <configuration />
|
|
|
+ </component>
|
|
|
+ <component name="TaskManager">
|
|
|
+ <task active="true" id="Default" summary="Default task">
|
|
|
+ <changelist id="ff358f50-3bf4-4e8f-b62d-63302d20ccc3" name="Default Changelist" comment="" />
|
|
|
+ <created>1675653840336</created>
|
|
|
+ <option name="number" value="Default" />
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
+ <updated>1675653840336</updated>
|
|
|
+ <workItem from="1675653842373" duration="1729000" />
|
|
|
+ <workItem from="1675655986085" duration="2251000" />
|
|
|
+ </task>
|
|
|
+ <task id="LOCAL-00001" summary="九方2.0版本">
|
|
|
+ <created>1675657293693</created>
|
|
|
+ <option name="number" value="00001" />
|
|
|
+ <option name="presentableId" value="LOCAL-00001" />
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
+ <updated>1675657293693</updated>
|
|
|
+ </task>
|
|
|
+ <task id="LOCAL-00002" summary="九方2.0版本">
|
|
|
+ <created>1675657435826</created>
|
|
|
+ <option name="number" value="00002" />
|
|
|
+ <option name="presentableId" value="LOCAL-00002" />
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
+ <updated>1675657435826</updated>
|
|
|
+ </task>
|
|
|
+ <task id="LOCAL-00003" summary="九方2.0版本">
|
|
|
+ <created>1675658248119</created>
|
|
|
+ <option name="number" value="00003" />
|
|
|
+ <option name="presentableId" value="LOCAL-00003" />
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
+ <updated>1675658248119</updated>
|
|
|
+ </task>
|
|
|
+ <option name="localTasksCounter" value="4" />
|
|
|
+ <servers />
|
|
|
+ </component>
|
|
|
+ <component name="TimeTrackingManager">
|
|
|
+ <option name="totallyTimeSpent" value="3980000" />
|
|
|
+ </component>
|
|
|
+ <component name="ToolWindowManager">
|
|
|
+ <frame x="0" y="23" width="1680" height="936" extended-state="6" />
|
|
|
+ <layout>
|
|
|
+ <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25274727" />
|
|
|
+ <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
|
+ <window_info id="Favorites" order="2" side_tool="true" />
|
|
|
+ <window_info anchor="bottom" id="Message" order="0" />
|
|
|
+ <window_info anchor="bottom" id="Find" order="1" />
|
|
|
+ <window_info anchor="bottom" id="Run" order="2" />
|
|
|
+ <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
|
+ <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
|
+ <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
|
+ <window_info anchor="bottom" id="TODO" order="6" />
|
|
|
+ <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
|
+ <window_info anchor="bottom" id="Database Changes" order="8" show_stripe_button="false" />
|
|
|
+ <window_info anchor="bottom" id="Version Control" order="9" weight="0.32938388" />
|
|
|
+ <window_info anchor="bottom" id="Terminal" order="10" weight="0.32938388" />
|
|
|
+ <window_info anchor="bottom" id="Event Log" order="11" side_tool="true" />
|
|
|
+ <window_info anchor="bottom" id="Messages" order="12" weight="0.32938388" />
|
|
|
+ <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
|
+ <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
|
+ <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
|
+ <window_info anchor="right" id="Remote Host" order="3" />
|
|
|
+ <window_info anchor="right" id="Database" order="4" />
|
|
|
+ </layout>
|
|
|
+ </component>
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
+ <option name="version" value="1" />
|
|
|
+ </component>
|
|
|
+ <component name="VcsContentAnnotationSettings">
|
|
|
+ <option name="myLimit" value="2678400000" />
|
|
|
+ </component>
|
|
|
+ <component name="VcsManagerConfiguration">
|
|
|
+ <option name="CHECK_CODE_CLEANUP_BEFORE_PROJECT_COMMIT" value="true" />
|
|
|
+ <MESSAGE value="九方2.0版本" />
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="九方2.0版本" />
|
|
|
+ </component>
|
|
|
+ <component name="editorHistoryManager">
|
|
|
+ <entry file="file://$PROJECT_DIR$/app/Http/Controllers/TextController.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="324">
|
|
|
+ <caret line="18" lean-forward="true" selection-start-line="18" selection-end-line="18" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/app/Http/Controllers/Api/TextController.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="306">
|
|
|
+ <caret line="17" lean-forward="true" selection-start-line="17" selection-end-line="17" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/routes/api.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="324">
|
|
|
+ <caret line="18" column="41" selection-start-line="18" selection-start-column="37" selection-end-line="18" selection-end-column="41" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/app/Http/Controllers/Controller.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor" />
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/app/Http/Controllers/Auth/LoginController.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor" />
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/.env">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="774">
|
|
|
+ <caret line="43" selection-start-line="43" selection-end-line="43" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/README.md">
|
|
|
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
|
+ <state split_layout="SPLIT">
|
|
|
+ <first_editor />
|
|
|
+ <second_editor />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/public/index.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="36">
|
|
|
+ <caret line="7" column="3" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="3" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/.gitignore">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="180">
|
|
|
+ <caret line="10" column="13" lean-forward="true" selection-start-line="10" selection-start-column="13" selection-end-line="10" selection-end-column="13" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ </component>
|
|
|
+</project>
|