+## :warning: PhpUnitGen end of life
+
+After 7 years of existence, PhpUnitGen is not maintained anymore.
+[Read the post](https://github.com/paul-thebaud/phpunitgen-core/issues/32)
+
## Installation
The CLI tool can be installed using:
diff --git a/resources/ts/lang/en/views/home.ts b/resources/ts/lang/en/views/home.ts
index 60ee133..92d47c9 100644
--- a/resources/ts/lang/en/views/home.ts
+++ b/resources/ts/lang/en/views/home.ts
@@ -3,8 +3,10 @@ export default {
"title": "Welcome to PhpUnitGen",
"description": "PhpUnitGen is a simple, powerful and modular tool to generate your PHP unit test templates.",
"open-source": "It is a free and open-source software.",
- "new_title": "New",
- "new_text": "PHP 8 and Laravel 9 compatibility!",
+ "end-of-life": {
+ "text": "End of life: PhpUnitGen website will shutdown soon.",
+ "action": "Read the post"
+ }
},
"actions": {
"online": "Use online",
diff --git a/resources/ts/lang/fr/views/home.ts b/resources/ts/lang/fr/views/home.ts
index 3c129fc..5d0a89f 100644
--- a/resources/ts/lang/fr/views/home.ts
+++ b/resources/ts/lang/fr/views/home.ts
@@ -3,8 +3,10 @@ export default {
"title": "Bienvenue sur PhpUnitGen",
"description": "PhpUnitGen est un outil simple, puissant et modulaire pour générer vos squelettes de tests unitaires PHP.",
"open-source": "C'est un logiciel gratuit et open-source.",
- "new_title": "Nouveau",
- "new_text": "Compatible avec PHP 8 et Laravel 9 !",
+ "end-of-life": {
+ "text": "Fin de vie: le site de PhpUnitGen se désactivé prochainement.",
+ "action": "Lire l'article"
+ }
},
"actions": {
"online": "Utiliser en ligne",
diff --git a/resources/ts/views/HomeView.vue b/resources/ts/views/HomeView.vue
index 688824a..0604cb4 100644
--- a/resources/ts/views/HomeView.vue
+++ b/resources/ts/views/HomeView.vue
@@ -2,6 +2,18 @@