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

ActiveProject

bakle/laravel-package
=====================

Laravel package scaffolding

1.1.0(5y ago)1181MITPHPPHP &gt;=7.1.3

Since Jul 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bakle/laravel-package)[ Packagist](https://packagist.org/packages/bakle/laravel-package)[ RSS](/packages/bakle-laravel-package/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Laravel Package
===============

[](#laravel-package)

This is a scaffolding for creating a laravel package from scratch. It provides necessary files, configurations and dependencies.

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

[](#installation)

```
composer create-project bakle/laravel-package package-name
```

Structure
---------

[](#structure)

#### composer.example.json

[](#composerexamplejson)

This is the file you are going to need to create your package. It provides the necessary dependencies for a laravel package, including dev dependencies and package discovery.

#### config

[](#config)

It contains the package config files.

#### database

[](#database)

It contains the migrations and factories of your package.

#### resources

[](#resources)

It contains the views and translations files of your package.

#### routes

[](#routes)

It contains your package route file.

#### src

[](#src)

This is the main folder. It contains the **PackageServiceProvider** and your package main class. Also it contains a **Commands** folder to include your package Artisan Commands.

#### tests

[](#tests)

It contains a **Unit** folder to store your unit test and a **TestCase** class from [Orchestra Test Bench Package](https://github.com/orchestral/testbench), of course you can add any folders you need.

#### .php\_cs

[](#php_cs)

This is the configuration file wich contains rules for [PHP-CS-FIXER](https://github.com/FriendsOfPHP/PHP-CS-Fixer).

Notes
-----

[](#notes)

You can remove from the **Service Provider** class any methods you don´t need. Maybe you just need to load **config** files and **migrations**. This is why this scaffolding provides a great flexibility to remove or add what you need.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

2

Last Release

2141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9258309c05b4bb41cd7cafd23d54d4303da8f1e913e77bda6268b161a8bd89e4?d=identicon)[bakle](/maintainers/bakle)

---

Tags

scaffoldingpackagelaravel-package

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[lab404/laravel-auth-checker

Laravel Auth Checker allows you to log users authentication, devices authenticated from and lock intrusions.

223164.9k2](/packages/lab404-laravel-auth-checker)[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[rickycezar/laravel-jwt-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

24117.6k](/packages/rickycezar-laravel-jwt-impersonate)[sheaf/cli

A CLI tool for Sheaf UI

269.3k1](/packages/sheaf-cli)[hapidjus/laravel-impersonate-ui

UI for 404labfr/laravel-impersonate

371.5k](/packages/hapidjus-laravel-impersonate-ui)

PHPackages © 2026

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