samuelnitsche/better-share

There is no license information available for the latest version (v0.0.1) of this package.

Better sharing for Laravel projects

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/samuelnitsche/better-share

v0.0.1 2024-07-16 20:00 UTC

This package is auto-updated.

Last update: 2025-09-16 22:49:46 UTC


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