PHPackages                             nogorsolutionsltd/skeleton - 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. nogorsolutionsltd/skeleton

ActiveLibrary[Framework](/categories/framework)

nogorsolutionsltd/skeleton
==========================

A custom skeleton package for laravel

1.0.5(3y ago)2101MITShellPHP &gt;=7.1.3

Since Apr 10Pushed 3y agoCompare

[ Source](https://github.com/Nogor-Solutions-Ltd/Skeleton)[ Packagist](https://packagist.org/packages/nogorsolutionsltd/skeleton)[ Docs](https://www.nogorsolutions.com/)[ RSS](/packages/nogorsolutionsltd-skeleton/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

 [![](https://camo.githubusercontent.com/21661514206ced61eeaf586434ffdbc542b3e9a58a5dedea1a5f0a847d90449b/68747470733a2f2f692e6962622e636f2f56394e4c3067722f44414c4c2d452d323032332d30342d31312d30302d30372d30312d6c6f676f2d736b656c65746f6e2d6c61726176656c2d76696265732d666f722d7061636b6167652d616e642d7468652d746578742d77696c6c2d62652d536b656c65746f6e2e706e67)](https://camo.githubusercontent.com/21661514206ced61eeaf586434ffdbc542b3e9a58a5dedea1a5f0a847d90449b/68747470733a2f2f692e6962622e636f2f56394e4c3067722f44414c4c2d452d323032332d30342d31312d30302d30372d30312d6c6f676f2d736b656c65746f6e2d6c61726176656c2d76696265732d666f722d7061636b6167652d616e642d7468652d746578742d77696c6c2d62652d536b656c65746f6e2e706e67)

Introduction
------------

[](#introduction)

The Laravel Skeleton package provides a customizable starting point for developers creating packages for Laravel.

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

[](#installation)

You can install the package using composer

```
$  composer require nogorsolutionsltd/skeleton
```

Then add the service provider to `config/app.php`. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled.

```
'providers' => [
    ...
     NogorSolutionsLTD\Skeleton\ServiceProvider::class,
    ...
];
```

You can publish the configuration file and assets by running:

```
$ php artisan vendor:publish --provider=" NogorSolutionsLTD\Skeleton\ServiceProvider::class,"
```

Now that we have published a few new files to our application we need to reload them with the following command:

```
$ composer dump-autoload
```

Change log
----------

[](#change-log)

Please see the [changelog](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [contributing.md](CONTRIBUTING.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- Sarfaraz Muhammad Sajib

License
-------

[](#license)

license. Please see the [license file](LICENCE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Every ~0 days

Total

4

Last Release

1133d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e13c244454dba2eee8df607ae9c7c2330322c1496c749eb2ef53616535ab7d7?d=identicon)[AvatarPHP](/maintainers/AvatarPHP)

---

Top Contributors

[![Muhammad-Sarfaraz](https://avatars.githubusercontent.com/u/50302555?v=4)](https://github.com/Muhammad-Sarfaraz "Muhammad-Sarfaraz (19 commits)")

### Embed Badge

![Health badge](/badges/nogorsolutionsltd-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/nogorsolutionsltd-skeleton/health.svg)](https://phpackages.com/packages/nogorsolutionsltd-skeleton)
```

###  Alternatives

[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.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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