PHPackages                             nelsondiego/dn-laravel - 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. nelsondiego/dn-laravel

ActiveProject[Framework](/categories/framework)

nelsondiego/dn-laravel
======================

Laravel Starter Kit

v0.1.4(1y ago)010MITTypeScriptPHP ^8.2

Since Apr 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nelsondiego/dn-laravel)[ Packagist](https://packagist.org/packages/nelsondiego/dn-laravel)[ RSS](/packages/nelsondiego-dn-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (14)Versions (6)Used By (0)

[![Laravel Version](https://camo.githubusercontent.com/5888bddf5666b7e9cac982e59b28ce7abb1733b8f5521f182505299160d290ee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31322e782d2532334646324432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c)](https://laravel.com)[![License](https://camo.githubusercontent.com/16df61dff7e887109505de0023ed592fcb50b0388bfbacac832a3d2af9811c6e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d2532333062306230623f7374796c653d666f722d7468652d6261646765)](LICENSE)[![Install with Herd](https://camo.githubusercontent.com/618c9e51e15e56c97355155237c39fbf4177cc83ad93b5d65cf4a2bbea9d82a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e7374616c6c25323077697468253230486572642d6635353234373f6c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://herd.laravel.com/new?starter-kit=nelsondiego/dn-laravel)

DN Laravel Starter Kit
======================

[](#dn-laravel-starter-kit)

DN Laravel Starter Kit is a Laravel application template designed to streamline the development process for new projects. It includes a pre-configured authentication system, Inertia.js/React frontend integration, Tailwind CSS with a modern design system, shadcn UI components library, optimized development environment setup, predefined testing configuration, and essential Laravel packages.

### 🚀 Features

[](#-features)

- Authentication system ready out-of-the-box
- Inertia.js/React frontend integration
- Tailwind CSS with modern design system
- shadcn UI components library
- Optimized development environment setup
- Predefined testing configuration
- Actions pattern for better code organization and testability
- Laravel Dump Server for improved debugging ([documentation](https://beyondco.de/docs/laravel-dump-server/installation))
- Laravel Wayfinder for simplified routing ([documentation](https://github.com/laravel/wayfinder))
- Includes essential Laravel packages

### 📐 Actions Pattern

[](#-actions-pattern)

This starter kit implements the Actions pattern, which helps organize business logic into single-purpose, reusable classes. Each Action class is responsible for executing a specific task, making the code more maintainable, testable, and following the Single Responsibility Principle.

Actions are located in the `app/Http/Actions` directory and are organized by domain (e.g., `Account`, `Auth`). Controllers delegate business logic to these Action classes, keeping controllers thin and focused on HTTP concerns.

Example usage in a controller:

```
public function index(Request $request) {
    return Inertia::render("account/account",[
        'currentUser' => new UserResource(
            $this->getAccountAction->execute(Auth::id())
        )
    ]);
}
```

### 🛠️ Installation

[](#️-installation)

1. Create project and navigate:

```
laravel new --using=nelsondiego/dn-laravel
cd your-project-name
```

> **Important:** This application requires running with SSL (using Herd or Valet) due to history encryption. See the [Inertia.js documentation](https://inertiajs.com/history-encryption) for more details.

2. Start development server:

```
php artisan serve
```

👨💻 **Contribuciones bienvenidas** | 📄 [Licencia MIT](LICENSE) | 🐛 [Reportar issues](https://github.com/nelsondiego/dn-laravel/issues)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance47

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~2 days

Total

5

Last Release

392d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd4a567b579032d16a8fdd638238747ef88502106bb090822fb6924d9e26c849?d=identicon)[nelsondiego](/maintainers/nelsondiego)

---

Top Contributors

[![nelsondiego](https://avatars.githubusercontent.com/u/52072120?v=4)](https://github.com/nelsondiego "nelsondiego (13 commits)")

---

Tags

laravelstarterkit

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nelsondiego-dn-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/nelsondiego-dn-laravel/health.svg)](https://phpackages.com/packages/nelsondiego-dn-laravel)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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