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
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-12