techieni3/laravel-stubs
最新稳定版本:v1.0.1
Composer 安装命令:
composer require --dev techieni3/laravel-stubs
包简介
Opinionated Laravel stubs
关键字:
README 文档
README
This repo contains opinionated versions of the Laravel default stubs, feel free to modify after publishing.
Installation
You can install this package using composer:
composer require --dev techieni3/laravel-stubs
If you want to make sure these stubs stay up to date with every update, add this composer hook to your composer.json file:
"scripts": { "post-update-cmd": [ "@php artisan publish:stubs --force" ] }
Usage
You can publish the stubs using this command:
php artisan publish:stubs
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
If you've found a bug regarding security please mail niteen1593@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 139
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-15