Download the PHP package yxx/laravel-quick without Composer
On this page you can find all versions of the php package yxx/laravel-quick. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-quick
laravel-quick
laravel-quick 封装了一些我们开发中常见的工具,使开发变得更高效
安装
composer require yxx/laravel-quick
-
生成翻译好的中文包命令
linux 和 mac
php artisan vendor:publish--provider="Yxx\\LaravelQuick\\LaravelQuickServiceProvider"
windowsphp artisan vendor:publish --provider="Yxx\LaravelQuick\LaravelQuickServiceProvider"
怎么使用
artisan 命令
- 创建 Trait
php artisan quick:create-trait test
- 创建 Service
php artisan quick:create-service Test/TestService
- 创建 Repository
php artisan quick:create-repository Test
All versions of laravel-quick with dependencies
PHP Build Version
Package Version
The package yxx/laravel-quick contains the following files
Loading the files please wait ....