Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math-pro domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/loveuw/fullstackpodcast/wp-includes/functions.php on line 6114
تابع fullUrl() در لاراول - فول استک پادکست
ترفند های برنامه نویسی

تابع fullUrl() در لاراول

fullUrl() in Laravel

With “request()->fullUrl()” in #laravel you can get to the link where you sent the request. And if needed, you can save it as a string in the database.
For example, in polymorphic relationships in the comments section, you can get the link of the page where the comment is registered in this way and get it in the management panel with this command

 <a href="http://{{$comment->commentable_url}}">

با استفاده از تابع تابع fullUrl() در لاراول می توانید به لینک صفحه ای که در آن درخواستی ارسال کرده اید به صورت str یا رشته ای درسترسی داشته باشید و در صورت نیاز آن را به صورت استرینگ در دیتابیس می توانید ذخیره کنید.
برای مثال در روابط پالیمورفیگ در بخش کامنت ها یا بخش های دیگر، می توانید لینک صفحه ای که در آن کامنت ثبت شده را ابتدا با تابع fullUrl() در لاراول get کنید و از طریق دستور زیر در پنل مدیریت آن را دریافت نمایید.

 <a href="http://{{$comment->commentable_url}}">
برای مشاهده تصویر کلیک کنید.

fullstackpod

I believe in Hardworking and Consistency. be creative 😊

نوشته های مشابه

دیدگاهتان را بنویسید

نشانی ایمیل شما منتشر نخواهد شد. بخش‌های موردنیاز علامت‌گذاری شده‌اند *

دکمه بازگشت به بالا