Rebrand from "Fuel Price" to "Fuel Alert" and update project metadata
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled

- Rename project in package.json, composer.json, and .env.example
- Update app name, URLs, and session domains to fuel-alert
- Comment out testimonials section in Home.vue
- Revise footer copy: remove "
This commit is contained in:
Ovidiu U
2026-05-14 14:30:02 +01:00
parent 07e0789044
commit 598ef04645
6 changed files with 14 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
APP_NAME="Fuel Finder"
APP_NAME="Fuel Alert"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://fuel-price.test
APP_URL=http://fuel-alert.test
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
@@ -31,7 +31,7 @@ SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=.fuel-price.test
SESSION_DOMAIN=.fuel-alert.test
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
@@ -97,4 +97,4 @@ STRIPE_PRICE_PLUS_ANNUAL=price_1TM3pXJuhjW3IKHlfQenHsf1
STRIPE_PRICE_PRO_MONTHLY=
STRIPE_PRICE_PRO_ANNUAL=
SANCTUM_STATEFUL_DOMAINS=fuel-price.test
SANCTUM_STATEFUL_DOMAINS=fuel-alert.test