<?xml version="1.0" encoding="UTF-8" ?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:webfeeds="http://webfeeds.org/rss/1.0"
    xmlns:media="http://search.yahoo.com/mrss/"
    >
    <channel>
        <title>Laravel-tips Tag - Viblo</title>
        <link>https://viblo.asia/rss</link>
        <description><![CDATA[Free service for technical knowledge sharing]]></description>
        <atom:link href="https://viblo.asia/rss/tags/laravel-tips.rss" rel="self"></atom:link>
                <copyright>Sun* Inc.</copyright>
                                                <webfeeds:logo>https://viblo.asia/logo_full.svg</webfeeds:logo>
        <image>
            <url>https://viblo.asia/logo_full.svg</url>
            <title>Laravel-tips Tag - Viblo</title>
            <link>https://viblo.asia/rss</link>
        </image>
                                <language>vi-vn</language>
        <lastBuildDate>2026-05-19T04:20:49+07:00</lastBuildDate>
                <item>
            <title><![CDATA[Tiến hóa Ứng dụng Laravel thành một AI Agent &quot;Hạng Nặng&quot;]]></title>
                        <link>https://viblo.asia/p/tien-hoa-ung-dung-laravel-thanh-mot-ai-agent-hang-nang-13VM9nrDVY7</link>
            <guid isPermaLink="true">https://viblo.asia/p/tien-hoa-ung-dung-laravel-thanh-mot-ai-agent-hang-nang-13VM9nrDVY7</guid>
            <description><![CDATA[Kỷ nguyên AI bùng nổ, và dĩ nhiên Laravel không thể đứng ngoài cuộc chơi. Đúng vậy, thứ tôi muốn nói đến chính là Laravel AI SDK. Nó cung cấp cho anh ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lamri Abdellah Ramdane</dc:creator>
            <pubDate>2026-03-01 06:00:03</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Laravel `prepareForValidation()` tiền xử lý yêu cầu (request) trước khi xác thực (validate)]]></title>
                        <link>https://viblo.asia/p/laravel-prepareforvalidation-tien-xu-ly-yeu-cau-request-truoc-khi-xac-thuc-validate-PAoJexMK41j</link>
            <guid isPermaLink="true">https://viblo.asia/p/laravel-prepareforvalidation-tien-xu-ly-yeu-cau-request-truoc-khi-xac-thuc-validate-PAoJexMK41j</guid>
            <description><![CDATA[Method prepareForValidation() trong Illuminate\Foundation\Http\FormRequest giúp bạn tiền xử lý yêu cầu (request) trước khi xác thực (validate).

1. Đặ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cong Thanh</dc:creator>
            <pubDate>2023-04-11 21:43:08</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Laravel seeder - Truyền tham số vào seeder]]></title>
                        <link>https://viblo.asia/p/laravel-seeder-truyen-tham-so-vao-seeder-vlZL9N6dVQK</link>
            <guid isPermaLink="true">https://viblo.asia/p/laravel-seeder-truyen-tham-so-vao-seeder-vlZL9N6dVQK</guid>
            <description><![CDATA[Trong quá trình làm việc mình đã gặp nhiều trường hợp cập nhật lại dữ liệu cho 1 table bằng cách sử dụng seeder. Vậy làm thế nào để chúng ta có thể th...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cong Thanh</dc:creator>
            <pubDate>2022-11-12 20:28:50</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Mail driver log - Debug email]]></title>
                        <link>https://viblo.asia/p/mail-driver-log-debug-email-y37LdArmVov</link>
            <guid isPermaLink="true">https://viblo.asia/p/mail-driver-log-debug-email-y37LdArmVov</guid>
            <description><![CDATA[Chắc chắn các bạn đã và sẽ gặp task liên quan tới gửi mail, đây là bài chia sẻ tips giúp các bạn debug mail  trong Laravel 1 cách đơn giản và nhanh nh...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cong Thanh</dc:creator>
            <pubDate>2022-10-26 20:26:03</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Laravel find() - Dùng theo 1 cách khác]]></title>
                        <link>https://viblo.asia/p/laravel-find-dung-theo-1-cach-khac-5pPLkG8DLRZ</link>
            <guid isPermaLink="true">https://viblo.asia/p/laravel-find-dung-theo-1-cach-khac-5pPLkG8DLRZ</guid>
            <description><![CDATA[1. Giới thiệu

Bài viết này mình xin giới thiệu với các bạn 1 phương thức có sẵn của Laravel là find() và các cách sử dụng find() một cách hiệu quả nh...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cong Thanh</dc:creator>
            <pubDate>2022-10-12 21:06:28</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Laravel increment() &amp; decrement() - Tăng/Giảm giá trị một cột]]></title>
                        <link>https://viblo.asia/p/laravel-increment-decrement-tanggiam-gia-tri-mot-cot-aAY4qwMkLPw</link>
            <guid isPermaLink="true">https://viblo.asia/p/laravel-increment-decrement-tanggiam-gia-tri-mot-cot-aAY4qwMkLPw</guid>
            <description><![CDATA[1. Giới thiệu

Bài viết này mình xin giới thiệu với các bạn 2 phương thức có sẵn của Laravel là increment() và decrement() giúp chúng ta tăng hoặc giả...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cong Thanh</dc:creator>
            <pubDate>2022-10-09 09:57:30</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Laravel exists() &amp; doesntExist() - Xác định tồn tại của dữ liệu]]></title>
                        <link>https://viblo.asia/p/laravel-exists-doesntexist-xac-dinh-ton-tai-cua-du-lieu-5OXLAX9wJGr</link>
            <guid isPermaLink="true">https://viblo.asia/p/laravel-exists-doesntexist-xac-dinh-ton-tai-cua-du-lieu-5OXLAX9wJGr</guid>
            <description><![CDATA[Sử dụng exists() và doesntExist()

1. exists()

Thay vì:
Hãy dùng:

2. doesntExist()

Thay vì:
Hãy dùng:

3. So sánh

Với mysql laravel sẽ biên dịch t...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cong Thanh</dc:creator>
            <pubDate>2022-10-07 08:33:48</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Mẹo Hay Trong Laravel - Rất Dễ Dùng]]></title>
                        <link>https://viblo.asia/p/meo-hay-trong-laravel-rat-de-dung-Eb85o422K2G</link>
            <guid isPermaLink="true">https://viblo.asia/p/meo-hay-trong-laravel-rat-de-dung-Eb85o422K2G</guid>
            <description><![CDATA[Hôm nay mình sẽ tổng hợp một số mẹo hay thường được sử dụng trong Laravel để dễ dàng tìm kiếm lại khi cần. Có những thứ mình sử dụng rất thường xuyên ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bùi Thành Việt</dc:creator>
            <pubDate>2020-11-19 09:35:05</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Laravel tip (phần 4)]]></title>
                        <link>https://viblo.asia/p/laravel-tip-phan-4-Az45bDRoZxY</link>
            <guid isPermaLink="true">https://viblo.asia/p/laravel-tip-phan-4-Az45bDRoZxY</guid>
            <description><![CDATA[Tip 36 Default Model
Bạn có thể gán một giá trị mặc định cho mối quan hệ belongsTo để tránh các trường hợp lỗi xảy ra như khi gọi {{ post->user }} khô...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tran Van Nhat</dc:creator>
            <pubDate>2020-08-20 13:26:56</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Những tính năng hay ít người biết trong Laravel]]></title>
                        <link>https://viblo.asia/p/nhung-tinh-nang-hay-it-nguoi-biet-trong-laravel-1Je5EPnLlnL</link>
            <guid isPermaLink="true">https://viblo.asia/p/nhung-tinh-nang-hay-it-nguoi-biet-trong-laravel-1Je5EPnLlnL</guid>
            <description><![CDATA[Chào mọi người.

Có thể các bạn đang đọc bài viết này có đủ tự tin để nói với mọi người là mình đã làm việc với framework Laravel một cách thuần thục ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TPDevPro</dc:creator>
            <pubDate>2020-03-22 17:16:01</pubDate>
                                                                                                        </item>
            </channel>
</rss>
