PHPackages                             danidoble/laravel-package-skeleton - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. danidoble/laravel-package-skeleton

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

danidoble/laravel-package-skeleton
==================================

A simple Laravel package skeleton development environment

v1.0.3(1y ago)258MITPHPPHP ^8.1

Since Mar 9Pushed 1y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (4)Versions (7)Used By (0)

Laravel Package Skeleton
========================

[](#laravel-package-skeleton)

Create your own laravel package with this skeleton.

requirements
============

[](#requirements)

For Laravel 10

- PHP 8.1

For Laravel 11 and above

- PHP 8.2 or higher

Installation
------------

[](#installation)

```
composer create-project danidoble/laravel-package-skeleton --prefer-dist
```

### Note for Windows

[](#note-for-windows)

Windows not support laravel prompts, so you need to create project, and when it finishes, you need to run the following commands:

Enter to the project folder

```
cd laravel-package-skeleton
```

### Experimental Expose assets (js, css)

[](#experimental-expose-assets-js-css)

If you want to expose route assets (js, css) in your package, you need to select yes in web routes, and the next question `Do you want to expose assets with url? (This will expose 2 routes (by default), E.g. /assets/css and /assets/js.)`

If you want to expose assets with url, select yes again.

##### Notes

[](#notes)

- This feature is experimental, and may not work as expected.
- This feature only support tailwindcss, but you can add your own css framework.

Execute the configuration script

```
php configure.php
```

update composer

```
composer update
```

or in one line

```
cd laravel-package-skeleton && php configure.php && composer update
```

Usage
-----

[](#usage)

If you want test the basic route run:

```
./vendor/bin/testbench serve
```

then open your browser and go to `http://127.0.0.1:8000/`

### routes

[](#routes)

If you added web routes in your package, you can test it by going to

`http://127.0.0.1:8000/package-route`.

Note: package-route is the route pre-defined in the package, when you configure the package this route change to `your-name-package-route`

Ex. my package is Testing so my route will be `testing-route`, so you need to open `http://127.0.0.1:8000/testing-route`instead of previous route.

to check the complete list of commands run:

```
./vendor/bin/testbench list
```

for more information about testing with orchestra/testbench visit [Orchestra Testbench](https://packages.tools/testbench)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~21 days

Total

6

Last Release

687d ago

Major Versions

v0.1.1 → v1.0.02024-05-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/2215f99c2b8dd234059f7658a737822ef9a79850dd0babf44658625f694ca086?d=identicon)[danidoble](/maintainers/danidoble)

---

Top Contributors

[![danidoble](https://avatars.githubusercontent.com/u/20725260?v=4)](https://github.com/danidoble "danidoble (43 commits)")

---

Tags

laravelpackageSkeletondanidoble

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/danidoble-laravel-package-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/danidoble-laravel-package-skeleton/health.svg)](https://phpackages.com/packages/danidoble-laravel-package-skeleton)
```

###  Alternatives

[algoyounes/laravel-package-skeleton

Laravel Package Skeleton for streamlined package development

271.3k](/packages/algoyounes-laravel-package-skeleton)[wujunze/money-wrapper

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

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