PHPackages                             hds-solutions/laravel - 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. hds-solutions/laravel

ActiveProject[Framework](/categories/framework)

hds-solutions/laravel
=====================

The skeleton application for the Laravel framework.

v10.3.3(2y ago)0221MITPHPPHP ^8.1

Since Nov 14Pushed 2y agoCompare

[ Source](https://github.com/hschimpf/laravel)[ Packagist](https://packagist.org/packages/hds-solutions/laravel)[ RSS](/packages/hds-solutions-laravel/feed)WikiDiscussions 10.x Synced 1mo ago

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

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

[![Latest stable version](https://camo.githubusercontent.com/6f6931493c5f64e43a78c75c85f4ad3ec3475acc13641e3293fd31784193f88f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6864732d736f6c7574696f6e732f6c61726176656c3f7374796c653d666c61742d737175617265266c6162656c3d4c61726176656c26636f6c6f723d303039363634)](https://github.com/hschimpf/laravel/releases/latest)[![Total Downloads](https://camo.githubusercontent.com/5042b348a8574124f34bb24c215797bdd3f383b809fbeb84bd1ce0badc630979/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6864732d736f6c7574696f6e732f6c61726176656c3f7374796c653d666c61742d737175617265266c6162656c3d446f776e6c6f61647326636f6c6f723d383738373837)](https://packagist.org/packages/hds-solutions/laravel)[![Required PHP version](https://camo.githubusercontent.com/6d8e2db535e39ecee7d7c194279e80196bf179eecff5dedf86ea40c189458b4c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6864732d736f6c7574696f6e732f6c61726176656c2f7068703f7374796c653d666c61742d737175617265266c6162656c3d50485026636f6c6f723d303036343936266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/hds-solutions/laravel)

Custom Laravel Scaffold
-----------------------

[](#custom-laravel-scaffold)

Hey there, fellow developers! This is my custom Laravel scaffold used for my personal projects.

### What's under the Hood?

[](#whats-under-the-hood)

This fantastic scaffold comes packed with powerful tools and goodies that'll make your development experience a breeze:

- [Bref](https://bref.sh) for effortless deployments to AWS Lambda
    - Seamless integration of [Bref's Laravel Bridge](https://bref.sh/docs/frameworks/laravel.html) with exciting features:
        - DynamoDB as the `cache` driver
        - S3 serving as the `filesystem` driver, complete with public and private storage options
        - Supercharged queues with SQS as the `queue` driver
    - With [Bref's Secrets Loader](https://bref.sh/docs/environment/variables#at-runtime) to securely store your App's settings outside the repository
    - With a plus of a deploy-ready `serverless.yml` configuration file
- [Laravel Modules](https://github.com/nWidart/laravel-modules) with customized `stubs` for modular awesomeness
- [Inertia.js](https://inertiajs.com/) and [Vue.js](https://vuejs.org/)with [SSR](https://inertiajs.com/server-side-rendering) ready configuration and updated `resolve()` flow to also load components from modules
- [Laravel DebugBar](https://github.com/barryvdh/laravel-debugbar) to turbocharge your development workflow
- [Pest](https://pestphp.com/) for rock-solid unit testing, complete with an updated `phpunit.xml` configuration file that covers your modules too
    - [Pest Laravel Plugin](https://pestphp.com/docs/plugins#laravel)
    - [Laravel DOM Assertions](https://github.com/sinnbeck/laravel-dom-assertions)
    - With added custom assertions: `toHaveDateFormat()`, `toBeSameDay()`, `toHaveUnitTests()`
- [Ziggy](https://github.com/tighten/ziggy) Your magic wand for effortlessly accessing Laravel routes in TypeScript/JavaScript
- [Font Awesome v6](https://fontawesome.com) Because everything looks better with icons
- [Tailwind CSS v3](https://tailwindcss.com)

**But wait, there's more! This scaffold just got even mightier with these awesome additions**:

- **Updated GitHub Workflows for Smart Deployment Actions for every environment:**

    - Dev Environment:

        - Any push to the `develop` branch triggers the deployment job
        - Any merged PR to the `develop` branch triggers the deployment job
        - Both cases execute the CI `tests` job before deployment
    - Staging Environment:

        - Pushing to a `release/*` branch triggers the deployment job
        - CI `tests` job executes before the deployment
    - Production Environment:

        - Only successfully merged PRs to the `main` branch trigger the deployment job
        - CI `tests` job executes prior to deployment
- **Credentials and configuration values are managed through GitHub's secrets/variables:**

    - **Secrets** that must be set:
        - `AWS_ACCESS_KEY_ID` Your AWS credentials
        - `AWS_SECRET_ACCESS_KEY` Your AWS credentials
        - `SLS_CERTIFICATE_ARN` ARN of the certificated used for deployments *(must match all environment domains, see below)*.
    - **Variables**:
        - `APP_NAME` to customize deployed app's name *(default: 'Laravel')*
        - `BREF_PHP_VERSION` to specify which PHP version of Bref is used
        - `SLS_BASE_DOMAIN` to set the deployment domain
            - `dev` and `staging` deployments have environment prepend to the domain: ex: dev.example.com
            - `production` deployment with use specified domain without any change
        - `SLS_SERVICE` to customize the deployed service name *(default: 'app')*

Your journey to exceptional Laravel development starts here. Get ready to create, innovate, and make your projects shine brighter than ever before.

Security Vulnerabilities
========================

[](#security-vulnerabilities)

If you encounter any security-related issues, please feel free to raise a ticket on the issue tracker.

Contributing
============

[](#contributing)

Contributions are more than welcome! If you come across any issues, have great ideas for new features, or want to make improvements, please don't hesitate to submit a pull request.

Contributors
------------

[](#contributors)

A huge shout-out to the contributors who have made this scaffold possible:

- Don't forget to thank all the amazing folks on the [Laravel community](https://github.com/laravel/laravel/graphs/contributors)
- Also, a big thanks to everyone in the [Bref community](https://github.com/brefphp/bref/graphs/contributors)
- All the awesome individuals in the [Pest community](https://github.com/pestphp/pest/graphs/contributors)
- The dedicated members of the [Serverless community](https://github.com/serverless/serverless/graphs/contributors)
- And of course, [Hermann D. Schimpf](https://hds-solutions.net)

Licence
=======

[](#licence)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79% 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 ~39 days

Total

4

Last Release

792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50f96185442e90979dd407a9503e3362a285741fac3e00545bf570235ff7901e?d=identicon)[hschimpf](/maintainers/hschimpf)

---

Top Contributors

[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (4576 commits)")[![driesvints](https://avatars.githubusercontent.com/u/594614?v=4)](https://github.com/driesvints "driesvints (397 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (120 commits)")[![daylerees](https://avatars.githubusercontent.com/u/207870?v=4)](https://github.com/daylerees "daylerees (105 commits)")[![franzliedke](https://avatars.githubusercontent.com/u/249125?v=4)](https://github.com/franzliedke "franzliedke (92 commits)")[![hschimpf](https://avatars.githubusercontent.com/u/493357?v=4)](https://github.com/hschimpf "hschimpf (64 commits)")[![jasonlewis](https://avatars.githubusercontent.com/u/829059?v=4)](https://github.com/jasonlewis "jasonlewis (48 commits)")[![sparksp](https://avatars.githubusercontent.com/u/243893?v=4)](https://github.com/sparksp "sparksp (37 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (35 commits)")[![cviebrock](https://avatars.githubusercontent.com/u/166810?v=4)](https://github.com/cviebrock "cviebrock (33 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (27 commits)")[![tobsn](https://avatars.githubusercontent.com/u/109529?v=4)](https://github.com/tobsn "tobsn (26 commits)")[![JeffreyWay](https://avatars.githubusercontent.com/u/183223?v=4)](https://github.com/JeffreyWay "JeffreyWay (21 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (18 commits)")[![timacdonald](https://avatars.githubusercontent.com/u/24803032?v=4)](https://github.com/timacdonald "timacdonald (18 commits)")[![tillkruss](https://avatars.githubusercontent.com/u/665029?v=4)](https://github.com/tillkruss "tillkruss (17 commits)")[![themsaid](https://avatars.githubusercontent.com/u/4332182?v=4)](https://github.com/themsaid "themsaid (16 commits)")[![JosephSilber](https://avatars.githubusercontent.com/u/1403741?v=4)](https://github.com/JosephSilber "JosephSilber (16 commits)")[![laurencei](https://avatars.githubusercontent.com/u/1210658?v=4)](https://github.com/laurencei "laurencei (14 commits)")[![bencorlett](https://avatars.githubusercontent.com/u/181919?v=4)](https://github.com/bencorlett "bencorlett (13 commits)")

---

Tags

awsbootstrapbrefphpcontinuous-deploymentcontinuous-integrationlaravellaravel-debugbarlaravel-modulesliftpestsassserverlesstypescriptviteziggyframeworkpestlaravelmodules

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/hds-solutions-laravel/health.svg)

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

###  Alternatives

[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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