<?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: Saptarshi Dey</title>
    <description>The latest articles on DEV Community by Saptarshi Dey (@saptarshi_dey).</description>
    <link>https://dev.to/saptarshi_dey</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%2F1910899%2Fb6754fae-ed70-4a07-b4b8-860d110cb148.jpg</url>
      <title>DEV Community: Saptarshi Dey</title>
      <link>https://dev.to/saptarshi_dey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saptarshi_dey"/>
    <language>en</language>
    <item>
      <title>Laravel Database Viewer</title>
      <dc:creator>Saptarshi Dey</dc:creator>
      <pubDate>Sat, 10 Aug 2024 15:01:36 +0000</pubDate>
      <link>https://dev.to/saptarshi_dey/laravel-database-viewer-3g62</link>
      <guid>https://dev.to/saptarshi_dey/laravel-database-viewer-3g62</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5z6ptsnwox7kgmapq94l.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5z6ptsnwox7kgmapq94l.jpg" alt="Laravel Database Viewer" width="800" height="500"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/next-build/database-viewer" rel="noopener noreferrer"&gt;Database Viewer&lt;/a&gt; is a Laravel package designed to streamline database management directly from your browser. This tool offers developers an intuitive interface to view, manage, and interact with their database without leaving their development environment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;User-Friendly Interface: Provides an easy-to-navigate UI for database management.&lt;/li&gt;
&lt;li&gt;Laravel Integration: Seamlessly integrates with Laravel applications.&lt;/li&gt;
&lt;li&gt;Direct Access: Access the database viewer at {APP_URL}/database-viewer.&lt;/li&gt;
&lt;li&gt;Installation and Setup&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Requirements:
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Ensure PHP 8.0+ and Laravel 8+ are installed.&lt;/li&gt;
&lt;li&gt;Install via Composer:&lt;/li&gt;
&lt;li&gt;&lt;code&gt;composer require nextbuild/database-viewer&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Publish Assets:&lt;/li&gt;
&lt;li&gt;&lt;code&gt;php artisan database-viewer:publish&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Publish Configuration:&lt;/li&gt;
&lt;li&gt;&lt;code&gt;php artisan vendor:publish — tag=database-viewer-config&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;

&lt;p&gt;Once installed, you can access the Database Viewer in your browser, providing a visual and interactive way to manage your database tables, run queries, and perform other database operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Troubleshooting
&lt;/h2&gt;

&lt;p&gt;The package documentation includes a troubleshooting section for common issues, ensuring a smooth setup and usage experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The Database Viewer package enhances Laravel applications by offering a powerful yet straightforward database management tool. It saves time and simplifies the workflow for developers working with databases within Laravel projects.&lt;/p&gt;

&lt;p&gt;For more details, visit the &lt;a href="https://github.com/next-build/database-viewer" rel="noopener noreferrer"&gt;Database Viewer GitHub page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The Database Viewer package enhances Laravel applications by offering a powerful yet straightforward database management tool. It saves time and simplifies the workflow for developers working with databases within Laravel projects.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>database</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
