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