Skip to content

Commit ba52e05

Browse files
committed
Merge branch 'hotfix/v1.0.4'
2 parents 35bf660 + 3681b39 commit ba52e05

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A simplified Twitter/X clone built with **Laravel 12**, **MySQL**, and **Laravel
1313
- RESTful API with consistent response format
1414
- MySQL migrations & seeders
1515
- Tested with Pest (feature tests)
16+
- Github Action to deploy to personal server via FTP
1617

1718
---
1819

resources/views/welcome.blade.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,15 @@ class="inline-block px-5 py-1.5 dark:text-[#EDEDEC] border-[#19140035] hover:bor
9393
</div>
9494
<div class="flex items-start space-x-3">
9595
<div class="w-2 h-2 bg-blue-500 rounded-full mt-2 flex-shrink-0"></div>
96-
<span class="text-[#1b1b18] dark:text-[#EDEDEC]">Swagger/OpenAPI documentation (TBD)</span>
96+
<span class="text-[#1b1b18] dark:text-[#EDEDEC]">Swagger/OpenAPI documentation (TBD - Not implemented)</span>
9797
</div>
9898
<div class="flex items-start space-x-3">
9999
<div class="w-2 h-2 bg-blue-500 rounded-full mt-2 flex-shrink-0"></div>
100-
<span class="text-[#1b1b18] dark:text-[#EDEDEC]">Tested with Pest (unit + feature tests)</span>
100+
<span class="text-[#1b1b18] dark:text-[#EDEDEC]">Tested with Pest (feature tests)<br>(unit tests not added)</span>
101+
</div>
102+
<div class="flex items-start space-x-3">
103+
<div class="w-2 h-2 bg-blue-500 rounded-full mt-2 flex-shrink-0"></div>
104+
<span class="text-[#1b1b18] dark:text-[#EDEDEC]">Github Action to deploy to personal server via FTP</span>
101105
</div>
102106
</div>
103107
</div>
@@ -137,7 +141,7 @@ class="inline-block px-5 py-1.5 dark:text-[#EDEDEC] border-[#19140035] hover:bor
137141
<div class="flex items-center space-x-3">
138142
<div class="w-3 h-3 bg-indigo-500 rounded-full"></div>
139143
<span class="font-semibold text-[#1b1b18] dark:text-[#EDEDEC]">Containerization:</span>
140-
<span class="text-[#706f6c] dark:text-[#A1A09A]">Laravel Sail (Docker)</span>
144+
<span class="text-[#706f6c] dark:text-[#A1A09A]">Laravel Sail (Docker) - for Local Development</span>
141145
</div>
142146
</div>
143147
</div>

0 commit comments

Comments
 (0)