Initial V2 commit 4

This commit is contained in:
Hamza-Ayed
2026-04-22 23:16:23 +03:00
parent 3269a836a2
commit 3f4afd0f5c
47 changed files with 456 additions and 72 deletions

View File

@@ -7,8 +7,14 @@ use Illuminate\Http\JsonResponse;
use Illuminate\Support\Facades\DB;
/**
* Place Controller
* Replaces: ride/places/add.php, ride/places_syria/*.php
* متحكم الأماكن (Place Controller)
*
* الغرض من الملف:
* البحث عن العناوين والأماكن المشهورة، والسماح للمستخدمين بإضافة أماكن جديدة للخريطة.
*
* كيفية العمل:
* 1. يتواصل مع خدمات الخرائط للبحث عن العناوين.
* 2. يتيح إضافة "أماكن مفضلة" (مثل المنزل أو العمل).
*/
class PlaceController extends Controller
{