定制 elijahcruz/livt-commands 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

elijahcruz/livt-commands

最新稳定版本:0.4.1

Composer 安装命令:

composer require elijahcruz/livt-commands

包简介

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

README 文档

README

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

  • Laravel 10.x or higher
  • NPM
  • Node

Installation

You can install the package via composer:

composer require --dev elijahcruz/livt-commands

Usage

livt:install

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

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

统计信息

  • 总下载量: 59
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-12