PHPackages                             se468/laravel-package-boilerplate - 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. se468/laravel-package-boilerplate

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

se468/laravel-package-boilerplate
=================================

Starting point for Laravel package development.

v0.0.1(8y ago)7121[1 issues](https://github.com/se468/laravel-package-boilerplate/issues)MITJavaScriptPHP &gt;=5.5.9

Since Mar 24Pushed 8y ago2 watchersCompare

[ Source](https://github.com/se468/laravel-package-boilerplate)[ Packagist](https://packagist.org/packages/se468/laravel-package-boilerplate)[ RSS](/packages/se468-laravel-package-boilerplate/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Laravel Package Boilerplate
===========================

[](#laravel-package-boilerplate)

Starting point for Laravel package development. This is developed for Laravel 5.6 and up.

What this package comes with:

```
Migrations
Model/Controllers
Routes/Views
Webpack / Laravel Mix / VueJS
PHPUnit

```

[![directory](https://camo.githubusercontent.com/efd094a8de8d5ca291c7e53a74dc951afc1f80eed0e3c61a82982b2cad498760/68747470733a2f2f7365796f6e6763686f2e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031382f30332f53637265656e2d53686f742d323031382d30332d32342d61742d332e33352e32312d504d2e706e67 "Directory Structure")](https://camo.githubusercontent.com/efd094a8de8d5ca291c7e53a74dc951afc1f80eed0e3c61a82982b2cad498760/68747470733a2f2f7365796f6e6763686f2e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031382f30332f53637265656e2d53686f742d323031382d30332d32342d61742d332e33352e32312d504d2e706e67)

Getting Started
---------------

[](#getting-started)

In your laravel installation root directory, create folder `packages/se468`, and run `composer install `

In your laravel installation root directory, in `composer.json`, add the package namespace:

```
"psr-4": {
    "App\\": "app/",
    "se468\\PackageBoilerplate\\" : "packages/se468/laravel-package-boilerplate/src"
}

```

In `config/app.php`, in the providers array, add

```
se468\PackageBoilerplate\PackageServiceProvider::class,

```

Run these commands to set up the dependencies:

```
composer install

```

Go to route `/package-boilerplate` and see if you see Hello world. If you did, congratulations!

Setting up webpack and laravel-mix
----------------------------------

[](#setting-up-webpack-and-laravel-mix)

In your package directory, run the following commands.

```
npm install
npm install webpack -D

```

Now try running:

```
npm run dev

```

and check if it creates compiled js/css in public directory.

Then, run `php artisan vendor:publish --tag=public --force` to publish your assets.

Rename
------

[](#rename)

Rename everything to match your own:

- Your Github ID - example: se468
- PackageNamespace - example: LaravelPackageBoilerplate
- Your Package Folder - example: laravel-package-boilerplate

Checklist Inside Laravel:

```
1. composer.json
2. config/app.php

```

For your package:

```
1. Rename packages/se468 to your own github id
2. PackageServiceProvider
3. composer.json
4. anywhere else you need to change

```

Remove any features you don't need from the boilerplate.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3021d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1775954?v=4)[Seyong Cho](/maintainers/se468)[@se468](https://github.com/se468)

---

Top Contributors

[![se468](https://avatars.githubusercontent.com/u/1775954?v=4)](https://github.com/se468 "se468 (12 commits)")

---

Tags

laravellaravel-5-packagelaravelpackage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/se468-laravel-package-boilerplate/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M169](/packages/laravel-ai)[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k36.0M364](/packages/yajra-laravel-datatables-oracle)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[illuminate/session

The Illuminate Session package.

9939.3M829](/packages/illuminate-session)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)

PHPackages © 2026

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