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

ActiveLaravel[Framework](/categories/framework)

mariojgt/skeleton
=================

A Laravel Package Skeleton, a quick start for new laravel Packages

1.1.1(4y ago)130MITCSSPHP ^7.3|^8.0

Since Mar 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mariojgt/skeleton)[ Packagist](https://packagist.org/packages/mariojgt/skeleton)[ RSS](/packages/mariojgt-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (14)Used By (0)

[![image info](https://raw.githubusercontent.com/mariojgt/skeleton/master/Publish/Art/skeleton.png)](https://raw.githubusercontent.com/mariojgt/skeleton/master/Publish/Art/skeleton.png)

Skeleton
========

[](#skeleton)

This is a base package for laravel it comes with 2 options blade or vue inersia js

Features
========

[](#features)

- Clean and basic start point in Laravel package development.
- Webpack setup with tailwind css ,sweetalert2 and vue3 basic setup.
- Simple out of the box Laravel Authentication, using the package.
- Example Laravel components, and layout structure.
- Tailwind with npm presetup for runing with packages.
- Republish command
- Reusable laravel layout
- Dynamic form
- Lightweight
- Dark|light mode out of the box
- Now with api read to use with a mobile aplication

Installation
============

[](#installation)

You have 2 options.

### First option via composer

[](#first-option-via-composer)

1. composer require mariojgt/skeleton
2. php artsain vendor:publish --force (select the package number)

### Second Option gitclone (Recommended if you like to change and make to your own)

[](#second-option-gitclone-recommended-if-you-like-to-change-and-make-to-your-own)

1. git clone
2. Setup you composer to use local VCS
3. ```
    "repositories": [
            {
                "type" : "path",
                "url": "packages/skeleton", // Path to your local folder package
                "options": {
                    "symlink": true
                }
            }
        ],
        "require": {
            "php": "^7.3|^8.0", //Example
            "fideloper/proxy": "^4.4",//Example
            "fruitcake/laravel-cors": "^2.0",//Example
            "guzzlehttp/guzzle": "^7.0.1",//Example
            "laravel/framework": "^8.12",//Example
            "laravel/tinker": "^2.5",//Example
            "mariojgt/skeleton": "@dev"// Here is where you add the package reference
        },
    ```
4. php artsain install:skelton

Command Republish
-----------------

[](#command-republish)

The following commands

```
php artisan republish:skeleton
```

Will move you changes in your resources like the js or css back to the packages useful to speed up development.

Packages info
=============

[](#packages-info)

This package purpose is to give a fresh start for a new package so you can use those premade tools or just delete and use the package skeleton, note the by default the system don't allow registration but you can change that i the skeleton config file.

Easy way to install
===================

[](#easy-way-to-install)

```
php artisan install:skeleton
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~36 days

Total

13

Last Release

1656d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c75bb50805eab19dd419d846ba0a7178adac9b475f9787fc213d8be1262ece3c?d=identicon)[mariojgt](/maintainers/mariojgt)

---

Top Contributors

[![mariojgt](https://avatars.githubusercontent.com/u/7347012?v=4)](https://github.com/mariojgt "mariojgt (66 commits)")

---

Tags

laravellaravel-packagephplaravel

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

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

UnoPim Laravel PIM

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

PHPackages © 2026

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