0.2.0
#8 - Update to work with Laravel 6
#9 - Swap to Tailwind for design, publish a service provider for asset versioning and shared data
This release adds support for Laravel 6, as well as replacing the default Bootstrap styles with a CDN-version of Tailwilnd CSS, seeing as we can no longer reliably expect Bootstrap to be available in a default Laravel installation.
Also ensures that inertiajs/inertia-laravel' is added to the
composer.json` file when installed, to prevent your application ceasing to function if you happen to install the preset as a dev dependency.