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

ActiveProject[Framework](/categories/framework)

andrefigueira/laralite-skeleton
===============================

The Laralite skeleton project

1.0.0(5y ago)14[1 PRs](https://github.com/andrefigueira/laralite-skeleton/pulls)MITPHPPHP ^7.3

Since Sep 4Pushed 5y ago1 watchersCompare

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

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

### Laralite Skeleton

[](#laralite-skeleton)

This is the Laralite skeleton project, with the basic template for getting started with a Laralite project.

### Technologies used

[](#technologies-used)

- PHP 7.3+
- Composer
- NPM
- Laravel 7
- Laravel Passport for oAuth
- Linux (Ubuntu)

### How to compile assets

[](#how-to-compile-assets)

Asset compilation is handled by Laravel mix, and configured in the `./webpack.mix.js` file, documentation can be found [here](https://laravel-mix.com/docs/5.0/installation).

### How to setup project

[](#how-to-setup-project)

1. Setup Valet environment locally
2. Setup database
3. Copy `.env.example` and update values to relevant values
4. Run commands below...

```
// Install PHP dependencies
composer install -a

// Install JavaScript dependencies
npm install

// Compile assets
npm run dev

// Compile Laralite assets
cd Modules/Laralite/

npm install

npm run dev

// Run database migrations
artisan migrate

// Run passport install
artisan passport:install

```

In addition, for initial deployment the keys for authentication need to be registered, this is done with the following;

```
artisan passport:keys

```

### Install sanctum

[](#install-sanctum)

[Read more here](https://laravel.com/docs/7.x/sanctum#how-it-works)

```
artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider"

artisan migrate

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

2075d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a901aad2498f1239d81fe941bceb28b474885501b0bb92509c810aaacad1227?d=identicon)[andre](/maintainers/andre)

---

Top Contributors

[![andrefigueira](https://avatars.githubusercontent.com/u/806006?v=4)](https://github.com/andrefigueira "andrefigueira (3 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/andrefigueira-laralite-skeleton/health.svg)](https://phpackages.com/packages/andrefigueira-laralite-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)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

The Laravel Framework.

4981.8k](/packages/lms-laravel-lms-laravel)

PHPackages © 2026

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