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_ENV=local
APP_KEY= APP_KEY=
APP_DEBUG=true APP_DEBUG=true
APP_URL=http://fuel-price.test APP_URL=http://fuel-alert.test
APP_LOCALE=en APP_LOCALE=en
APP_FALLBACK_LOCALE=en APP_FALLBACK_LOCALE=en
@@ -31,7 +31,7 @@ SESSION_DRIVER=database
SESSION_LIFETIME=120 SESSION_LIFETIME=120
SESSION_ENCRYPT=false SESSION_ENCRYPT=false
SESSION_PATH=/ SESSION_PATH=/
SESSION_DOMAIN=.fuel-price.test SESSION_DOMAIN=.fuel-alert.test
BROADCAST_CONNECTION=log BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local FILESYSTEM_DISK=local
@@ -97,4 +97,4 @@ STRIPE_PRICE_PLUS_ANNUAL=price_1TM3pXJuhjW3IKHlfQenHsf1
STRIPE_PRICE_PRO_MONTHLY= STRIPE_PRICE_PRO_MONTHLY=
STRIPE_PRICE_PRO_ANNUAL= STRIPE_PRICE_PRO_ANNUAL=
SANCTUM_STATEFUL_DOMAINS=fuel-price.test SANCTUM_STATEFUL_DOMAINS=fuel-alert.test

View File

@@ -1,9 +1,9 @@
{ {
"$schema": "https://getcomposer.org/schema.json", "$schema": "https://getcomposer.org/schema.json",
"name": "laravel/livewire-starter-kit", "name": "fuel-alert/fuel-alert",
"type": "project", "type": "project",
"description": "The official Laravel starter kit for Livewire.", "description": "Fuel Alert — UK fuel price intelligence app.",
"keywords": ["laravel", "framework"], "keywords": ["laravel", "fuel", "alerts"],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.4", "php": "^8.4",

View File

@@ -1,6 +1,6 @@
# FuelAlert API Reference # FuelAlert API Reference
Base URL: `https://fuel-price.test/api` Base URL: `https://fuel-alert.test/api`
All endpoints return JSON. All endpoints require an `X-Api-Key` header. All endpoints return JSON. All endpoints require an `X-Api-Key` header.
**Authentication:** **Authentication:**

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{ {
"name": "fuel-price", "name": "fuel-alert",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@@ -22,7 +22,7 @@ const stats = computed(() => [
value: props.stationCount ? props.stationCount.toLocaleString('en-GB') : '11,482', value: props.stationCount ? props.stationCount.toLocaleString('en-GB') : '11,482',
label: 'Stations tracked', label: 'Stations tracked',
}, },
{ value: 273', label: 'Median saving / yr' }, { value: 8.40', label: 'Avg saving per tank*' },
{ value: '84%', label: 'Forecast accuracy' }, { value: '84%', label: 'Forecast accuracy' },
]) ])
</script> </script>

View File

@@ -308,7 +308,7 @@
</section> </section>
<!-- Testimonials --> <!-- Testimonials -->
<section class="py-12 md:py-24 px-6"> <!-- <section class="py-12 md:py-24 px-6">
<div class="max-w-7xl mx-auto"> <div class="max-w-7xl mx-auto">
<div class="flex flex-col md:flex-row gap-12 items-center"> <div class="flex flex-col md:flex-row gap-12 items-center">
<div class="md:w-1/3"> <div class="md:w-1/3">
@@ -346,7 +346,7 @@
</div> </div>
</div> </div>
</div> </div>
</section> </section>-->
<!-- CTA --> <!-- CTA -->
<section class="py-12 md:py-24 px-6 bg-accent text-white text-center" v-if="!isAuthenticated"> <section class="py-12 md:py-24 px-6 bg-accent text-white text-center" v-if="!isAuthenticated">
@@ -370,7 +370,7 @@
<span class="text-xl font-black font-display tracking-tighter text-accent">FuelAlert</span> <span class="text-xl font-black font-display tracking-tighter text-accent">FuelAlert</span>
</RouterLink> </RouterLink>
<p class="text-sm text-zinc-500 leading-relaxed"> <p class="text-sm text-zinc-500 leading-relaxed">
Helping UK drivers save money at the pump since 2021. Real-time data, smarter choices. Helping UK drivers save money at the pump. Real-time data, smarter choices.
</p> </p>
<div class="flex gap-4"> <div class="flex gap-4">
<iconify-icon class="text-2xl text-zinc-500 hover:text-accent cursor-pointer transition-colors" icon="mdi:twitter"></iconify-icon> <iconify-icon class="text-2xl text-zinc-500 hover:text-accent cursor-pointer transition-colors" icon="mdi:twitter"></iconify-icon>
@@ -410,7 +410,7 @@
</div> </div>
<div class="max-w-7xl mx-auto pt-8 border-t border-zinc-300 flex flex-col md:flex-row justify-between items-center gap-4 text-[10px] tracking-widest text-zinc-500"> <div class="max-w-7xl mx-auto pt-8 border-t border-zinc-300 flex flex-col md:flex-row justify-between items-center gap-4 text-[10px] tracking-widest text-zinc-500">
<p>© 2024 FuelAlert UK Limited. All Rights Reserved.</p> <p>© 2026 FuelAlert UK. FuelAlert is a trading name of Ovidiu Ungureanu, sole trader, based in Peterborough, UK.</p>
<p>Data provided by official UK retail price transparency schemes.</p> <p>Data provided by official UK retail price transparency schemes.</p>
<p>Postcode data from <a class="underline hover:text-accent" href="https://geoportal.statistics.gov.uk/datasets/ons::onspd-online-latest-centroids-1/about" rel="noopener" target="_blank">ONS Postcode Directory</a>: contains OS data © Crown copyright &amp; database right, Royal Mail data © Royal Mail copyright &amp; database right, and National Statistics data © Crown copyright &amp; database right.</p> <p>Postcode data from <a class="underline hover:text-accent" href="https://geoportal.statistics.gov.uk/datasets/ons::onspd-online-latest-centroids-1/about" rel="noopener" target="_blank">ONS Postcode Directory</a>: contains OS data © Crown copyright &amp; database right, Royal Mail data © Royal Mail copyright &amp; database right, and National Statistics data © Crown copyright &amp; database right.</p>
</div> </div>