PHPackages                             elijahcruz/livt-commands - 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. elijahcruz/livt-commands

ActiveLibrary

elijahcruz/livt-commands
========================

A Laravel, Inertia, Vue, Tailwind package with helper commands

0.4.1(2y ago)559[1 issues](https://github.com/elijahcruz12/livt-commands/issues)MITPHPPHP ^8.1

Since Aug 12Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (9)Used By (0)

Livt Commands
=============

[](#livt-commands)

This package give simple and easy commands for a Laravel, Inertia, Vue, Tailwind project.

It also includes a `livt:install` command to install all the packages you need for a Laravel, Inertia, Vue, Tailwind project, without Jetstream or Breeze, giving you more control over your project.

Requirements
------------

[](#requirements)

- Laravel 10.x or higher
- NPM
- Node

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

[](#installation)

You can install the package via composer:

```
composer require --dev elijahcruz/livt-commands
```

Usage
-----

[](#usage)

### livt:install

[](#livtinstall)

This command will install the packages you need for the Livt stack, it'll even install Ziggy for you. It is meant to be used on a fresh Laravel installation.

```
php artisan livt:install
```

### make:page

[](#makepage)

This command will create a new page in `resources/js/Pages`. You can use / in the name to create subdirectories, or you can also use the dot notation.

```
// This works
php artisan make:page page.name

// This also works
php artisan make:page Page/Name

// Even this works
php artisan make:page Page.Name

// And also this
php artisan make:page Page/Name/With/More/Names

// Want to create a component? Use the --component flag.
// It'll use the resources/js/Pages folder instead.
php artisan make:page MyAwesome.Component --component

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

8

Last Release

982d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cd86be6ae99ffef0c65552b89e188d783330f4f33af68e9b7a08dc1fd60ee77?d=identicon)[elijahcruz12](/maintainers/elijahcruz12)

---

Top Contributors

[![elijahcruz12](https://avatars.githubusercontent.com/u/14031707?v=4)](https://github.com/elijahcruz12 "elijahcruz12 (16 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/elijahcruz-livt-commands/health.svg)

```
[![Health](https://phpackages.com/badges/elijahcruz-livt-commands/health.svg)](https://phpackages.com/packages/elijahcruz-livt-commands)
```

PHPackages © 2026

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