From 86de286e46225343e4f0c1ade12e8ec496cb613d Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Sat, 27 Jun 2026 09:39:38 +0330 Subject: [PATCH] replace default Laravel welcome page with professional API landing page --- resources/views/welcome.blade.php | 249 ++++++++++-------------------- 1 file changed, 82 insertions(+), 167 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 0608bd8..e4141a3 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -1,172 +1,87 @@ - - - + + + + + {{ config('app.name', 'Parsa Aghayi') }} | API + + + + + + +
+
+ +

{{ config('app.name', 'Parsa Aghayi') }}

+

RESTful API — Portfolio & Blog Platform

+ ● API v1 +
- Laravel v1 - - - - - - - - - -
- -
- +
+
+
🚀
+

API Documentation

+

Explore endpoints via Swagger UI or download the OpenAPI spec.

+
+
+
📝
+

Website API

+

Portfolio content, services, skills, and projects accessible under GET /api/website/*.

+
+
+
💬
+

Blog API

+

Posts, categories, and tags with full CRUD via GET /api/blog/*.

+
+
+
⚙️
+

Tech Stack

+

Laravel {{ Illuminate\Foundation\Application::VERSION }} · PHP {{ PHP_VERSION }} · MySQL · Spatie Translatable · Swagger

- - + +
+ + Service is operational — all systems running normally +
+
+ + + + \ No newline at end of file