<?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: Ahita Bisma Adlula</title>
    <description>The latest articles on DEV Community by Ahita Bisma Adlula (@ahitabisma).</description>
    <link>https://dev.to/ahitabisma</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%2F2836253%2Fc9b0eed8-b192-49b8-b649-08f62dcb0dbc.jpg</url>
      <title>DEV Community: Ahita Bisma Adlula</title>
      <link>https://dev.to/ahitabisma</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ahitabisma"/>
    <language>en</language>
    <item>
      <title>Laravel Starter Kit: A Modern Laravel Boilerplate with Tailwind CSS, DaisyUI, Spatie Permissions &amp; Socialite</title>
      <dc:creator>Ahita Bisma Adlula</dc:creator>
      <pubDate>Sun, 09 Feb 2025 03:32:33 +0000</pubDate>
      <link>https://dev.to/ahitabisma/laravel-starter-kit-a-modern-laravel-boilerplate-with-tailwind-css-daisyui-spatie-permissions--f3d</link>
      <guid>https://dev.to/ahitabisma/laravel-starter-kit-a-modern-laravel-boilerplate-with-tailwind-css-daisyui-spatie-permissions--f3d</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br&gt;
Are you looking for a modern and well-structured Laravel starter kit? Our Laravel Starter Kit provides a streamlined setup with Tailwind CSS, DaisyUI, Spatie Permissions, and Laravel Socialite for authentication. This boilerplate allows developers to quickly build Laravel applications with pre-configured authentication, role management, and a beautiful UI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;br&gt;
Here’s what you get with this Laravel Starter Kit:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Laravel 11.31 — The latest stable version of Laravel&lt;/li&gt;
&lt;li&gt;Tailwind CSS 4.0.0 &amp;amp; DaisyUI 5.0.0-beta — A modern and flexible UI with prebuilt components&lt;/li&gt;
&lt;li&gt;Spatie Permissions — A powerful role and permission management package&lt;/li&gt;
&lt;li&gt;Laravel Socialite — OAuth authentication (Google, etc.)&lt;/li&gt;
&lt;li&gt;Pre-configured authentication &amp;amp; dashboard — Ready-to-use authentication system&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Quick Start Guide&lt;/strong&gt;&lt;br&gt;
To get started with this Laravel Starter Kit, follow these steps or you can visit my repo in &lt;a href="https://github.com/adlula/starter-laravel" rel="noopener noreferrer"&gt;here&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Clone the Repository
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/adlula/starter-laravel.git  
cd starter-laravel
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
Install Dependencies
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;composer install  
npm install
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
Configure Environment
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cp .env.example .env  
php artisan key:generate
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
Run Database Migrations &amp;amp; Seeding
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;php artisan migrate --seed
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
Start the Development Server
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm run dev  
php artisan serve
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now, your Laravel project is up and running! 🎉&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Use This Starter Kit?&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Saves Time&lt;br&gt;
Setting up authentication, UI, and role management from scratch can be time-consuming. This starter kit eliminates the repetitive setup process and provides a solid foundation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Beautiful UI with DaisyUI&lt;br&gt;
DaisyUI enhances Tailwind CSS by offering prebuilt UI components, making it easier to design visually appealing applications without extra effort.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Robust Role Management with Spatie Permissions&lt;br&gt;
Managing roles and permissions is essential in many applications. Spatie’s Permission package simplifies user role management with easy-to-use APIs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;OAuth Authentication with Socialite&lt;br&gt;
Enable users to log in with Google, GitHub, and other providers using Laravel Socialite. The integration is already set up, so you only need to configure your credentials.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
This Laravel Starter Kit is a perfect choice for developers who want a well-structured, pre-configured Laravel setup with modern UI and authentication. It helps you get started quickly while maintaining flexibility for customization.&lt;/p&gt;

&lt;p&gt;Ready to try it? Clone the repository and start building your Laravel application today! 🚀&lt;/p&gt;

&lt;p&gt;💡 Got questions or suggestions? Feel free to contribute and improve this starter kit on &lt;a href="https://github.com/adlula/starter-laravel" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
