PHPackages                             rabi-narayan-124131/blade-base - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. rabi-narayan-124131/blade-base

ActiveProject[Framework](/categories/framework)

rabi-narayan-124131/blade-base
==============================

A minimal, modern Laravel starter kit featuring Blade templates, Tailwind CSS, Vite, Pest for testing, and Laravel Debugbar. Instantly preview the UI with no initial database setup. Includes fast asset builds, pre-configured debugging, and a clean, developer-friendly structure—perfect for rapid Laravel prototyping and lightweight projects.

06Blade

Since Jun 13Pushed 11mo agoCompare

[ Source](https://github.com/rabi-narayan-124131/blade-base)[ Packagist](https://packagist.org/packages/rabi-narayan-124131/blade-base)[ RSS](/packages/rabi-narayan-124131-blade-base/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

**BladeBase Starter Kit 🚀**
===========================

[](#bladebase-starter-kit-)

 [ ![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg) ](https://laravel.com)

 [![Build Status](https://github.com/laravel/framework/workflows/tests/badge.svg)](https://github.com/laravel/framework/actions) [![Latest Stable Version](https://camo.githubusercontent.com/9e6071b5dd1a4a3bcabe3cca9d97a447d030caeb940f2adbd18699bc0b326702/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework) [![License](https://camo.githubusercontent.com/4a64c31c71966d152c876eea1f35e85fbd33d57ddf5754260a41f053aa72c5b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)

---

📌 About BladeBase
-----------------

[](#-about-bladebase)

**BladeBase Starter Kit** is a minimalistic Laravel boilerplate providing a solid foundation with **Blade templates, Tailwind CSS, Vite, Pest for testing, and Laravel Debugbar** for debugging.

### 🚀 Why BladeBase?

[](#-why-bladebase)

- 🎉 **Quick Start:** No initial database setup needed; view `welcome.blade.php` instantly.
- 🎨 **Modern Styling:** Tailwind CSS integrated for responsive designs.
- ⚡ **Fast Build System:** Uses Vite for asset compilation.
- 🐞 **Optimized Debugging:** Laravel Debugbar pre-configured.
- 🧪 **Testing-Ready:** Ships with Pest PHP for unit and feature testing.

---

⚡️ Quick Start with Laravel Installer
-------------------------------------

[](#️-quick-start-with-laravel-installer)

Create a new project using the Laravel installer and BladeBase:

```
laravel new project-name --using=rabi-narayan-124131/blade-base
cd project-name
```

Then follow these steps:

---

1️⃣ **Run Application Without Database**

```
php artisan serve
```

*or*

```
composer run dev
```

> 🔗 **View BladeBase UI instantly at** `http://127.0.0.1:8000`

---

2️⃣ **Configure Database &amp; Apply Migrations**

```
php artisan migrate
php artisan setup:db
```

> 💾 **Automatically switches session, queue, and cache to database storage.**

---

3️⃣ **Install Frontend Dependencies &amp; Build Assets**

```
npm install
npm run build
```

> 🎨 **Tailwind CSS, Vite, and dependencies are installed.**

---

4️⃣ **Start Development Mode**

```
composer run dev
```

> ⚡ **Runs Laravel, queues, and Vite simultaneously.**

---

📦 Download as ZIP
-----------------

[](#-download-as-zip)

Alternatively, download the project as a ZIP file:

---

1️⃣ Click the green **Code** button on GitHub, then select **Download ZIP**.
2️⃣ Extract the ZIP file to your desired location.
3️⃣ Open a terminal in the extracted folder.

> **⚠️ Important:**
> If you downloaded the project as a ZIP file, **do not run the "Clone &amp; Install Dependencies" step below**.
> Start directly from the `composer install` command inside your extracted folder, then continue with the rest of the steps.

---

📖 Manual Installation Guide
---------------------------

[](#-manual-installation-guide)

---

1️⃣ **Clone &amp; Install Dependencies**

```
git clone https://github.com/rabi-narayan-124131/blade-base.git
cd blade-base
composer install
```

> **Note:** If you downloaded as ZIP, skip `git clone` and `cd blade-base`. Just run `composer install` in your extracted folder.

---

2️⃣ **Setup Environment File**

Copy the `.env.example` file and rename it to `.env`:

On Linux/macOS:

```
cp .env.example .env
```

On Windows:

```
copy .env.example .env
```

Then generate the application key:

```
php artisan key:generate
```

---

3️⃣ **Run Application Without Database**

```
php artisan serve
```

*or*

```
composer run dev
```

> 🔗 **View BladeBase UI instantly at** `http://127.0.0.1:8000`

---

4️⃣ **Configure Database &amp; Apply Migrations**

```
php artisan migrate
php artisan setup:db
```

> 💾 **Automatically switches session, queue, and cache to database storage.**

---

5️⃣ **Install Frontend Dependencies &amp; Build Assets**

```
npm install
npm run build
```

> 🎨 **Tailwind CSS, Vite, and dependencies are installed.**

---

6️⃣ **Start Development Mode**

```
composer run dev
```

> ⚡ **Runs Laravel, queues, and Vite simultaneously.**

---

🛠 Core Dependencies
-------------------

[](#-core-dependencies)

```
"require": {
    "php": "^8.2",
    "laravel/framework": "^12.0",
    "laravel/tinker": "^2.10.1"
}
```

---

🎓 Learning Laravel
------------------

[](#-learning-laravel)

- 📚 [Laravel Docs](https://laravel.com/docs) — Extensive documentation covering all core features.

---

🔐 Security &amp; Contributing
-----------------------------

[](#-security--contributing)

- 🛡 **Report vulnerabilities** to [Rabi Narayan](mailto:coolrabi9583@gmail.com).

---

⚡ Final Thoughts
----------------

[](#-final-thoughts)

✔ **No initial database required** — Explore instantly!
✔ **Optimized Laravel development experience** with debugging tools included.
✔ **Fast builds with Vite and Tailwind CSS.**
✔ **Perfect for developers who need a clean, lightweight Laravel setup.**

**Get started with BladeBase today! 🚀**

---

### 🛠 What’s Improved?

[](#-whats-improved)

- Cleaner UI with sections clearly separated.
- More structured installation steps for better readability.
- Formatted features and dependencies for easy reference.
- Improved accessibility with icons and concise descriptions.

---

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d143fd07bf92902f9f382bd74921a25acc717e46bbbb64c1b0adcab5620a731?d=identicon)[Rabi Narayan](/maintainers/Rabi%20Narayan)

---

Top Contributors

[![rabi-narayan-124131](https://avatars.githubusercontent.com/u/69733754?v=4)](https://github.com/rabi-narayan-124131 "rabi-narayan-124131 (9 commits)")

### Embed Badge

![Health badge](/badges/rabi-narayan-124131-blade-base/health.svg)

```
[![Health](https://phpackages.com/badges/rabi-narayan-124131-blade-base/health.svg)](https://phpackages.com/packages/rabi-narayan-124131-blade-base)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
