PHPackages                             dhandarbeit-tk/laravel-boilerplate-platform - 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. dhandarbeit-tk/laravel-boilerplate-platform

ActiveProject[Framework](/categories/framework)

dhandarbeit-tk/laravel-boilerplate-platform
===========================================

The Laravel Framework.

1.0(7y ago)119MITPHPPHP ^7.1.3

Since Jun 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dhandarbeit-tk/laravel-boilerplate-platform)[ Packagist](https://packagist.org/packages/dhandarbeit-tk/laravel-boilerplate-platform)[ RSS](/packages/dhandarbeit-tk-laravel-boilerplate-platform/feed)WikiDiscussions master Synced 3w ago

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

Laravel (5.7) Generic Boilerplate for platforms
===============================================

[](#laravel-57-generic-boilerplate-for-platforms)

Provides useful helper functions and class structure for core functionality of [laravel/laravel](https://github.com/laravel/laravel).

Built to be customizable.

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

[](#installation)

Create project
`composer create-project dhandarbeit-tk/laravel-boilerplate-platform`

Preinstalled packages
---------------------

[](#preinstalled-packages)

- HTML and Form Builder [laravelcollective/html](https://github.com/laravelcollective/html)
- [doctrine/dbal](https://github.com/doctrine/dbal)
- Laravel IDE Helper [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper)
    - registered for **dev env only** (via AppServiceProvider)
- [caouecs/laravel-lang](https://github.com/caouecs/laravel-lang)
- Hashids bridge [vinkla/hashids](https://github.com/vinkla/laravel-hashids)

New Defaults
------------

[](#new-defaults)

- LOG\_CHANNEL=daily
- database.migrations=**laravel\_migrations**
- queue.database.table=**laravel\_jobs**
- queue.failed.table=**laravel\_failed\_jobs**

Other defaults:

- app.locale=de
- app.timezone=Europe/Berlin

Directories
-----------

[](#directories)

- app/Support
- app/Eloquent/Models
- app/Eloquent/Collections

Helper Functions
----------------

[](#helper-functions)

(app/Support/helpers.php)

- array\_ensured($array, $data)
    - return $array, containing all keys of data, and value if $array doesnt have the key
- user()
    - shorthand for auth()-&gt;user()
- decodeHashid($connection, $encoded, $default)
    - returns decoded hashid of $encoded for $connection; if not possible, return $default
- encodeHashid($connection, $decoded)
    - returns encoded hashid of $decoded for $connection
- isCurrentRelease()
    - determines if running release is most recent release (useful for deployment related things)

Customizable classes and methods
--------------------------------

[](#customizable-classes-and-methods)

- App\\Eloquent\\Models\\Model (trait: IsModel)

    - is($model = null) (**overwrite**)
        - allows argument to be null (returns false)
    - isClass($class)
- App\\Eloquent\\Models\\Traits\\HasTimestamps

    - updateTimestamps() (**overwrite**)
        - only sets updated\_at when updating, not when creating
- App\\Eloquent\\Models\\Pivots\\Pivot (trait: IsPivot)
- App\\Support\\Collection (trait: CollectionTrait)

    - implode($value, $glue = null, $skipNull = false) (**overwrite**)
        - allows to skip null
- App\\Eloquent\\Collections\\Collection (trait: CollectionTrait)

    - without($model = null)
        - return a new Collection without $model
    - eachDelete()
        - runs delete() on each model
    - eachAppends($attributes)
        - runs appends($attributes) on each model

Stubs
-----

[](#stubs)

- artisan make:model
    - (app/Console/stubs/model.stub)
    - prefills table name
    - has predefined areas for relationships

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

2760d ago

Major Versions

1.0 → 5.7.x-dev2018-12-10

PHP version history (2 changes)5.4.x-devPHP &gt;=5.6.4

1.0PHP ^7.1.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17878719?v=4)[Thorsten](/maintainers/dhandarbeit-tk)[@dhandarbeit-tk](https://github.com/dhandarbeit-tk)

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dhandarbeit-tk-laravel-boilerplate-platform/health.svg)

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

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.5k63.2M1.0k](/packages/laravel-laravel)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)

PHPackages © 2026

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