samuelnitsche/better-share
最新稳定版本:v0.0.1
Composer 安装命令:
composer require samuelnitsche/better-share
包简介
Better sharing for Laravel projects
README 文档
README
Better Share is a package for Laravel, which makes sharing your project easier.
It was inspired by this video from Aaron Francis and aims for a simpler usage.
Installation
You can install the package via composer:
composer require samuelnitsche/better-share
You can publish the config file with:
php artisan vendor:publish --provider="SamuelNitsche\BetterShare\BetterShareServiceProvider" --tag="config"
Requirements
The package assumes that you have the ngrok binary installed on your system and available in your $PATH. You can
download it from ngrok.com.
Usage
The package registers a share command in your Laravel project. You can use it like this:
php artisan share
Roadmap
- Add support for Vite hot reloading
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-07-16