aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.run/Dev Server.run.xml10
-rw-r--r--config/app.php2
2 files changed, 11 insertions, 1 deletions
diff --git a/.run/Dev Server.run.xml b/.run/Dev Server.run.xml
new file mode 100644
index 0000000..b52f528
--- /dev/null
+++ b/.run/Dev Server.run.xml
@@ -0,0 +1,10 @@
+<component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="Dev Server" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/artisan" scriptParameters="serve">
+ <CommandLine>
+ <PhpTestInterpreterSettings>
+ <option name="interpreterName" value="C:\tools\php82\php.exe" />
+ </PhpTestInterpreterSettings>
+ </CommandLine>
+ <method v="2" />
+ </configuration>
+</component> \ No newline at end of file
diff --git a/config/app.php b/config/app.php
index ba21a4b..eaebb67 100644
--- a/config/app.php
+++ b/config/app.php
@@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider;
return [
'name' => env('APP_NAME', 'diskfloppy.me'),
- 'version' => '2023.09.08',
+ 'version' => '2023.10.15',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),