PHPackages                             hxd/larak - 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. hxd/larak

ActiveProject[Framework](/categories/framework)

hxd/larak
=========

Base Laravel with Vuejs Project

v1.0.4(1y ago)211MITPHPPHP ^8.1

Since Feb 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xuandung38/hxd-larak)[ Packagist](https://packagist.org/packages/hxd/larak)[ RSS](/packages/hxd-larak/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (6)Dependencies (18)Versions (8)Used By (0)

[![](public/images/logo.png)](http://hxd.vn)

HXD LaraK
=========

[](#hxd-larak)

Overview
--------

[](#overview)

Base Laravel with Vuejs Project

How to setup
------------

[](#how-to-setup)

**NOTE** Require finish setting up environment before.

1 - Pull source code

- Clone project's repository inside `laradev/data`

```
cd ~/laradev/data/sites
git clone {repository_url}

```

2 - Enter the project folder, copy and rename `env-example` to `.env`

```
cd ~/{project_folder}
cp env-example .env

```

3 - Config .env, you can create new database via Laradev instruction, default database is `laravue`

```
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE={dbname}
DB_USERNAME=larak
DB_PASSWORD=example

```

```
REDIS_HOST=localhost
REDIS_PASSWORD=null
REDIS_PORT=6379

```

9 - Change hosts file In local machine, Add bellow config to「/etc/hosts」file.

```
# Add domain to hosts
127.0.0.1 yourproject.dev

```

10 - Using composer to install PHP packages In project folder, run bellow command

```
composer install

```

11 - Using npm to install Node Js packages In project folder, run bellow command

```
npm ci

```

12 - Generate the application key In project folder, run bellow command

```
php artisan key:generate

```

13 - Migrate and seeding database In project folder, run bellow command

```
php artisan migrate --seed

```

14 - Complie js In project folder, run bellow command

```
npm run dev

```

15 - Link storage to public In project folder, run bellow command

```
php artisan storage:link

```

16 - Open your browser and visit `https://yourproject.dev/`
`That's it! enjoy :)`

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Recently: every ~250 days

Total

7

Last Release

535d ago

PHP version history (2 changes)v1.0.0-beta.1PHP ^8.0

v1.0.4PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b85c535ecb159be16b5d0fe166eaf263de9ac16ddb276ac8ec50eff4e157462?d=identicon)[xuandung38](/maintainers/xuandung38)

---

Top Contributors

[![xuandung38](https://avatars.githubusercontent.com/u/8670315?v=4)](https://github.com/xuandung38 "xuandung38 (8 commits)")

---

Tags

frameworklaravelboilerplatelarak

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hxd-larak/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

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

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[krayin/laravel-crm

Krayin CRM

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

Free &amp; Open Source Invoice App for Individuals &amp; Small Businesses. https://craterapp.com

8.3k4.2k](/packages/bytefury-crater)

PHPackages © 2026

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