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. [Framework](/categories/framework)
4. /
5. bakle/laravel-package

ActiveProject[Framework](/categories/framework)

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

Laravel package scaffolding

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

Since Jul 1Pushed 6y 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 3w ago

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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity53

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

2192d 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

[milwad/laravel-validate

The Laravel-Validate package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic.

59646.9k1](/packages/milwad-laravel-validate)[binafy/laravel-user-monitoring

Monitor your user and all activity on your application

58630.0k](/packages/binafy-laravel-user-monitoring)[binafy/laravel-cart

Laravel Cart is a customizable package for adding shopping cart functionality to Laravel applications

40755.7k](/packages/binafy-laravel-cart)[imanghafoori/laravel-smart-facades

Adds some features on the top of laravel facades

137468.1k7](/packages/imanghafoori-laravel-smart-facades)[binafy/laravel-stub

Generate stub files easy

100174.3k19](/packages/binafy-laravel-stub)[zemit-cms/core

Build Phalcon REST APIs faster with database-first scaffolding, model relationships, eager loading, identity, permissions, CLI, and WebSocket support.

148.5k1](/packages/zemit-cms-core)

PHPackages © 2026

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