<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lakshan Madushanka</title>
    <description>The latest articles on DEV Community by Lakshan Madushanka (@lakm).</description>
    <link>https://dev.to/lakm</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2263759%2F7cfc7061-e820-4d66-aed3-a53198e1e6c6.jpg</url>
      <title>DEV Community: Lakshan Madushanka</title>
      <link>https://dev.to/lakm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lakm"/>
    <language>en</language>
    <item>
      <title>Introduction to TrueReviewer: A Product Review Package for Laravel 🚀</title>
      <dc:creator>Lakshan Madushanka</dc:creator>
      <pubDate>Sun, 21 Sep 2025 10:57:49 +0000</pubDate>
      <link>https://dev.to/lakm/introduction-to-truereviewer-a-product-review-package-for-laravel-5cd7</link>
      <guid>https://dev.to/lakm/introduction-to-truereviewer-a-product-review-package-for-laravel-5cd7</guid>
      <description>&lt;p&gt;If you’ve ever built a &lt;strong&gt;Laravel app with reviews&lt;/strong&gt;, you already know the pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Setting up models, migrations, and relationships&lt;/li&gt;
&lt;li&gt;Designing star ratings and UI widgets that don’t look out of place&lt;/li&gt;
&lt;li&gt;Preventing spam or fake reviews&lt;/li&gt;
&lt;li&gt;Ending up with a basic system that feels incomplete&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ve been there and that’s why I built &lt;a href="//truereviewer.netlify.app"&gt;TrueReviewer&lt;/a&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  Why Another Review System? 🤔
&lt;/h3&gt;

&lt;p&gt;When I launched my earlier package &lt;a href="https://github.com/Lakshan-Madushanka/laravel-comments" rel="noopener noreferrer"&gt;Commenter&lt;/a&gt;, I noticed something missing in the Laravel ecosystem:&lt;/p&gt;

&lt;p&gt;👉 A ready-to-use, flexible, and modern review system that integrates with any Laravel app.&lt;/p&gt;

&lt;p&gt;So I spent months designing and building &lt;a href="//truereviewer.netlify.app"&gt;TrueReviewer&lt;/a&gt; with one goal:&lt;br&gt;
Make reviews simple, beautiful, and trustworthy.&lt;/p&gt;




&lt;h3&gt;
  
  
  Key Features : ✨
&lt;/h3&gt;

&lt;h3&gt;
  
  
  API Agnostic 🔌
&lt;/h3&gt;

&lt;p&gt;Works with both traditional Laravel apps and API-driven SPAs.&lt;br&gt;
Front-end is decoupled, with Vue components compiled to JS.&lt;/p&gt;

&lt;h3&gt;
  
  
  Pre-Built Components 🎨
&lt;/h3&gt;

&lt;p&gt;Comes with &lt;strong&gt;five beautiful Vue components&lt;/strong&gt; that are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Accessible&lt;/li&gt;
&lt;li&gt;User-friendly&lt;/li&gt;
&lt;li&gt;Modular (use them independently)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Performance + Customization ⚡
&lt;/h3&gt;

&lt;p&gt;Lightweight, fast, and fully customizable to match your project’s style.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI-Powered Extras 🤖
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Sentiment detection → automatically detects positive/negative tone.&lt;/li&gt;
&lt;li&gt;Integrity checks → catch spam or low-quality reviews.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This goes beyond just &lt;em&gt;stars and text&lt;/em&gt;. It helps you build &lt;strong&gt;trust&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  Why Sponsorware? 💡
&lt;/h3&gt;

&lt;p&gt;Laravel developers love open-source (me too!).&lt;br&gt;
But building &lt;a href="//truereviewer.netlify.app"&gt;TrueReviewer&lt;/a&gt; took &lt;strong&gt;significant time and resources&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;So instead of going fully free, I’m releasing it as &lt;a href="https://github.com/sponsorware/docs" rel="noopener noreferrer"&gt;sponsorware&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Support the project with a sponsorship&lt;/li&gt;
&lt;li&gt;Get &lt;strong&gt;full access&lt;/strong&gt; to the package&lt;/li&gt;
&lt;li&gt;Help me keep improving it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s my way of making it &lt;strong&gt;sustainable&lt;/strong&gt; while still giving back to the community.&lt;/p&gt;




&lt;h3&gt;
  
  
  Learn More 🔗
&lt;/h3&gt;

&lt;p&gt;👉 &lt;a href="https://truereviewer.netlify.app" rel="noopener noreferrer"&gt;TrueReviewer Website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you’re building:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🛒 An e-commerce site&lt;/li&gt;
&lt;li&gt;📦 A SaaS product&lt;/li&gt;
&lt;li&gt;👥 A community platform&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;…then reviews matter. And &lt;a href="https://truereviewer.netlify.app" rel="noopener noreferrer"&gt;TrueReviewer&lt;/a&gt; saves you &lt;strong&gt;months of development&lt;/strong&gt; with a polished, plug-and-play solution.&lt;/p&gt;




&lt;p&gt;💬 I’d love to hear from you:&lt;br&gt;
What challenges have you faced building review systems in Laravel?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First 9/10 users get special offers 🎁.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Drop your thoughts below 👇&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>vue</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Adding commenting feature to my site which was built on Laravel</title>
      <dc:creator>Lakshan Madushanka</dc:creator>
      <pubDate>Thu, 21 Nov 2024 23:53:39 +0000</pubDate>
      <link>https://dev.to/lakm/adding-commenting-feature-to-my-site-which-was-built-on-laravel-5dfa</link>
      <guid>https://dev.to/lakm/adding-commenting-feature-to-my-site-which-was-built-on-laravel-5dfa</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Fy1pz_SlVrU"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>laravel</category>
      <category>tutorial</category>
      <category>video</category>
    </item>
    <item>
      <title>Have you had a chance to try the Commenter package (Modern all-in-one commenting system)?</title>
      <dc:creator>Lakshan Madushanka</dc:creator>
      <pubDate>Mon, 28 Oct 2024 13:48:23 +0000</pubDate>
      <link>https://dev.to/lakm/have-you-had-a-chance-to-try-the-commenter-package-2ag8</link>
      <guid>https://dev.to/lakm/have-you-had-a-chance-to-try-the-commenter-package-2ag8</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/Lakshan-Madushanka/laravel-comments" rel="noopener noreferrer"&gt;https://github.com/Lakshan-Madushanka/laravel-comments&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What’s your honest opinion? I’m looking forward to improving it further to meet your expectations.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>laravel</category>
      <category>livewire</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
