Skip to content
weworknetwork

weworknetwork

  • About
  • About
  • Clients
  • Clients
  • Contact
weworknetwork
weworknetwork
  • Uncategorized

    Let Profit Run EA

    Byitdhivii@gmail.com May 14, 2025May 14, 2025

    1. การป้องกัน Drawdown สูงสุด (Max Drawdown Protection) 2. การป้องกันขาดทุนจาก Equity (Max Equity Loss Protection) 3. การจัดการ Hedge อัจฉริยะ (Smarter Hedge Management) 4. การเปิด Grid Order 5. การแสดงผลและข้อมูล 6. ฟังก์ชันช่วยเหลือ สรุป

    Read More Let Profit Run EAContinue

  • Programming

    การแก้ปัญหาเบื้องต้นในการขึ้น Project แล้วติด Error

    Byitdhivii@gmail.com March 5, 2025May 14, 2025

    The error “SQLSTATE[HY000] [2002] Connection refused” means Laravel cannot connect to your MySQL database. Here’s how to fix it: 1. Check Your .env File Run: Verify the database settings: Save (CTRL+X, then Y, then Enter). 2. Test MySQL Connection Run: 3. Restart MySQL & Laravel Services Clear Laravel caches: 4. Check MySQL Status If MySQL…

    Read More การแก้ปัญหาเบื้องต้นในการขึ้น Project แล้วติด ErrorContinue

  • Uncategorized

    การขึ้น Laravel Project บน Server

    Byitdhivii@gmail.com March 5, 2025

    Laravel Project Deployment on Ubuntu Server Prerequisites 1. Update Server and Install Dependencies 2. Configure MySQL Database 3. Clone Project and Set Permissions 4. Composer Dependencies 5. Environment Configuration 6. Generate Application Key 7. Nginx Configuration Paste the following configuration: 8. Enable Nginx Site and Restart Services 9. Optional: SSL with Certbot Additional Deployment Tips

    Read More การขึ้น Laravel Project บน ServerContinue

  • Uncategorized

    Deploy Laravel Project On Real Server

    Byitdhivii@gmail.com March 5, 2025

    Deploying your Laravel project on a server involves several steps. Here’s a complete guide for deploying on a Linux server with Nginx and PHP 8.2.1 (since you’re using Nginx and PHP 8.2.1): Step 1: Server Setup Make sure your server has the required software installed: Install Required Packages Step 2: Upload Laravel Project Option 1:…

    Read More Deploy Laravel Project On Real ServerContinue

  • Uncategorized

    Controller ใน Laravel คืออะไร?

    Byitdhivii@gmail.com March 4, 2025

    📌 Controller เป็นส่วนหนึ่งของโครงสร้าง MVC (Model-View-Controller) ใน Laravel ทำหน้าที่รับคำขอจากผู้ใช้ (Request) และควบคุมการทำงานของระบบ โดยสามารถประมวลผลข้อมูลจาก Model และส่งผลลัพธ์ไปแสดงใน View 📌 MVC โครงสร้างใน Laravel 📌 การสร้าง Controller ใน Laravel เราสามารถสร้าง Controller ได้โดยใช้คำสั่ง Artisan คำสั่งนี้จะสร้างไฟล์ที่ app/Http/Controllers/ProductController.php 📌 ตัวอย่าง Controller (app/Http/Controllers/ProductController.php) 📌 การกำหนด Route ให้ Controller Laravel ใช้ Route เพื่อเชื่อมโยง URL กับ Controllerให้ไปที่ routes/web.php และเพิ่มโค้ดต่อไปนี้: 📌 Route::resource() จะสร้าง Route ทั้งหมดให้อัตโนมัติ ได้แก่ HTTP Method…

    Read More Controller ใน Laravel คืออะไร?Continue

  • Uncategorized

    การส่งผ่านข้อมูลระหว่าง View และ Controller ใน Laravel

    Byitdhivii@gmail.com March 4, 2025

    📌 Laravel มีหลายวิธีในการส่งข้อมูลจาก Controller ไปยัง View และสามารถรับค่าจาก View กลับมายัง Controller ได้ ✅ 1. ส่งข้อมูลจาก Controller ไปยัง View สามารถใช้เมธอด view() และส่งค่าผ่าน compact(), with(), หรือ array ได้ 🔹 1.1 ใช้ compact() 🔸 การเรียกใช้ใน View (resources/views/welcome.blade.php) 🔹 1.2 ใช้ with() 🔹 1.3 ใช้ Array ✅ 2. ส่งข้อมูลหลายตัวไปยัง View สามารถส่งข้อมูลหลายตัวพร้อมกันได้ 🔸 การเรียกใช้ใน View ✅ 3. ส่งข้อมูลแบบ Collection สามารถส่ง Collection…

    Read More การส่งผ่านข้อมูลระหว่าง View และ Controller ใน LaravelContinue

Page navigation

1 2 3 … 6 Next PageNext

© 2025 weworknetwork - WordPress Theme by Kadence WP

  • About
  • About
  • Clients
  • Clients
  • Contact