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.
You can install the package via composer:
composer require samuelnitsche/better-shareYou can publish the config file with:
php artisan vendor:publish --provider="SamuelNitsche\BetterShare\BetterShareServiceProvider" --tag="config"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.
The package registers a share command in your Laravel project. You can use it like this:
php artisan share- Add support for Vite hot reloading