Skip to content

Commit a5c302a

Browse files
committed
update env,php and remove junk files
1 parent 220d757 commit a5c302a

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME=Liberu
1+
APP_NAME="Liberu Automation"
22
APP_ENV=local
33
APP_KEY=base64:GS0VwCqzgSVBnM0Wz/Ig610q86M+GIvyVmzQQvrL7Xw=
44
APP_DEBUG=true
@@ -12,7 +12,7 @@ LOG_CHANNEL=stack
1212
DB_CONNECTION=mysql
1313
DB_HOST=127.0.0.1
1414
DB_PORT=3306
15-
DB_DATABASE=test
15+
DB_DATABASE=liberu_automation
1616
DB_USERNAME=root
1717
DB_PASSWORD=
1818

.env.testing

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME=Liberu
1+
APP_NAME="Liberu Automation"
22
APP_ENV=testing
33
APP_KEY=base64:GS0VwCqzgSVBnM0Wz/Ig610q86M+GIvyVmzQQvrL7Xw=
44
APP_DEBUG=true
@@ -12,7 +12,7 @@ LOG_CHANNEL=stack
1212
DB_CONNECTION=mysql
1313
DB_HOST=127.0.0.1
1414
DB_PORT=3306
15-
DB_DATABASE=liberu
15+
DB_DATABASE=liberu_automation_testing
1616
DB_USERNAME=root
1717
DB_PASSWORD=root
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^8.4",
11+
"php": "^8.3",
1212
"bezhansalleh/filament-shield": "^4.0",
1313
"filament/filament": "^5.0",
1414
"filament/spatie-laravel-settings-plugin": "^5.0",

error_log

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)