PHPackages                             laraviet/vs-laravel-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. laraviet/vs-laravel-skeleton

ActiveProject[Framework](/categories/framework)

laraviet/vs-laravel-skeleton
============================

The Laravel Framework.

241[23 PRs](https://github.com/laraviet/vs-laravel-skeleton/pulls)PHP

Since Aug 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/laraviet/vs-laravel-skeleton)[ Packagist](https://packagist.org/packages/laraviet/vs-laravel-skeleton)[ RSS](/packages/laraviet-vs-laravel-skeleton/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (24)Used By (0)

I. Setup Laravel Skeleton in Local (for module development)
-----------------------------------------------------------

[](#i-setup-laravel-skeleton-in-local-for-module-development)

1. `git clone https://github.com/laraviet/vs-laravel-skeleton.git`
2. `composer install`
3. `cp .env.example .env`
4. Create database end edit `.env` for updated db connection
5. `php artisan key:generate`
6. `php artisan migrate --seed`
7. `php artisan module:seed`
8. update `CACHE_DRIVER=redis` in .env (make sure install redis in local)
9. update `email info` in `.env` (for reset password)
10. `rm -rf Module/AdminHome`
11. `rm -rf Module/Core`
12. `git clone https://github.com/laraviet/core-module.git Modules/Core`
13. `git clone https://github.com/laraviet/admin-home-module.git Modules/AdminHome`
14. `php artisan storage:link`
15. update `APP_URL` in `.env` to match real domain

II. Installation for client's real project
------------------------------------------

[](#ii-installation-for-clients-real-project)

1. composer create-project laraviet/vs-laravel-skeleton -s dev project-name
2. config database vs update .env
3. update `CACHE_DRIVER=redis` in .env (make sure install redis in vps)
4. update `email info` in `.env` (for reset password)
5. `php artisan migrate —seed`
6. `php artisan module:seed`
7. `php artisan storage:link`
8. update `APP_URL` in `.env` to match real domain

III. Auto Deploy in Github
--------------------------

[](#iii-auto-deploy-in-github)

1. Edit file `public/deploy.php` =&gt; update `cd` command to right folder in VPS
2. Access VPS and add below line into `.git/config````
        [credential]
               helper = store --file /var/www/sites/licensing.viralsoft.vn/.git-credentials

    ```

    - (Choose right folder)
3. Access `Settings/Webhooks` =&gt; Add webhook
4. Fill Payload URL as `fullurl/deploy.php`
    - Example `http://licensing.viralsoft.vn/deploy.php`
5. Choose `Content type` as `application/json`
6. Click `Add webhook` button

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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.

### Community

Maintainers

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

---

Top Contributors

[![ViralS-thanhnt](https://avatars.githubusercontent.com/u/48541750?v=4)](https://github.com/ViralS-thanhnt "ViralS-thanhnt (80 commits)")

### Embed Badge

![Health badge](/badges/laraviet-vs-laravel-skeleton/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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